The system is 11.11.  I'm *pretty* sure everything has been compiled
with gcc.  I'm compiling apache with gcc, but OpenLDAP and Openssl might
have been compiled with something different. The apache install that
works was definitely also compiled with gcc and uses the same install of
OpenSSL and OpenLDAP.  There is no lsof on this system, but I might be
able to track down a copy.



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola
Sent: Wednesday, September 12, 2007 11:43 AM
To: openssl-users@openssl.org
Subject: RE: SSL Library Error

Hello,
I've missed that this is on hpux11.
Very important is what version you have: hpux1100, hpux1111,
hpux1123ia, hpux1123pa, hpux1131ia or hpux1131pa ?

> I added --with-ssl=/usr/local to the the configure options and
> recompiled.  Although mod_ldap is still unhappy, that corrects the
> unresolved symbol error if I launch apache without mod_ldap.  However,
> the result is the same problem I've been wrestling with.  Piling up
> child processes in a "waiting..." state.  This installation has no
> mention in the ldd output of links to the 0.9.8 so it should be, as
far
> as I can tell, using ONLY the 0.9.7 system, OS installed Openssl
> libraries.
Check that all software is compiled with gcc or with HP compiler.
If some part (like Apache) is compiled with HP compiler and other
(like OpenSSL) with gcc then OpenSSL requires libgcc but Apache
has no link to this library because libgcc is not used by HP compiler.
On hpux1100 there is no standard OpenSSL library (and not OpenSSL
headers). If you have your Apapche running you may check with
lsof what shared libraries are used by apache and from what directories.
I think you should be able to perform clean rebuild of Apache and
current OpenSSL.
Depending on hpux you have, to be sure, you may temporary rename link
/usr/include/openssl (which sometime points
to /opt/openssl/include/openssl and sometimes is directory) when
you compile your applications to be sure that header files are
from your specified locations

If Aapache is running try to connect with 'openssl s_client'
with specified protocols (-ssl2, -ssl3 -tls1).

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
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