On Wed, 8 Apr 1998, Leon Poon wrote:

Has *anyone* gotten 1.2.6 to run with *any* version of SSLeay on a Solaris
2.5 (gcc 2.8 compiler)?  I've never had this much trouble getting a
non-alpha or beta gpl package to run and/or compile before.

On the Solaris 2.6 box, it compiles but doesn't run; complains about
Cachetimeout not being set, even though it is.  I tried compiling on aa
different Solaris 2.5 box using SSLeay 0.6.6 (had so much trouble with
0.8.x before) and it puked on line 392 of apache_ssl.c.  I then commented
out the following lines per Leon's suggestion, and I got the following:

<snip lots of errors>

apache_ssl.c:271: initializer element for `aCipherspecs[29].szName' is not
constant
apache_ssl.c:276: `SSL2_TXT_RC4_64_WITH_MD5' undeclared here (not in a
function)
apache_ssl.c:276: initializer element for `aCipherspecs[34].szName' is not
constant
make: *** [apache_ssl.o] Error 1

Any clues gratefully accepted...

> I commented out the following lines, and the secured server is now working.
> 
> ----------------------
> In apache_ssl.c:
> 
> lines 392-401 
>     if(!nCacheServerPort)...
> 
> lines 747-750 
> void LaunchGlobalCache(pool *pPool)...
> 
> lines 768-771
>       if(!pConfig->tSessionCacheTimeout)...
> 
> ----------------------
> In http_main.c:
> 
> line 2291 
>       LaunchGlobalCache(pconf);
> ----------------------
> 
> Leon Poon
> 

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