Bug 75281 - apxs -i does not work due missing instdso.sh (http-devel package)(
Summary: apxs -i does not work due missing instdso.sh (http-devel package)(
Keywords:
Status: CLOSED DUPLICATE of bug 73428
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: httpd
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-06 19:09 UTC by paluch
Modified: 2007-04-18 16:47 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-10-06 19:09:31 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.