Please create a text file with the following content:
#include <mysql/mysql.h>
int main()
{
MYSQL* mysql;
mysql_init(mysql);
}
// end of file
Name the file mysql-test.cpp and run the following command:
g++ -o mysql-test mysql-test.cpp -lm -lz -lmysqlclient
Please post the output of this command here. Question: did
you install by
chance another MySQL instance from sources instead of
standard packages?
Regards,
Mugur
--- nkerkvliet hotmail.com wrote:
> Good evening,
>
> After your suggestions, I moved to a centos 4.3 box,
which should have
> everything on board..
>
> However, when I'm trying to install I'm getting this
error "Could not find
> mysqlclient library. Please install mysql-devel
package" which refers to
> mysql-devel but this is allready installed..
>
> "package MySQL-devel-5.0.19-0.glibc23 is already
installed"
>
> Any idea's??
>
> Greets,
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
around
http://mail.yahoo.com
|