The problems appear at make install, where the libraries are installed
directly below the given directory, in my case /usr/lib.


Sorry, but I can't reproduce your problem on my box:

$ mkdir -p $HOME/tmp/lib
$ ./configure --prefix=$HOME/local --libdir=$HOME/tmp/lib
$ make ; make install
$ ls $HOME/tmp/lib
libxmlsec1.a  ...
$ ls $HOME/local/lib
ls: No such file or directory

Please try to download xmlsec sources

http://www.aleksey.com/xmlsec/download.html

and compile library yourself.



Aleksey
_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to