Shared mod_ssl problems

2003-02-25 Thread Larry Cotton
Hi I'm attempting to load mod_ssl into apache as a dynamic module. I am using apache 2.0.44 (which comes with its own ssl module) and OpenSSL version 0.9.7a. I'm using red hat linux ver 7.1. uname -r gives the following output : Linux localhost.localdomain 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000

Shared mod_ssl problems

2003-03-06 Thread Ted Rolle
Justin E hit the nail on the head! I was writing my tale of woe about this problem (it's still below for your edification). As I see it, there's a missing link -- OpenSSL -- which isn't brought in to resolve these call references. If mod_ssl can be smartened up to use the ldconfig mechanism -- if

Re: Shared mod_ssl problems

2003-02-25 Thread Jirka Vejrazka
Hi, I've faced exactly the same problem "undefined symbol: X509_free" > Ideally I would like to link ssl dynamically and I guess the solution is to use > shared openssl libraries (libcrypto.so and libssl.so). Does anyone know : > a) How (or even if) I can build a shared OpenSSL (or where I can

Re: Shared mod_ssl problems

2003-02-26 Thread Larry Cotton
Hi thanks for this. I'm still having a few problems and was wondering if you new anyhting about the following: 1) Do I have to re-compile zlib ? At 17:46 25/02/2003 -0500, you wrote: Hi, I've faced exactly the same problem "undefined symbol: X509_free" > Ideally I would like to link ssl dyna

Re: Shared mod_ssl problems

2003-02-26 Thread Larry Cotton
Hi Thanks for these tips Jirka When I build openssl, having configured it At 17:46 25/02/2003 -0500, you wrote: Hi, I've faced exactly the same problem "undefined symbol: X509_free" > Ideally I would like to link ssl dynamically and I guess the solution is to use shared openssl libraries (li

Re: Shared mod_ssl problems

2003-02-26 Thread Larry Cotton
Hi Thanks for this Jirka. When I build the openssl shared libs : > ./configure > make > make install and try and run openssl > openssl I get an error message saying it can't find the shared libraries : openssl: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file

Re: Shared mod_ssl problems

2003-02-26 Thread Jirka Vejrazka
> Do I have to re-compile zlib ? It depends - check your lib directory (/usr/local/lib at my system). If you can find libz.so.1.1.4, then you're fine. If you have older version, you probably want to upgrade, since older version has a security bug and there is no point in having up-to-date Ope