Installing librsvg
Posted by: Psychonaut
Posted on: 2007-01-01 11:59:00
I'm trying to install librsvg, a Gnome SVG library which is used by MediaWiki to convert SVG graphics to bitmaps for browsers which do not yet support SVG. (The default SVG to bitmap conversion utility, ImageMagick, is already available on DreamHost, but it makes a royal mess of most SVG files.)
I'm running up against a lot of unmet dependencies, even when disabling all of the optional features with the ./configure script. Has anyone succesfully installed librsvg in their home directory? Or failing that, has anyone successfully built a statically linked version of rsvg-convert which I could use? (I tried making a statically linked version on my home machine with ./configure --disable-shared --enable-static, but it still left out a few libraries, such as libgsf.)
The latest version of librsvg can be found here:
http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.16/librsvg-2.16.1.tar.bz2