Vadym Chepkov wrote:
Hi,
How does one exclude /usr/local/lib from lib path when compiling httpd-2.2.11?
I have an old openssl libcrypto, which I can't remove, installed in
/usr/local/lib. I want httpd to be compiled with openssl installed in
/usr/local/ssl/ instead.
I specifically set
CPPFLAGS=-I/usr/local/ssl/include
LDFLAGS=-L/usr/local/ssl/lib
I run configure:
./configure --prefix=/app/apache --with-included-apr --enable-ssl
--enable-mods-shared=all --enable-proxy --enable-proxy-ajp
--with-ssl=/usr/local/ssl
But, configure set -L/usr/local/lib in the path before -L/usr/local/ssl/lib no matter what.
./configure is a script, isn't it ?
If yes, you can modify it, no ?
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]