Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 19389 invoked by uid 6000); 21 Jan 1999 15:50:08 -0000 Received: (qmail 19148 invoked by uid 2001); 21 Jan 1999 15:50:05 -0000 Date: 21 Jan 1999 15:50:05 -0000 Message-ID: <19990121155005.19143.qmail@hyperreal.org> To: jserv-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Patrick Gardella Subject: Re: mod_jserv/3717: DSO build of JServ failing in libtool Reply-To: Patrick Gardella Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR mod_jserv/3717; it has been noted by GNATS. From: Patrick Gardella To: apbugs@hyperreal.org Cc: apbugs@Apache.org Subject: Re: mod_jserv/3717: DSO build of JServ failing in libtool Date: Thu, 21 Jan 1999 10:47:43 -0500 (EST) The following patch allows Apache-JServ to finish building the DSO and install correctly. Testing shows the mod_jserv.so is functioning normally from this point on. But since this patches a copy of libtool we copy in, it is a flaw in the original libtool. Patrick Gardella --- libtool Thu Jan 21 10:43:51 1999 +++ libtool.orig Thu Jan 21 10:43:39 1999 @@ -117,7 +117,7 @@ # Commands used to build and install an old-style archive. RANLIB="ranlib" -old_archive_cmds="\$AR cru \$oldlib\$oldobjs *;\$RANLIB \$oldlib" +old_archive_cmds="\$AR cru \$oldlib\$oldobjs;\$RANLIB \$oldlib" old_postinstall_cmds="\$RANLIB \$oldlib;chmod 644 \$oldlib" old_postuninstall_cmds=""