backy007 Posted July 14, 2006 Share Posted July 14, 2006 Im installing PHP on server with Apache 1.3.19 and SuSe Linux, but when i try to do[b]./configure --with-apache=/usr/local/httpd ( ServerRoot in httpd.conf) --with-mysql[/b]it exits with error:[b]configure: error: Invalid Apache directory - unable to find httpd.h under /usr/local/httpd[/b]Whats wrong? Quote Link to comment Share on other sites More sharing options...
superalpha Posted July 14, 2006 Share Posted July 14, 2006 You should find that whre is "httpd.h" in your server. If you find path directory of this file, you should --with-apache=path/to/httpd ( httpd.h = httpd : don't put surname) .I have to told you more about path directory is not always as same as ServerRoot. I use Fedora Core 4, when I configure, I use --with-apxs2=/usr/local/apache/bin/apxs but my ServerRoot is /usr/local/apache . Quote Link to comment Share on other sites More sharing options...
backy007 Posted July 14, 2006 Author Share Posted July 14, 2006 I have found several httpd.h, but no one from them is right... ??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.