On Fri, Jan 26, 2001 at 05:58:28PM -0000, Martin S. Marshall wrote:
> > ./apachectl sslstart
> > /usr/lib/dld.sl: Unresolved symbol: __eprintf (code)  from
> > /usr/local/ssl/lib/libcrypto.sl.0.9.7
> > /usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from
> > /usr/local/ssl/lib/libcrypto.sl.0.9.7
> > Syntax error on line 210 of /common/apache/conf/httpd.conf:
> > Cannot load /common/apache/libexec/libssl.so into server: Unresolved
> > external
> > ./apachectl sslstart: httpd could not be started
> > 
> > Hardware 
> > Operating system: HP-UX 11.00
> > Server: HP A-Class A500
> > Compiler: gcc-2.95.2
> > 
> > Software 
> > Apache: apache-1.3.14
> > OpenSSL: openssl-0.9.6
> > Mod_SSL: mod_ssl-2.7.1-1.3.14

I don't know what is causing your problem. From what it seems, your setup
is as follows:
- you have openssl 0.9.7 in /usr/local/ssl/lib, even though you write you
  would have 0.9.6. 0.9.7 is a development version that i would not recommend
  for daily use (even though this is probably not the reason of your problem).
- the messages displayed __eprintf() and especially __umoddi3 indicate
  that your version of OpenSSL was compiled with gcc and must be linked
  against libgcc. My first idea would be, that you are using HPs cc for
  the final build of apache, you however write that you are already using
  gcc, so this should not apply, as gcc should link against libgcc.a
  automatically.

Please let me recommend you to use openssl 0.9.6. You might also consider
compiling OpenSSL with HP's compiler, so that you are not forced to deal
with libgcc when building applications.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to