I was able to install Apache 2.0.59 without SSL on this server but we need SSL support now. I've tried to re-compile Apache without any luck. I can configure it just fine but I run "make" that's when I get an error. I'm getting this:

modules/ssl/.libs/mod_ssl.a(ssl_engine_kernel.o): In function `ssl_hook_Access': /home/tech/upgrades/httpd-2.0.59/modules/ssl/ssl_engine_kernel.c:619: undefined reference to `X509_STORE_CTX_set_depth'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/home/tech/upgrades/httpd-2.0.59'
make: *** [all-recursive] Error 1

I'm trying to install Apache 2.0.59 with Openssl 0.9.8b my configure command is:

./configure --prefix=/usr/local/apachessl2 --enable-so --enable-ssl --with-ssl=/usr/local/ssl

Any help would be greatly appreciated.

TIA

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to