Check out,

http://www.perldoc.com/perl5.6.1/lib/mod_perl_traps.html

Solved most of my problems on Solaris.

For OpenSSL I used settings from mod_ssl INSTALL readme. Worth checking it
out.

The configure for Apache 1.3.24 I used,

EAPI_MM="../mm-1.1.3" SSL_BASE="../openssl-0.9.6c" \
 ./configure \
 --prefix=/usr/local/apache \
 --enable-module=vhost_alias \
 --enable-module=unique_id \
 --enable-module=rewrite \
 --enable-module=speling \
 --enable-module=expires \
 --enable-module=info \
 --enable-module=usertrack \
 --enable-module=proxy \
 --enable-module=so \
 --enable-shared=ssl \
 --enable-module=ssl \
 --disable-rule=SSL_COMPAT \
 --activate-module=src/modules/perl/libperl.a \
 --enable-module=perl \
 --enable-rule=SHARED_CORE

----- Original Message -----
From: "MegaZone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 08, 2002 8:05 PM
Subject: Re: Cannot load /path/libexec/libssl.so into server - Solaris 8


> Once upon a time Lutz Jaenicke shaped the electrons to say...
> > Dear Sir or Madam (whatever your real name might be)!
>
> My full legal name really is MegaZone.
>
> And I have XY chomosomes. ;-)
>
> But 'Sir' is so formal...
>
> > apachectl tells you, that it cannot load the shared library named
> > libssl.so.0.9.6, that seems to be referenced by libssl.so. Is libssl.so
> > a symbolic link? To which location does it point? Is the file really
there?
>
> It is not a symbolic link, and it is there.
>
> -rwxr-xr-x   1 root     other     286000 May  8 12:40 libssl.so
>
> I think I recall seeing something about the linker on Solaris 8 - Sun
> vs GNU.  But I can't seem to find anything now.
>
> -MZ, CISSP #3762, RHCE #806199299900541
> --
> <URL:mailto:[EMAIL PROTECTED]> Gweep, Discordian, Author, Engineer,
me..
> "A little nonsense now and then, is relished by the wisest men"
781-788-0130
> <URL:http://www.megazone.org/>  <URL:http://www.eyrie-productions.com/>
Eris
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to