Bug 78557

Summary: apxs cannot find instdso.sh
Product: [Retired] Red Hat Linux Reporter: Need Real Name <ddegraff>
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-11-25 20:41:39 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 Need Real Name 2002-11-25 20:01:27 UTC
Description of Problem:
  1) When installing (via apxs -i) a custom authorization module, a script
     called 'instdso.sh' is expected to be executed but does not exist in the
     /usr/lib/httpd/build directory

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

How Reproducible:
  Create a custom module NOT as part of apache; i.e., as a separate project


Steps to Reproduce:
1. /usr/sbin/apxs -c -lgdbm -ldl mymodule.c
2. /etc/rc.d/init.d/httpd stop
3. /usr/sbin/apxs -i -n auth_gdbm -a mymodule.la
4. /etc/rc.d/init.d/httpd start

Actual Results:
    #/usr/sbin/apxs -i -n auth_gdbm -a mymodule.la
     /usr/lib/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib/httpd/build/libtool'
mod_auth_gdbm.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:


Additional Information:

Comment 1 Michael Lee Yohe 2002-11-25 20:41:32 UTC
This is a duplicate of Bug 73428 - you should download the new httpd package
from rawhide, which includes the missing script as of 2.0.40-12 (2.0.40-13 is
latest).

Comment 2 Joe Orton 2002-11-26 14:02:48 UTC

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