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
Oscar> As is visible, the libssl linked is not the
Oscar> /usr/local/openssl-0.9.8r that was compiled manually.
Oscar> After compile openssl, i cant add the path to the /etc/ld.so.conf
Oscar> an make 'ldconfig' because this makes that ssh service fails per
Oscar> the use of the compiled libcrypto
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