Hi all,
I've seen this once and IIRC it turned out that my gimp-2.3 tried to load
libgimp / libgimpbase from version 2.2 which is still on the somewhere on
my Linux box.
I fixed this by installing gimp-2.3 completely under /usr/local/Gimp-2.3
and calling it by a little wrapper named gimpdev:
------------------
#!/bin/sh
LD_LIBRARY_PATH=/usr/local/Gimp-2.3/lib:${LD_LIBRARY_PATH}
/usr/local/Gimp-2.3/bin/gimp-2.3
------------------
The key is here that the LD_LIBRARY_PATH variable must point to the right
libs.
Regards,
Stephan.
John R. Culleton wrote:
> With both of these versions the program compiles clean and installs clean but
> the following error occurs at runtime:
>
> /usr/local/bin/gimp-2.3: symbol lookup error: /usr/local/bin/gimp-2.3:
> undefined symbol: gimp_env_init
>
> I use Slackware Linux 10.2. the only recent change has been the addition of
> freerock gnome, since Slackware Linux distros no longer include Gnome.
>
> I have a version of 2.2.12 that works so I am not fussing with it :<) But I
> have had 2.3.x working before and I would like to continue with it.
>
> Any suggestions?
_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user