I've run it all fine on solaris8/intel and solaris8/sparc-- a couple of
things that I found worthy of note:


# cd openssl-0.9.6___
# sh config -fPIC               #-fPIC needed for .so -- see the mod_ssl INSTALL file
# make
# make install

# cd mod_ssl-2.________
# ./configure --with-apache=../apache_1.3.__
# cd ../apache_1.3.__
# SSL_BASE=../openssl-0.9.6___ RSA_BASE=../rsaref-2.0/local
./configure --enable-mo
dule=ssl --prefix=/usr/local/apache --enable-module=so

# make
# make install

In addition you will need to add the package ANDIrand-0.3-sparc-5.8.pkg,
using the command pkgadd. Source is there as well (if you need/have x86
solaris).
http://www.cosy.sbg.ac.at/~andi/

you'll need hte rsaref library as well-- well, if you want to build it with
rsa support. If not, take out the RSA_BASE= line above.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mads Toftum
Sent: Friday, October 12, 2001 12:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache mod-ssl on Solaris 8 problem...


On Fri, Oct 12, 2001 at 02:31:08PM -0400, Mark J. de Jong wrote:
> Hello,
> I'm having problems getting mod-ssl to work as an Apache  DSO on Solaris
> 8. I've installed in numerous times on Linux and BSD without a glitch.
> I've followed the instructions to a T and have searched all over the web
> for an answer but couldn't find a suitable solution. Either case, here's
> the problem..
> After compiling and installing openssl with all defaults I run
> ./configure -with-apache=../apache.X, compile apache with using
> -enable-module & --enable-share for ssl plus some other args. The
> compile runs without a glitch along with install but when I try to run
> "apachectl startssl" I get the following error:
>
> # /usr/local/apache/bin/apachectl startssl
> Syntax error on line 206 of /etc/httpd/httpd.conf:
> Cannot load /usr/local/apache/libexec/libssl.so into server: ld.so.1:
> /usr/local/apache/bin/httpd: fatal: relocation error: file
> /usr/local/apache/libexec/libssl.so: symbol ap_user_id: referenced
> symbol not found
> /usr/local/apache/bin/apachectl startssl: httpd could not be started
>
> Is there something I am missing specific to Solaris? I have exhausted
> all my resources! Please help!!

My very short list of things to do when compiling is at:
http://marc.theaimsgroup.com/?l=apache-modssl&m=100261786905583&w=2
It works quite well for Solaris 8 (and Linux for that matter).

vh

Mads Toftum
--
With a rubber duck, one's never alone.
              -- "The Hitchhiker's Guide to the Galaxy"
______________________________________________________________________
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