[Gimp-developer] concurrent 2.4 and 2.5
gg at catking.net
gg at catking.net
Wed Sep 10 02:26:38 PDT 2008
Hi,
I have installed distribution's 2.4 and cvs . I built cvs with
--preifix=/usr/local but there is some conflict with 2.4 which refuses to
run having detected the conflicting library versions. Here the beginning
of ldd for 2.4
/usr/bin/gimp
bash-3.2#ldd `!!`
ldd `which gimp`
linux-gate.so.1 => (0xffffe000)
libgimpwidgets-2.0.so.0 => /usr/local/lib/libgimpwidgets-2.0.so.0
(0xb7e1a000)
libgimpconfig-2.0.so.0 => /usr/local/lib/libgimpconfig-2.0.so.0
(0xb7e0b000)
libgimpmodule-2.0.so.0 => /usr/local/lib/libgimpmodule-2.0.so.0
(0xb7e06000)
libgimpcolor-2.0.so.0 => /usr/local/lib/libgimpcolor-2.0.so.0
(0xb7dfb000)
libgimpthumb-2.0.so.0 => /usr/local/lib/libgimpthumb-2.0.so.0
(0xb7df2000)
libgimpmath-2.0.so.0 => /usr/local/lib/libgimpmath-2.0.so.0
(0xb7deb000)
libgimpbase-2.0.so.0 => /usr/local/lib/libgimpbase-2.0.so.0
(0xb7dd7000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7a79000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb79f8000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0
(0xb79e0000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb79d9000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb79c1000)
bash-3.2#echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin
bash-3.2#echo $LD_LIBRARY_PATH
/usr/qt/3/lib
I adapted the way I set this up last time but something did not follow.
bash-3.2#which gimp4
/usr/local/bin/gimp4
bash-3.2#cat `!!`
cat `which gimp4`
#!/bin/sh
#PATH=/usr/local/bin:$PATH
#export PATH
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
/usr/local/bin/gimp-2.5 "$@"
I don't see why 2.4 is pulling from /usr/local/lib
Any help?
Thx
More information about the Gimp-developer
mailing list