> I used the following
>
> ./configure --with-mysql --enable-track --with-config-file-path=/www/conf --
> with-pdflib=/usr/local/pdflib --with-apache=/usr/local/httpd
>
> phpinfo() says I used
>
> ./configure' '--with-mysql=/usr/local/mysql'
> '--with-config-file-path=/www/conf' '--with-apache=../httpd'
> '--enable-track-vars'
>
> Does this make it easier to figure out what I did wrong??
Is /usr/local/httpd and ../httpd the same directories? And since you are
building the static module version of PHP, did you actually re-compile
your Apache httpd after building the new PHP?
I'd suggest switching to the dynamic module and using --with-apxs instead
of --with-apache. See the INSTALL file for more info.
-Rasmus
--
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]