[xmlsec] link error on linux (NSS)

Aleksey Sanin aleksey at aleksey.com
Wed May 7 00:57:51 PDT 2003


In your case, '-rpath' is added by libtool. You are linking with 
'-lxmlsec1' and
libtool processes libxmlsec1.la and inserts necessary flags. NSS does 
not use
autoconf/libtool/... and it does not create *.la files. As the result 
libtool links directly
with *.so files.

Aleksey

Tejkumar Arora wrote:

> What's needed is the -rpath linker option for the NSS libraries.
> Does anyone know why libtool inserts -rpath options for XMLSEC,
> LIBXSLT, and LIBXML2 but not for NSS?.  Is there some hint
> in configure.in that makes -rpath happen?. I couldn't find that hint...
>
> make logs are below....
>
> thanks.
> -Tej
>




More information about the xmlsec mailing list