hi everyone, i have compiled openssl0.9.8i in /usr/local/: lib/engines/ lib/libcrypto.a lib/libcrypto.so -> libcrypto.so.0.9.8* lib/libcrypto.so.0.9.8* lib/libssl.a lib/libssl.so -> libssl.so.0.9.8* lib/libssl.so.0.9.8* now compiling apache 2.2.10 with:./configure --prefix=/virtual/apache --enable-auth-digest --enable-file-cache --enable-charset-lite --enable-cache --enable-disk-cache --enable-mem-cache --enable-deflate --enable-mime-magic --enable-cern-meta --enable-expires --enable-headers --enable-usertrack --enable-setenvif --enable-unique-id --enable-http --enable-info --enable-vhost-alias --enable-rewrite --enable-so --enable-ssl --with-ssl=/usr/local/lib
big problem: ldd httpd libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8it should be libssl.so.0.9.8 => /usr/local/lib/libssl.so.0.9.8 and libcrypto.so.0.9.8 => /usr/local/lib/libcrypto.so.0.9.8
so configure is not listening to --with-ssl=/usr/local/lib (i tried also --with-ssl=/usr/local). how can i change this behaviour???
patrick --------------------------------------------------------------------- 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