Hi,

I try to build PHP 4.3.4 on AIX 5.1 (It's my first use of PHP). 
However, it fails in the ./configure step with apache include file:

I've tried:
./configure \
        --with-apache=/extern/WWW  
./configure \
        --with-apache=/extern/WWW/ 
./configure \
        --with-apache=/extern/WWW/include 
--with-config-file-path=/extern/WWW/conf

The message is:
configure: error: Invalid Apache directory - unable to find httpd.h
under /extern/WWW 
(or /extern/WWW/ or /extern/WWW/include depending of the option set)

However the file exist and is readable:
[EMAIL PROTECTED]: whoami
begou
[EMAIL PROTECTED]: ls -l /extern/WWW/include/httpd.h
-rw-r--r--   1 root     www           46780 Jul 31 2002 
/extern/WWW/include/httpd.h

Where is my mistake ?

Thanks for your help

Patrick
-- 
===============================================================
|  Equipe M.O.S.T.         | http://most.hmg.inpg.fr          |
|  Patrick BEGOU           |       ------------               |
|  LEGI                    | mailto:[EMAIL PROTECTED] |
|  BP 53 X                 | Tel 04 76 82 51 35               |
|  38041 GRENOBLE CEDEX    | Fax 04 76 82 52 71               |
===============================================================

Reply via email to