Hi!
I'm trying to compile Apache HTTP with a custom OpenSSL version in a Debian
Lenny, but always get the library from the installed package instead of that
i have compiled manually
The versions on the box are:
ii libssl-dev
0.9.8g-15+lenny12SSL development libraries, header files
Thanks Ian!
I solved exporting some environment variables before the ./configure:
CPPFLAGS="-I/usr/local/openssl-0.9.8r/include"
LDFLAGS="-I/usr/local/openssl-0.9.8r/lib -R/usr/local/openssl-0.9.8r/lib
-L/usr/local/openssl-0.9.8r/lib"
LD_LIBRARY_PATH=/usr/local/openssl-0.9.8r/lib:$LD_LIBRARY_PATH