[Ecls-list] ECL build issues

Waldek Hebisch hebisch at math.uni.wroc.pl
Mon Aug 3 22:48:51 UTC 2009


David A. Ventimigl wrote:
> That all makes sense.  From a user's perspective, is it ok then just to
> add /usr/local/lib (or whever the shared object file ends up) into the
> LD_LIBRARY_PATH  env variable?
> 

It is OK as long as you do not run into troubles.  /usr/local/lib
should be fine.  But separate installation directories are frequently
used to prevent interference between incompatible software.  If
you have incompatible /foo/lib/libaz.so and /bar/lib/libbaz.so
and you add both /foo/lib and /bar/lib to LD_LIBRARY_PATH, then
you may expect troubles.

-- 
                              Waldek Hebisch
hebisch at math.uni.wroc.pl 




More information about the ecl-devel mailing list