I did a apt-get upgrade and got an error about librsvg2-common. So I then tried to install it and get this:
root@spawnlinux:~# apt-get install librsvg2-common
Reading Package Lists... Done
Building Dependency Tree... Done
librsvg2-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 339 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up librsvg2-common (2.4.0-3) ...
/var/lib/dpkg/info/librsvg2-common.postinst: line 6: /usr/sbin/update-gdkpixbuf-loaders: No such file or directory
dpkg: error processing librsvg2-common (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
librsvg2-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
so I created that file from another user that cut the text out of the file for me and I pasted it in to the file and chmom'd it. now I need this file? /usr/bin/gdk-pixbuf-query-loaders.
root@spawnlinux:~# apt-get install librsvg2-common
Reading Package Lists... Done
Building Dependency Tree... Done
librsvg2-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 339 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up librsvg2-common (2.4.0-3) ...
You don't have gdk-pixbuf loaders directory for version 2.4.0. echo Use default version instead.
Updating the gdk-pixbuf loaders list for GTK+-2.4.0.../usr/sbin/update-gdkpixbuf-loaders: line 23: /usr/bin/gdk-pixbuf-query-loaders: No such file or directory
dpkg: error processing librsvg2-common (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
librsvg2-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@spawnlinux:~#
for more information on what my problem is visit
http://forum.libranet.com/viewtopic.php?p=34048#34048
any ideas what happened here or how to fix it.