php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6904 Compiling fails using APXS
Submitted: 2000-09-27 13:51 UTC Modified: 2000-10-12 09:04 UTC
From: anti at vitacom dot ro Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.2 OS: RedHat 6.2
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: anti at vitacom dot ro
New email:
PHP Version: OS:

 

 [2000-09-27 13:51 UTC] anti at vitacom dot ro
cd /usr/local/php
./configure --with-mysql --with-apxs=../apache/src/support/apxs --enable-track-vars --enable-versioning

This gives the normal compiling messages, but when it gets to configure SAPI modules,
at the apxs module ehoes the usage (like I normally run the apxs executable script) and
after this gives me an error that i should give the full path or i need to install perl...
I have to mention that i use apache1.3.12, and i had to modify the first line of apxs
from #!/usr/local/bin/perl to #!/usr/bin/perl for the script to run. Otherwise it gived me 
a no suth file error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-12 09:04 UTC] sniper@php.net
You should use the path to the INSTALLED apxs 
not the one in the source directories of Apache.

Reading INSTALL file would be good thing (tm) to do also.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC