I guess that exist file /usr/lib64/pkgconfig/openssl.pc and if
pkg-config is not disabled by
configure and PKG_CONFIG_PATH is set to /usr/lib64/pkgconfig the path to
openssl libs
will be detected properly.
Aleksey Sanin wrote:
Yes, it might be hardcoded. You might need to change configure script
to handle it.
Aleksey
mike wrote:
hi,
i'm not a big programmer but i use many times the compiler on my
x86_64-lfs-system.
i have a question about the configure script from your xmlsec-package.
is it possible that this script has "hardcoded paths" included?
on my system the libs are separete from 32 (/usr/lib) and 64 bit
(/usr/lib64). when i run configure --with-openssl=/usr the makefile
which result, contains always
OPENSSL_LIBS = -L/usr/lib -lcrypto -ldl
and there is no options in this configure script to change the
libpaths. i have seen many source codes with options like
xyz-library-path=
possible i'm totaly on the wrong way, then you can explain me this
strange world of linking?
_______________________________________________
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec
_______________________________________________
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec