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
 [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: Thu Apr 18 04:01:27 2024 UTC