For the past several days, I've been knocking my brians out trying to get
apache-ssl 1.2.6 to work with SSLeay 0.8.0. I managed to get everything
compiled, but I got this when I tried to run it:

Reading certificate and key for server richard2.pil.net:443
SSLSessionCacheTimeout not set

Okaaaay...never mind that it clearly IS set to 15 by default (and
uncommented).  I don't need it anyway, so, I took the FAQ's advice and set
CACHE_SESSIONS to FALSE in apache_ssl.c  When I try to compile (using gcc
2.8 under Solaris 2.6), I get this:

<snip>

gcc -c -Iregex  -O2 -DSOLARIS2 -g  -DAPACHE_SSL
-I/home/james/packages/SSLeay-0.8.0/include apache_ssl.c
apache_ssl.c: In function `InitSSL':
apache_ssl.c:394: `nCacheServerPort' undeclared (first use this function)
apache_ssl.c:394: (Each undeclared identifier is reported only once
apache_ssl.c:394: for each function it appears in.)
apache_ssl.c:399: `szCacheServerPath' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `apache_ssl.o'

Lovely...okay, I then commented out the offending lines, and it gets the
object files made, but pukes on the target binary:

apache_ssl.o: In function `SSLFixups':
apache_ssl.o(.text+0x9b8): undefined reference to `LaunchCache'
*** Error code 1
make: Fatal error: Command failed for target `httpsd'

I hope (assuming I'm not completely wrong here) that my tone isn't as
bitchy as I feel right now; obviously I'm greatful to have a free
alternative to Strangle^H^H^H^H^Honghold, but any pointers or corrections
would be greatly appreciated.

Thanks!

James Smallacombe                    Internet Access for Bucks County
[EMAIL PROTECTED]                        And Philadelphia, PA.
PlantageNet Internet Ltd.            http://www.pil.net
"I'll plant Plantagenet, root him up who dares." 3Henry VI, I,i
For PGP public key: http://www.pil.net/~james/mypubkey.txt


+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to