You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Vincent Haverlant <ha...@montrouge.tt.slb.com> on 2001/03/20 11:36:04 UTC

os-hpux/7437: Problem installing modules with APXS using .sl files for Shared library

>Number:         7437
>Category:       os-hpux
>Synopsis:       Problem installing modules with APXS using .sl files for Shared library
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Mar 20 02:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     haverlant@montrouge.tt.slb.com
>Release:        1.3.12
>Organization:
apache
>Environment:
HP-UX hpinteg2 B.10.20 U 9000/800 2011705904 unlimited-user license
>Description:
I was trying to install php4 
I configured php using the following line:
./configure --with-apxs=/opt/apache/bin/apxs --prefix=/opt/php4 --without-mysql

make works fine but in make install, apxs complains that
libs/libphp4.sl is not a DSO

I edited apxs and had to change line
if ($f !~ m|.so$|) {

to 
if ($f !~ m|.sl$|) {

The fact is that shared library files under HP-UX are ".sl" files.
>How-To-Repeat:
see above
>Fix:
see above
>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!     ]