You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Paul Mansfield <pa...@roundpeg.com> on 2000/11/29 17:31:51 UTC

mod_jserv/6908: Install scripts for ApacheJServ 1.1.2 break mod_jserv

>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 <ap...@Apache.Org> 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!     ]