php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7093 apxs not found
Submitted: 2000-10-08 21:37 UTC Modified: 2000-10-29 00:23 UTC
From: jjensen at bak dot rr dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: Redhat Linux 6.1
Private report: No CVE-ID: None
 [2000-10-08 21:37 UTC] jjensen at bak dot rr dot com
Unsuccessful in installing php-3.1.0.16
Upgrading and reconfiguring Apache did not help it to find the components uncommented, when I knew they were where they were supposed to be.

Your bugs instructions said to upgrade first, so I did; I got php-4.0.2. When apxs was first a problem, I read faq 6.11 and corrected apxs accordingly. It did not help.  

./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs --enable-track-vars  

could not find apxs where I just found it. 

Execution of /usr/sbin/apxs aborted due to compilation errors.
configure: error: Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs

The only other meaningful location was /usr/src/apache_1.3.12/src/support/, but it didn't work either. Perl has been working all along. I just tested it and it works still.

Gentlemen, I am out of faqs. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-29 00:23 UTC] sniper@php.net
You should configure and compile Apache with DSO support.
Read the Apache INSTALL file for info how to do it.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 16:01:32 2024 UTC