Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 24428 invoked by uid 500); 31 Jul 2002 16:38:41 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 24417 invoked from network); 31 Jul 2002 16:38:41 -0000 Received: from blv-smtpout-01.boeing.com (192.161.36.5) by daedalus.apache.org with SMTP; 31 Jul 2002 16:38:41 -0000 Received: from blv-av-01.boeing.com ([192.54.3.60]) by blv-smtpout-01.boeing.com (8.9.2/8.8.5-M2) with ESMTP id JAA10893 for ; Wed, 31 Jul 2002 09:38:44 -0700 (PDT) Received: from slb-hub-01.boeing.com (localhost [127.0.0.1]) by blv-av-01.boeing.com (8.9.3/8.9.2/MBS-AV-01) with ESMTP id JAA15753 for ; Wed, 31 Jul 2002 09:38:12 -0700 (PDT) Received: from cruciate.ca.boeing.com (cruciate.ca.boeing.com [130.42.76.133]) by slb-hub-01.boeing.com (8.11.3/8.11.3/MBS-LDAP-01) with ESMTP id g6VGcgO22200 for ; Wed, 31 Jul 2002 09:38:42 -0700 (PDT) Received: from localhost (dodge@localhost) by cruciate.ca.boeing.com (8.9.3+Sun/8.9.3) with ESMTP id JAA19424 for ; Wed, 31 Jul 2002 09:38:41 -0700 (PDT) Date: Wed, 31 Jul 2002 09:38:41 -0700 (PDT) From: "John P. Dodge" To: users@httpd.apache.org Subject: Compiling 2.0.39 on HPUX11.11 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am having trouble with compiling 2.0.39 on HP11.11. I have built OpenSSL0.9.6c and installed it in /opt/ssl-engine-shared an I use the configure script like this: #!/bin/sh CC=3D/opt/ansic/bin/cc PATH=3D/opt/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/bin:/bin CFLAGS=3D'-O3 -DSSL_EXPERIMENTAL -DSSL_ENGINE -D_REENRANT -Ae +DAportable' EXTRA_LIBS=3D"-lcl -lpthread" LD_LIBRARY_PATH=3D.:/opt/ssl-engine-shared/lib:/usr/lib:/lib:/usr/local/lib= :${LD_LIBRARY_PATH} export CC PATH CFLAGS LDFLAGS EXTRA_LIBS LD_LIBRARY_PATH =2E/configure \ --prefix=3D/opt/boeing_web_servers/apache_2.0.39 \ --with-layout=3DApache \ --without-confadjust \ =09..... stuff deleted..... --with-mpm=3Dworker \ --enable-ssl=3Dshared \ --with-ssl=3D/opt/ssl-engine-shared The error comes when it is making PCRE: Making all in pcre =2E..... ./dftables > /opt/boeing_web_servers/apache/httpd-2.0.39/srclib/pcre/chartables.c /usr/lib/dld.sl: Can't open shared library: ./libcrypto.sl.0.9.6 /usr/lib/dld.sl: No such file or directory sh: 2289 Abort(coredump) *** Error exit code 134 Stop. Why is it expecting libcrypto.sl.0.9.6 in the current dir (.)? I have tried symlinking the crypto lib to the current dir with no luck. I am missing domething basic about compiling/linking on HPUX. I have built 1.3.x servers without any problem. Does anyone know of good HOWTO's for HPUX? =09=09=09=09=09=09=09Thanks ---------------------------------------- "Mon a=E9roglisseur est plein d'anguilles" John P. Dodge Boeing Shared Services --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org