Jough P writes:
>I upgraded from MySQL 3.23 to 4.0.  I placed all the new mysql files in 
>/usr/local/mysql/bin, /usr/local/mysql/include and 
>/usr/local/mysql/lib.  I compiled PHP5 and it is still using the 3.23 
>client API.  So I removed all the old mysql files from /usr/bin, 
>/usr/include and /usr/lib and tried again.  No luck.

When I built my PHP version I used:

./configure \
'--with-mysql=/usr/local/mysql4' \
'--with-apxs=/usr/local/apache/bin/apxs'

This lets configure know which version of mysql to utilize.  I've also
built systems with both MySQL and Oracle should anyone need some help.

                 Brad Eacker ([EMAIL PROTECTED])



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to