I am building PHP 4.3.4 on RH Linux 9.0.
When I look at the output of phpinfo() for the 
version that came with RH I see this param for
mysql:

 '--with-mysql=shared,/usr'

I ran configure using the same:

./configure --with-apxs2=/usr/local/apache2/bin/apxs 
--with-mysql=shared,/usr

Have tried it with, and without single quotes
around the --with-mysql directive.

I run the above configure command, run make,
and then install, all apparently successful.
Then I look at the phpinfo() output and 
see this as what it believes the configure 
command was:

 './configure' '--with-mysql' '--with-apxs2=/usr/local/apache2/bin/apxs'

I don't see anything re 'shared,/usr' as I do for the 
previous RH default install of PHP 4.2.2?

Any idea what that wouldn't show up? phpinfo() 
also shows the build date correctly (as today).

TIA

lk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to