apxs Problems

2000-04-10 Thread Michael Harvey
Apache/1.3.9 (Unix) mod_ssl/2.4.10 OpenSSL/0.9.3a mod_perl/1.21 PHP/3.0.12 i got openssl 0.9.5 and installed with -fPIC then tried to build with apxs ./configure --with-apxs=/apache/master/bin/apxs --with-ssl=/usr/local/ssl Below is the error i get any help at all is appreciated

Re: apxs Problems

2000-04-10 Thread Ralf S. Engelschall
On Mon, Apr 10, 2000, Michael Harvey wrote: Apache/1.3.9 (Unix) mod_ssl/2.4.10 OpenSSL/0.9.3a mod_perl/1.21 PHP/3.0.12 i got openssl 0.9.5 and installed with -fPIC then tried to build with apxs ./configure --with-apxs=/apache/master/bin/apxs --with-ssl=/usr/local/ssl Below is the

Re: apxs Problems

2000-04-10 Thread Mads Toftum
On Mon, Apr 10, 2000 at 06:29:28PM +0200, Ralf S. Engelschall wrote: On Mon, Apr 10, 2000, Michael Harvey wrote: [SNIP] ssl_util_ssl.c:145: conflicting types for `d2i_PrivateKey_bio' /usr/local/ssl/include/openssl/x509.h:694: previous declaration of `d2i_PrivateKey_bio' make[1]: ***

APXS problems, take 2

1999-09-28 Thread Igor S. Livshits
I am back... Cristi's patch and the 2.4.4 release solved my compile problem. However, when I build using APXS, I still cannot properly link at run-time: Cannot load /usr/local/apache/libexec/libssl.so into server: /usr/local/apache/libexec/libssl.so: undefined symbol: dbm_firstkey Should I

Re: APXS problems, take 2

1999-09-28 Thread Ralf S. Engelschall
On Tue, Sep 28, 1999, Igor S. Livshits wrote: Cristi's patch and the 2.4.4 release solved my compile problem. However, when I build using APXS, I still cannot properly link at run-time: Cannot load /usr/local/apache/libexec/libssl.so into server: /usr/local/apache/libexec/libssl.so:

Re: APXS problems, take 2

1999-09-28 Thread Igor S. Livshits
At 10:28 PM +0200 on 9/28/99, Ralf S. Engelschall wrote: On Tue, Sep 28, 1999, Igor S. Livshits wrote: Cristi's patch and the 2.4.4 release solved my compile problem. However, when I build using APXS, I still cannot properly link at run-time: Cannot load