Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: April 20 2008,11:49 |
|
Quote | ...complains of missing libXrandr.so.0. |
- hmm, I ran gimp-2.4 on my laptop without xorg72, but I need xfree86 due to the i855 graphics so I guess it must have picked the lib up from there. Thanks, I will try it on my old desktop without xorg72/xfree86 to double-check. Interesting that gimp-2.4.0 didn't appear to need this lib but gimp-2.4.5 does, or maybe it is some of the additional libs (lcms, rsvg, etc)...
Edit: The culprit is gnu-utils - sigh...
I also got stuck with the glib2/freetype thing - and no amount of "-rpath" seems to fix it. What does work though is starting an app with, for example:Code Sample | $ LD_LIBRARY_PATH=/opt/gimp-2.4/lib /opt/gimp-2.4/bin/gimp-2.4 | - with symlinks to the glib2/freetype libs you want to use in /opt/gimp-2.4/lib. This seems to make the app ignore the base dsl libs.
|