I solved the same problem by fixing the path to my mysql directories. First I had to do a search for these two files. Once I found the files the configuration needed to be changed. Here is a view of the changes that I made
MY SEARCH: find / -name libmysqlclient* find / -name mysql.h MY CHANGES IN THE ./configure --enable-incdir=/usr/local/mysql/include/mysql \ --enable-libdir=/usr/local/mysql/lib/mysql -- Jim Baumann [EMAIL PROTECTED]
