Augusto Cesar wrote
> I just instaled a Linux, but php is already working
> but without mysql.
> What should I do? How can I rebuild again?
I can't understand u'r question, May be u are asking
how to build php with mysql support,

First install mysql

get php4.x src,
../configure --with-apxs="/path to apache's apxs" --with-mysql="/pathto
mysql dir,like /usr/local/bin/mysql"

make && make install

Restart apache
/Chandu



-- 
PHP General 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