You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Jens Kl�cker <je...@kloecker.org> on 2001/09/19 14:14:13 UTC

os-hpux/8364: apxs don't detects hpux shared libraries

>Number:         8364
>Category:       os-hpux
>Synopsis:       apxs don't detects hpux shared libraries
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Sep 19 05:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     jens@kloecker.org
>Release:        1.3.20
>Organization:
apache
>Environment:
$ uname -a
HP-UX raptor B.11.00 A 9000/785

>Description:
When installing an extension module (i.e. PHP4), apxs don't 
accepts hpux shared libraries with extension .sl.
>How-To-Repeat:
Try to install PHP4 under hpux.
>Fix:
Change line #454 in apxs from

        if ($f !~ m|\.so$|) {

to

        if ($f !~ m|\.s[ol]$|) {
>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!     ]