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

Re: To compile a .so lib



G Gautam forced the electrons to say:
> 
> Thanks Arun and Binand.

Welcome, anytime... so long as on the list :-)

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

Binand

PS: I am not sure whether the above is valid for ELF, though.

-- 
The prompt for all occasions:
export PS1="F:\$(pwd | tr '/[a-z]' '\134\134[A-Z]')> "
--------------- Binand Raj S. (binand@xxxxxxxxxxxxxxxxxxxxx)