php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12984 APXS error message during configure is wrong
Submitted: 2001-08-27 18:37 UTC Modified: 2001-08-28 02:21 UTC
From: sgibson at digitalimpact dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: Linux 2.4.2-2smp (RedHat 7.1)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 - 4 = ?
Subscribe to this entry?

 
 [2001-08-27 18:37 UTC] sgibson at digitalimpact dot com
When configuring with APXS support, and the Apache APXS script has an error in it, the configure program outputs the web link to fix the APXS script.  This location has changed since the reorg of the PHP web site.  Here's a context diff patch to fix config.status file.  Please forgive me if I got this wrong; I'm not a developer/coder, and have never messed around with diff/patch much.

-------------- begin of context patch info ----------------


*** config.status       Mon Aug 27 15:30:24 2001
--- config.status.patch Mon Aug 27 15:34:30 2001
***************
*** 1254,1261 ****
      echo "+--------------------------------------------------------------------+"
      echo "| WARNING: Your /ids/web/bin/apxs script is most likely broken."
      echo "|                                                                    |"
!     echo "| Please go read http://www.php.net/FAQ.php#6.11 and make the        |"
!     echo "| changes described there and try again.                             |"
    fi
  
    # Warn about CGI version with no extra security options.
--- 1254,1261 ----
      echo "+--------------------------------------------------------------------+"
      echo "| WARNING: Your /ids/web/bin/apxs script is most likely broken."
      echo "|                                                                    |"
!     echo "| Please go read http://www.php.net/manual/en/faq.build.php#AEN62933 |"
!     echo "| and make the changes described there and try again.                |"
    fi
  
    # Warn about CGI version with no extra security options.



-------------- end of context patch info --------------

v/r
Shane

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 02:21 UTC] sniper@php.net
This has already been fixed in CVS.

--Jani

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