[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: To compile a .so lib



Hi,

On Feb 27, Binand Raj S. wrote:
> G Gautam forced the electrons to say:
> > lynx.ssl: error in loading shared libraries: lynx.ssl: undefined symbol:
> > SLsmg_Newline_Moves
> 
> Hmm... For shared libraries, you need to tell the runtime linker where
> to find the libraries. Where have you installed the shared versions? See
> ldconfig(8) for usage instructions.
> 
> Alternatively, as a temporary solution, set LD_LIBRARY_PATH in your
> environment to include the directory where you have installed the shared
> library.

Yes, I had added /usr/local/lib to /etc/ld.so.conf and then run ldconfig.
The variable in the env also did not work. Same message.


Thanks again,
Gautam