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 setCPPFLAGS=-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/sslBut, 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx