Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 75281

Summary: apxs -i does not work due missing instdso.sh (http-devel package)(
Product: [Retired] Red Hat Linux Reporter: paluch
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-06 19:09:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description paluch 2002-10-06 19:09:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.8 [en] (X11; U; Linux 2.4.18-14 i686)

Description of problem:
When invoking apxs -i (install module) it will fail with this message:
/usr/sbin/apxs -i -a -n php4 libphp4.la
/usr/lib/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib/httpd/build/libtool'
libphp4.la /usr/lib/httpd/modules
sh: line 1: /usr/lib/httpd/build/instdso.sh: No such file or directory
apxs:Error: Command failed with rc=8323072


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. tar xfj php-4.2.3.tar.bz2
2. ./configure --with-apxs2=/usr/sbin/apxs
3. make
4. make install


Actual Results:  make[1]: Entering directory `/tmp/php-4.2.3'
/usr/sbin/apxs -i -a -n php4 libphp4.la
/usr/lib/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib/httpd/build/libtool'
libphp4.la /usr/lib/httpd/modules
sh: line 1: /usr/lib/httpd/build/instdso.sh: No such file or directory
apxs:Error: Command failed with rc=8323072
.

Expected Results:  Installation of apache module into /usr/lib/httpd/modules

Additional info:

When instdso.sh is manually copied into /usr/lib/httpd/build (from
httpd-2.0.40-8.src.rpm) then the apxs -i works ok.

Comment 1 Joe Orton 2002-10-07 10:20:17 UTC

*** This bug has been marked as a duplicate of 73428 ***