Looking at the output of LDD closer, it looks like the httpd binary is
linked to both libraries.  BUT, I don't think this is the cause of the
problem as the httpd binary that DOES work is ALSO linked this way....

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Victor Duchovni
Sent: Tuesday, September 11, 2007 1:57 PM
To: openssl-users@openssl.org
Subject: Re: SSL Library Error

On Tue, Sep 11, 2007 at 01:43:50PM -0400, Aaron Smith wrote:

> I apologize in advance if this is not the correct forum for this
> question.  I haven't had much luck in the apache forums.   I have an
> apache 2.0.55 installation that I'm attempting to recompile on an
HP-UX
> 11 system.  It has mod_ssl 2.0.66 and I have OpenSSL 0.9.8d installed
in
> /opt/openssl098d. The system itself apparently has an older version of
> OpenSSL (0.9.7e) installed in /usr/local.  We have apache running on
> this system just fine, but I have to recompile in order to add LDAP
> support.  If I take a fresh tarball of apache-2.0.55 and do a
configure,
> make, make install, everything completes without error.  Doing an LDD
of
> the httpd binary shows it linked to the OpenSSL 0.9.8d libraries in
> /opt/openssl098d/lib.  The server starts up without issue, but when I
> connect (with apache in debug mode), I get this:

Perhaps you are using headers from one version of OpenSSL and linking
with libraries from another. Make sure compile-time and run-time
versions match.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to