[Ecls-list] undefined symbol: ecl_process_env

Pascal J. Bourguignon pjb at informatimago.com
Mon Jun 28 04:06:20 UTC 2010


Matthew Mondor <mm_lists at pulsar-zone.net> writes:

> 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.

That's what I though, and I do have --enable-rpath set in all my
compilations of ecl.   But it looks like it didn't work then.


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/





More information about the ecl-devel mailing list