Chris S wrote:
> 
> i am trying to set up PHP 4.0.6 and when i execute this command:
> 
> /configure --with-mysql=/opt/local/mysql --with-apache=/opt/local/apache-1.
> 3.9 --enable-track-vars
> 
>  i get the following problems:
> 
> 1) checking for working makeinfo... missing
> - i tried to find this module and install it but i couldn't find it anywhere
> on the GNU site...is it neccessary?   and if so, where can i get it?

        Shouldn't be necessary.

> 2) checking for AIX... no
> - i am not sure what i need to do to fix this

        AIX is an IBM unix flavor OS.  You are running Solaris OS.  Don't sweat
it.  
 
> 3) checking for Apache module support via DSO through APXS... no
> - i have checked for mod_so.c and it is there, am i looking for the right
> thing??

        You can only pick one of --with-apache or --with-apxs.  You've picked
--with-apache.  You may actually want
--with-apxs=/path-to-apache/apache/bin/apxs.  Make sure apxs is there,
of course, before you configure with this option.  It solves a lot of
headaches. 

> 4) checking for Apache module support... no
> - i think that the mod_so.c has something to do with this as well??

        See #3 above.
 
> 5) configure: error: Invalid Apache directory - unable to find httpd.h under
> /opt/local/apache-1.3.9
> - now i have changed the path in the command i executed to point directly to
> the httpd.h file (/opt/local/apache-1.3.9/bin) but i have looked up this
> error and it says to point to the directory where apache was installed.  so
> what else could be the problem?

        See #3 above.

> thank you for any help on these issues.  i would really like to get PHP
> installed and working as soon as possible.
> chris

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to