Received: (qmail 14994 invoked by uid 501); 29 Nov 2000 16:31:51 -0000 Message-Id: <20001129163151.14993.qmail@locus.apache.org> Date: 29 Nov 2000 16:31:51 -0000 From: Paul Mansfield Reply-To: paulm@roundpeg.com To: submit@bugz.apache.org Subject: Install scripts for ApacheJServ 1.1.2 break mod_jserv X-Send-Pr-Version: 3.110 >Number: 6908 >Category: mod_jserv >Synopsis: Install scripts for ApacheJServ 1.1.2 break mod_jserv >Confidential: no >Severity: serious >Priority: medium >Responsible: jserv >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Nov 29 08:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: paulm@roundpeg.com >Release: 1.3.12 >Organization: apache >Environment: OS: Solaris2.6 up to date with all patches as of November 2000. HW: Sun Sparc Ultra/1 >Description: The mod_jserv.so installed by the "make install" is a copy of the libjserv.a file, and won't work. Here's what it says: Copying files to Apache Modules Directory... /usr/bin/cp ./.libs/libjserv.a /opt/apache/libexec/mod_jserv.so This is what it SHOULD do: ld -B dynamic -G -z allextract -o /opt/apache/libexec/mod_jserv.so libjserv.a Paul >How-To-Repeat: just try and built the damn thing :-) >Fix: This is what it SHOULD do to convert the .a to a .so ld -B dynamic -G -z allextract -o /opt/apache/libexec/mod_jserv.so libjserv.a >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]