How did you install the new stuff? with rpm -Uvh package-name?

Did you receive an error with openssl complaining that /usr/local/ssl
doesn't exist? If so, the package hasn't fully installed.

Try
rpm -qa | grep ssl

to see what you have. If openssl comes up twice, do the following to
reinstall it

rpm --Uvh  --oldpackage openssl-0.9.5a.i686.rpm
mkdir /usr/local/ssl
rpm -Uvh openssl-0.9.6-1.i686.rpm

You will of course need the previous openssl package (probably on the Redhat
7 CD).

An error has been put into the spec file for openssl 0.9.6. Once I find it
I'll try to submit an update.

- 
John Airey
Internet Systems Support Officer, ITCSD, Royal National Institute for the
Blind,
Bakewell Road, Peterborough PE2 6XU,
Tel.: +44 (0) 1733 375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] 


> > -----Original Message-----
> > From: Steve [mailto:[EMAIL PROTECTED]]
> > Sent: 22 November 2000 13:03
> > To: [EMAIL PROTECTED]
> > Subject: Cutting Edge errors?
> > 
> > 
> > Hello,
> > 
> > New install of RedHat 7.0..... no Apache, mod_ssl or OpenSSL
> > selected during install......(RedHat always ships with the 
> > "old stuff").
> > 
> > Downloaded and installed the new cutting edge stuff:
> > 
> > http://www.modssl.org/contrib/openssl-0.9.6-1.i686.rpm
> > http://www.modssl.org/contrib/apache-mod_ssl-1.3.14.2.7.1-0.6.
> > 0.i686.rpm
> > 
> > No changes made to httpd.conf.... no new certs installed.....
> > right out of the box (so to speak).
> > 
> > Fire up Apache:
> > [root@localhost sbin]# apachectl start
> > /usr/sbin/apachectl start: httpd started
> > 
> > In Netscape: http://localhost
> > Hey, it worked !
> > 
> > ========================================================
> > Stop Apache, and restart in SSL:
> > 
> > [root@localhost sbin]# apachectl startssl
> > 
> > Syntax error on line 245 of /etc/httpd/conf/httpd.conf:
> > Cannot load /usr/lib/apache/libssl.so into server: 
> undefined symbol: 
> > sk_X509_NAME_value
> > /usr/sbin/apachectl startssl: httpd could not be started
> > 
> > Line 245 of httpd.conf is:
> > <IfDefine SSL>
> > LoadModule ssl_module         lib/apache/libssl.so    <<<< Line 245
> > </IfDefine>
> > 
> > /usr/lib/apache/libssl.so  (is just where it should be!)
> > 
> > Any clue as to what the problem might be regarding the 
> > undefined symbol?
> > 
> > Steve
> > 
> > 
> ______________________________________________________________________
> > 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]
> 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to