Solaris Weirdness with 2.1

Martin von Loewis loewis at informatik.hu-berlin.de
Wed May 16 13:37:30 EDT 2001


rjroy at takingcontrol.com (Robert Roy) writes:

> If libssl.so is not on one of the standard library search paths, it
> won't be found. There is an environment variable that the dynamic
> loader looks at that you can use set to add additional paths 
> 
> eg (under sh)
> 
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:mypath1/lib
> export LD_LIBRARY_PATH
> 
> I am 99% sure I have the name of the variable right, but since I don't
> have access to my office machine from home ...

Alternatively, give -Wl,-R/usr/local/lib to the compiler when linking Python.

Regards,
Martin



More information about the Python-list mailing list