Re: How to exclude /usr/local/lib during compilation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux