php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20328 "make install" fails - script missing
Submitted: 2002-11-09 12:32 UTC Modified: 2002-11-09 23:47 UTC
From: b dot hughes at factorymotorparts dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.3 OS: Linux; RH 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: b dot hughes at factorymotorparts dot com
New email:
PHP Version: OS:

 

 [2002-11-09 12:32 UTC] b dot hughes at factorymotorparts dot com
make is Ok, make install fails:

make[1]: Entering directory '/opt/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

True statement; /usr/lib/httpd/(build,modules) are there,
and build/libtool, but not 'instdso.sh'.

configure: --with-xml --with-ldap --with-config-file-path=/etc --with-interbase=/opt/interbase --localstatevar =/var --program-prefix= --prefix=/usr --exec-prefix=/usr --with-apxs2=/usr/sbin/apxs --enable-bcmath --with-pear=/usr/share --sysconfdir=/etc --target=i386-redhat-linux-gnu --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --enable-inline-optimization





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-09 12:36 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Apache 2 is not installed automatically like Apache 1 is. To install, it you need to follow the instructions inside the sapi/apache2filter/README file.

 [2002-11-09 23:47 UTC] b dot hughes at factorymotorparts dot com
Reply to responder  - no, its not a PHP problem. Found missing file at Apache.org in latest version.  Problably should mention it to Redhat - Apache2 is the new default in rh 8.0.  Thanks for your attention.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 06:01:30 2024 UTC