On 21.01.2011 21:20, Julien Hardelin wrote:
> L> http://software.opensuse.org/search
>>   openssue 11.3
>> search for:  libguimpui
>>   
> 
> Thank you very much.
> It was impossible to find this by myself. It is not described in the
> INSTALL file!

That's because the advice isn't correct.


Make sure that the environment variable LD_LIBRARY_PATH contains the
directory of the libgimp you've built.

See
http://www.chromecode.com/2009/12/best-way-to-keep-up-with-gimp-from-git_26.html
for an example:

export LD_LIBRARY_PATH="$PREFIX/lib:$LD_LIBRARY_PATH"

This causes the lib directory in the chosen installation prefix
(provided that $PREFIX is set) to be included in the shared library lookup.


HTH,
Michael

-- 
    GIMP > http://www.gimp.org      | IRC: irc://irc.gimp.org/gimp
Plug-ins > http://registry.gimp.org | .de: http://gimpforum.de
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to