php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14098 Configure PHP as an apache-module, but configure script is looking in wrong dir
Submitted: 2001-11-18 08:39 UTC Modified: 2001-11-18 08:47 UTC
From: blacknight at one-network dot org Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.0.6 OS: Debian/GNU Linux Potato 2.2r4
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:
29 + 16 = ?
Subscribe to this entry?

 
 [2001-11-18 08:39 UTC] blacknight at one-network dot org
Your confgiurescript is looking for the httpd.h file in
/apache/src. But my apache version (1.3.22) isn't creating
this directory. The .h - files are in this version in the
include-dir, so your script won't find them. I needed to
create a symbolic link from include to src to get it done.

Maybe some users (newbies) will get problems there and won't
understand why configure can't find there file.

My compile command = ./configure
--with-apache=/usr/local/apache
--with-mysql=/usr/local/mysql --enable-transid

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-18 08:47 UTC] derick@php.net
--with-apache should point to the source tree, not to the install tree.

Not a bug > bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC