View Single Post
Old 01-19-2014, 01:34 PM   #32
groesser3
Junior Member
groesser3 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2014
Device: K4NT
rsvg-convert on kindle

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.

groesser3 is offline   Reply With Quote