Stephan Hegel wrote:
Tom Williams wrote:
For the record folks,  I've got Gimp 2.2.11 installed in /usr (came with
my Linux distro) and Gimp 2.3.12 (used to have 2.3.11) installed in
/usr/local/gimp-2.3 and I'm able to run either version without any
problems, errors, or wrapper scripts (unless gimp-2.3 is a wrapper script).
That's very interesting. Could you please post the output of
    echo $LD_LIBRARY_PATH
and
    file /usr/local/gimp-2.3/bin/gimp-2.3
?

Thanks.

I'm wondering how this works with multiple gimp libs.

Kind regards,
   Stephan.
Sure can.  :)

--------START-------------

[EMAIL PROTECTED]:~$ echo $LD_LIBRARY_PATH

[EMAIL PROTECTED]:~$ file /usr/local/gimp-2.3/bin/gimp-2.3
/usr/local/gimp-2.3/bin/gimp-2.3: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), for GNU/Linux 2.6.0, not stripped
[EMAIL PROTECTED]:~$ which gimp
/usr/bin/gimp
[EMAIL PROTECTED]:~$ gimp --version
GIMP version 2.2.13
[EMAIL PROTECTED]:~$ gimp &
[1] 5821
[EMAIL PROTECTED]:~$ /usr/local/gimp-2.3/bin/gimp-2.3 --version
GNU Image Manipulation Program version 2.3.12
[EMAIL PROTECTED]:~$ /usr/local/gimp-2.3/bin/gimp-2.3 &
[2] 5830
[EMAIL PROTECTED]:~$ This is a development version of GIMP. Debug messages may appear here.

jpeg-load: found EXIF block (15 bytes)
jpeg-load: found image comment (17 bytes)

[1]-  Done                    gimp
[2]+  Done                    /usr/local/gimp-2.3/bin/gimp-2.3
[EMAIL PROTECTED]:~$

-----------END-------------

I upgraded from Ubuntu 6.06 (Dapper) to 6.10 (Edgy) this morning. I was able to run Gimp 2.2.13 (came with Edgy) and 2.3.12 (built from source) concurrently. The jpeg-load messages came from my loading an image in Gimp 2.3.12.

For completeness, here is the "file" info on /usr/bin/gimp:

-------START---------

[EMAIL PROTECTED]:~$ file /usr/bin/gimp
/usr/bin/gimp: symbolic link to `gimp-2.2'
[EMAIL PROTECTED]:~$ file /usr/bin/gimp-2.2
/usr/bin/gimp-2.2: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), for GNU/Linux 2.6.0, stripped
[EMAIL PROTECTED]:~$

---------END----------

Peace...

Tom
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to