undefined symbol: X509_free

2005-08-29 Thread Toney Samuel
cluster1:/usr/local/apache2/bin # ./apachectl startssl Syntax error on line 234 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_ssl.so into server: /usr/local/apache2/modules/mod_ssl.so: undefined symbol: X509_free

Re: undefined symbol: X509_free

2005-08-29 Thread Cliff Woolley
: undefined symbol: X509_free This is a long-outstanding bug in the Apache build process. It's easy to work around. Please refer to http://www.mail-archive.com/modssl-users@modssl.org/msg14344.html . Thanks! Cliff __ Apache

undefined symbol: X509_free

2003-03-18 Thread Phillip Qin
Having searched through the archive, I could not find a solution to the above error. This error only occurs when I build mod_ssl as dynamic linked module. When I have done is - download zlib-1.1.4 source and build it --shared --prefix=/usr - download openssl-0.9.7a source and build it

undefined symbol: X509_free when apachectl startssl

2003-03-06 Thread apachep2
Having searched through the archive, I could not find a solution to the above error. This error only occurs when I build mod_ssl as dynamic linked module. When I have done is - download zlib-1.1.4 source and build it --shared --prefix=/usr - download openssl-0.9.7a source and build it

undefined symbol: X509_free when starting apache 2.0.40 with mod_ssl

2002-09-09 Thread Joseph Shraibman
/modules/mod_ssl.so: undefined symbol: X509_free [root@d1 /usr/local/apache2/bin] ldd apache2 libaprutil.so.0 = /usr/local/apache2/lib/libaprutil.so.0 (0x40015000) libgdbm.so.2 = /usr/lib/libgdbm.so.2 (0x40032000) libdb.so.3 = /lib/libdb.so.3 (0x40038000) libexpat.so.0

can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-19 Thread Venkat Reddy Valluri
Hi, I installed openssl 0.9.6g engine on redhat 7.3 over which i installed apache 2.0.39, It seems installation to be successful, but when i tried to start apache with sll ./apachecntl startssl iam getiing can't load /usr/local/apache2/modules/mod_ssl.so into server

RE: can't load /usr/local/apache2/modules/mod_ssl.sointoserver/usr/local/apache2/modules/mod_ssl.so undefined symbol x509_free

2002-08-19 Thread Cliff Woolley
On Mon, 19 Aug 2002, Venkat Reddy Valluri wrote: As you told I checked the directory /usr/local/lib for libcrypto.so and libssl.so, but I found out only libcrypto.a and libssl.a, can you please let me know how to configure openssl to get these modules shared like libcrypto.so and libssl.so

can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-16 Thread Venkat Reddy Valluri
Hi, I installed openssl 0.9.6g engine on redhat 7.3 over which i installed apache 2.0.39, It seems installation to be successful, but when i tried to start apache with sll ./apachecntl startssl iam getiing can't load /usr/local/apache2/modules/mod_ssl.so into server

Re: can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-16 Thread R. DuFresne
didyou install openssl with shared libs? I recall this being a requirement for the apache 2 code. Also there is a newer version of apache available, it is a security update. Thanks, Ron DuFresne On Fri, 16 Aug 2002, Venkat Reddy Valluri wrote: Hi, I installed openssl 0.9.6g engine on

undefined symbol X509_free

2002-06-24 Thread Zac Hillier
Hi, Have installed apache-2.0.39 with ssl module on redhat 7.3, when trying to start the server with -D SSL I get an error: Syntax error line 234 of httpd.conf Cannot load mod_ssl.so into server : undefined symbol X509_free When I build apache I used --enable-ssl=shared and --wth-ssl=/usr

undefined symbol: X509_free

2002-06-15 Thread Zac Hillier
Just recently, eventually got apache 2.0.36 installed with mod_ssl. Now when I try to start apache with: httpd -D SSL I get an error: Cannot load modules/mod_ssl.so into server : modules/mod_ssl.so: undefined symbol : X509_free Anybody know what this means and how I can resolve it? Thanks

Re: undefined symbol: X509_free

2002-06-15 Thread Cliff Woolley
On Sat, 15 Jun 2002, Zac Hillier wrote: Just recently, eventually got apache 2.0.36 installed with mod_ssl. Now when I try to start apache with: httpd -D SSL I get an error: Cannot load modules/mod_ssl.so into server : modules/mod_ssl.so: undefined symbol : X509_free That's a still