Quote:
Originally Posted by Loriel
Any chance your gtksourceview is 64bit, which the RC afaik is not?
Failing that, any chance that your existant libgtksourceview-1.0.so.0 is either symlink to a non-existant file, or linking to a non-existant library (find out using ldd on it)?
|
Yeah, I figured it out. The 32-bit libgtksourceview-1.0 and libgnomeprint-2-2 were sitting in /emul/ia32-linux/usr/lib, and I just symlinked them in /usr/lib32/ .
I have no idea why things decided to move around like that.