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.

Aaron

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

Hello,
> Well, I recompiled AGAIN with no mention of the 0.9.8 library in any
of
> my environment variables.  The resulting httpd binary showed no links
to
> the 0.9.8 libraries, just 0.9.7 (the system OS libraries).  THIS one
> won't even start.  I get an error of:
> 
> /usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from
> /usr/local/lib/libcrypto.sl
This symbol is in libgcc. Depending on gcc compilation, libgcc may be
static or dynamic (or both). In this case it looks like main program
is linked static (or not) with libgcc and when loading libcrypto.sl
there is no link to this library.
You may need to add this dynamic library to httpd recompilation
(or rename temporary static version of libgcc).

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