Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 93354 invoked by uid 500); 29 Jul 2003 17:32:09 -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 93289 invoked from network); 29 Jul 2003 17:32:08 -0000 Received: from unknown (HELO webshield-pa.glogtech.com) (65.215.20.73) by daedalus.apache.org with SMTP; 29 Jul 2003 17:32:08 -0000 Received: from mail-pa.glog.com(172.16.1.4) by webshield-pa.glogtech.com via csmap id 11081; Tue, 29 Jul 2003 13:33:54 -0400 (EDT) Received: by mail-pa.glog.com with Internet Mail Service (5.5.2656.59) id ; Tue, 29 Jul 2003 13:28:00 -0400 Message-ID: <00E2E6C68DA5D6118CE000065B3CE1550B2528@mail-pa.glog.com> From: "Alderfer, Tim" To: "'users@httpd.apache.org'" Date: Tue, 29 Jul 2003 13:28:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C355F6.C2420C10" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Apache2 and HPUX...apr libs ------_=_NextPart_001_01C355F6.C2420C10 Content-Type: text/plain; charset="iso-8859-1" Hello, How do I get Apache compiled so that httpd will dynamically look at relative paths for the apr libraries? libapr-0.sl.9, libexpat.sl.1, libaprutil-0.sl.9. This was not an issue prior to Apache2 because all of the libs were compiled in the executable. This is not the case with Apache2. I would like to avoid having to copy these libs into /usr/lib. Is there a way to compile Apache to use all relative paths to the libs? Here's the output from chatr. Please help! dynamic /usr/lib/libpthread.1 dynamic /app/install/apache/binaries/apache/lib/libaprutil-0.sl.9 dynamic /app/install/apache/binaries/apache/lib/libexpat.sl.1 dynamic /app/install/apache/binaries/apache/lib/libapr-0.sl.9 dynamic /usr/lib/libm.2 dynamic /usr/lib/libnsl.1 dynamic /usr/lib/libdld.2 dynamic /usr/lib/libc.2 Regards, Tim Alderfer ------_=_NextPart_001_01C355F6.C2420C10 Content-Type: text/html; charset="iso-8859-1"
Hello,
 
How do I get Apache compiled so that httpd will dynamically look at relative paths for the apr libraries? libapr-0.sl.9, libexpat.sl.1, libaprutil-0.sl.9.  This was not an issue prior to Apache2 because all of the libs were compiled in the executable.  This is not the case with Apache2.  I would like to avoid having to copy these libs into /usr/lib.
Is there a way to compile Apache to use all relative paths to the libs?  Here's the output from chatr.  Please help!
 
             dynamic   /usr/lib/libpthread.1
             dynamic   /app/install/apache/binaries/apache/lib/libaprutil-0.sl.9
             dynamic   /app/install/apache/binaries/apache/lib/libexpat.sl.1
             dynamic   /app/install/apache/binaries/apache/lib/libapr-0.sl.9
             dynamic   /usr/lib/libm.2
             dynamic   /usr/lib/libnsl.1
             dynamic   /usr/lib/libdld.2
             dynamic   /usr/lib/libc.2
 
Regards,
 
Tim Alderfer
------_=_NextPart_001_01C355F6.C2420C10--