You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Liu, James" <Ja...@broadvision.com> on 2002/04/18 03:39:15 UTC

Is anyone successful building Apache 2.0.35 with SSL on HPUX?

Hi,

I can successfully compile Apache 2.0.35 with SSL on Solaris platform,
however,  I can not make it work on HPUX. The dftable always complained it
can't find libcrypto.sl.0.9.6. Actually, it is in the
/home/jaliu/HPUX/opnessl-0.9.6c/lib and I also set it correctly in the
SHLIB_PATH. Any suggestions? What is dftable for ?

Thanks,
James

============
My configure paramters:

    ./configure --prefix=/home/jaliu/HPUX/apache20 \
        --with-mpm=worker \
        --enable-module=most \
        --enable-module=so \
        --enable-ssl \
        --with-ssl=/home/jaliu/HPUX/openssl-0.9.6c


Error messages:

/bin/sh /home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/apr/libtool --silent
--mode=link gcc    -g  -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED
-DAP_HAVE_DESIGNATED_INITIALIZER   -I.
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/os/unix
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/server/mpm/worker
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/modules/http
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/modules/proxy
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/include
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/apr/include
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/apr-util/include
-I/home/jaliu/HPUX/openssl-0.9.6c/include/openssl
-I/home/jaliu/HPUX/openssl-0.9.6c/include
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/modules/dav/main
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/apr-util/include
-I/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/apr-util/xml/expat/lib
-export-dynamic -L/home/jaliu/HPUX/openssl-0.9.6c/lib  -lcl -o dftables
-L/home/jaliu/HPUX/openssl-0.9.6c/lib dftables.lo -lm -lnsl -lpthread -ldld
-lssl -lcrypto
/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/apr-util/xml/expat/lib/libex
pat.la
libtool: link: warning: this platform does not like uninstalled shared
libraries
libtool: link: `dftables' will be relinked during installation
./dftables >
/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/pcre/chartables.c
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl.0.9.6
/usr/lib/dld.sl: No such file or directory
/bin/sh: 18513 Abort(coredump)
make[3]: ***
[/home/jaliu/src/apache/HPUX/httpd-2.0.35/srclib/pcre/chartables.c] Error
134


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org