hi, I would like to convert a svg-file to a png on the kindle. Unforunatly there are some missing libs. One is libcroco, but I suppose, that other libs are missing (
http://wiki.dreamhost.com/Installing_librsvg).
[root@kindle bin]# export LD_LIBRARY_PATH=/mnt/us/rsvg-convert/lib:/mnt/us/rsvg-convert/kindle-lib::/mnt/us/lib${LD_LIBRARY_PATH}
[root@kindle bin]# ./rsvg-convert
./rsvg-convert: error while loading shared libraries: libcroco-0.6.so.3: cannot open shared object file: No such file or directory
Has someone a working rsvg-convert installation on the kindle (Kindle 4NT - black)? Cairosvg (cairosvg.org) looks like a promising alternative, but still requires compiling some c-modules (minimum seams "cffi" for "cairocffi").
ps. I googled a lot, but could not found any solution. I also tried to cross-compile rsvg, tried to compile cffi on the kindle using tcc but wasn't successfull either.