John,

Thanks for the tips..... we have liftoff!

While I was waiting for feedback, I uninstalled openssl-0.9.6-1.i686.rpm
and reinstalled it (I use GNOME RPM), and this time I did get an error message:

     Execution of openssl-0.9.6-1 script failed, exit status 1.

(and of course, I had the same errors as before when trying to start Apache).

Then your email came through..... so I uninstalled 0.9.6 and installed the
RPM off of the RedHat 7.0 CD:  openssl-0.9.5a-14.i386.rpm

No error messages during install..... and Apache SSL now works!

I just noticed there is now an update:
http://www.modssl.org/contrib/openssl-0.9.6-1.fixed.i686.rpm

Needless to say, now that everything is working, I'm a little leary
of trying 0.9.6 again!  ;-)

What do you think?  Is it worth the risk?

Cheers,

Steve




[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED]">
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 n! ew 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