I am having a heck of a time - Please help.

2002-07-12 Thread David Loesche
I have poured through all the documentation I can find on enabling mod_ssl with Apache 1.3.26 but keep coming up short. If I static link the mod_ssl it works fine but when I try to enable DSO and use it as a shared library I keep getting ap_add_config_define : referenced symbol not found. I have

RE: I am having a heck of a time - Please help.

2002-07-15 Thread David Loesche
Owen Boyle >-Original Message- >From: David Loesche [mailto:[EMAIL PROTECTED]] >Sent: Freitag, 12. Juli 2002 20:12 >To: '[EMAIL PROTECTED]' >Subject: I am having a heck of a time - Please help. > > >I have poured through all the documentation I can find on &g

RE: I am having a heck of a time - Please help. -- SOLUTION FOUND!

2002-07-17 Thread David Loesche
you have to do this make sure you have gcc 3.1 or SUN's compiler (I believe SUN's works but did not try it - I guess I'm just stubborn). Later, -Original Message- From: David Loesche Sent: Monday, July 15, 2002 12:07 PM To: '[EMAIL PROTECTED]' Subject: RE: I am h

RE: modssl with a shared ssl lib base

2002-07-17 Thread David Loesche
What is the environment you are working on (OS, Compiler, etc)? Also, check out the documentation located at www.modssl.org (install document). If you are building on Solaris drop another line and I will forward you some information (I just spent some time debugging an issue with gcc and Solaris

RE: Please, I need aid

2002-11-13 Thread David Loesche
This is the config I used on a test environment that works for Solaris 8 (this includes the new multi-threaded capabilities). #!/bin/ksh PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin LD_LIBRARY_PATH=/usr/local/lib:/opt/ssl/lib:/usr/lib export PATH LD_LIBRARY_PATH SSL_BASE=/opt/ssl \ LIBS

RE: Mod_ssl in apache 2.X

2002-12-05 Thread David Loesche
Here is a config for Solaris 8, gcc 3.1, Apache 2.x - multithreaded with SSL - I had no issues with this and am not an expert on Linuz by any means. Perhaps this might help. If not delete it. #!/bin/ksh PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin LD_LIBRARY_PATH=/usr/local/lib:/usr/loc