Version number

Version number

am 20.09.2002 21:55:03 von Martin Nyberg

Hi !

I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache says
that it's running OpenSSL 0.9.6a!

Where is this version number and how to change it?

I read somewhere in the archive that a solution might be to recompile
PHP... But what does PHP have to do with Apache (something I don't know) ?


Thanks.

Martin Nyberg

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Version number

am 20.09.2002 22:52:20 von Richard Pijnenburg

Martin Nyberg writes:

> Hi !
>
> I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache says
> that it's running OpenSSL 0.9.6a!
>
> Where is this version number and how to change it?
>
> I read somewhere in the archive that a solution might be to recompile
> PHP... But what does PHP have to do with Apache (something I don't know) ?
>
>
> Thanks.
>
> Martin Nyberg
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org




hi,

to get it right, you should recomplie apache and php to show the correct
version numbers.

i've had the same problem and that's how i fixed it.

i hope it helps for you

greetz

Richard
The Netherlands
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Version number

am 20.09.2002 22:55:05 von dcomo

Martin,

Actually, you may need to recompile Apache (w/ PHP if you need that.)
When building Apache from sources, you have to specify where the OpenSSL
libraries are installed. If you happened to not use the ones specified
by the RPM and used OpenSSL sources, upgrading the RPM will not help you
and you will need to rebuild Apache with the new libraries.

Let me know if you need help with this...

============================================
Drew J. Como Phone: 631-434-6600
Systems Administrator Fax: 631-434-7800
dcomo@bascom.com Web: www.bascom.com
Bascom Global Internet Services, Inc.
--------------------------------------------
"When quality is the goal,
winning is guaranteed."

-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org]On Behalf Of Martin Nyberg
Sent: Friday, September 20, 2002 3:55 PM
To: modssl-users
Subject: Version number


Hi !

I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache says
that it's running OpenSSL 0.9.6a!

Where is this version number and how to change it?

I read somewhere in the archive that a solution might be to recompile
PHP... But what does PHP have to do with Apache (something I don't know) ?


Thanks.

Martin Nyberg

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Version number

am 21.09.2002 05:37:54 von Cliff Woolley

On Fri, 20 Sep 2002 richard.mail@softhome.net wrote:

> > I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache
> > says that it's running OpenSSL 0.9.6a! Where is this version number
> > and how to change it?
>
> to get it right, you should recomplie apache and php to show the correct
> version numbers. i've had the same problem and that's how i fixed it.

Just to be absolutely clear, this is not just a matter of "showing the
correct version number". If it shows the wrong version number, that's
because that wrong version is the one actually being used by Apache!!
It's probably a matter of the old version having been statically linked
into Apache, so even after you upgrade OpenSSL, Apache still needs to be
relinked with it.

--Cliff

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org