[Ecls-list] undefined symbol: ecl_process_env

Matthew Mondor mm_lists at pulsar-zone.net
Sun Jun 27 05:23:22 UTC 2010


On Sun, 27 Jun 2010 06:49:55 +0200
pjb at informatimago.com (Pascal J. Bourguignon) wrote:

> The new ecl binary was using an old libecl.so installed in /usr/lib,
> instead of the new libecl.so installed in the same prefix as the new
> ecl binary.
> 
> I corrected my LD_LIBRARY_PATH and it worked again correctly.

The --enable-rpath config option would probably also be useful to avoid
this issue, making ELF objects hold RPATH properties on where to locate
the libraries they were linked against.
-- 
Matt




More information about the ecl-devel mailing list