4 messages in com.mysql.lists.perlRe: undefined symbol: mysql_real_esca...
FromSent OnAttachments
Pat Traynor05 Sep 2002 12:52 
Jochen Wiedmann05 Sep 2002 22:55 
Pat Traynor06 Sep 2002 05:52 
Jochen Wiedmann06 Sep 2002 06:43 
Subject:Re: undefined symbol: mysql_real_escape_stromg
From:Jochen Wiedmann (jo@ispsoft.de)
Date:09/05/2002 10:55:09 PM
List:com.mysql.lists.perl

Zitiere Pat Traynor <pa@ssih.com>:

undefined symbol: mysql_real_escape_string at

Possible reasons include:

- You have an outdated version of MySQL. - You haven't installed the package mysql-devel. - You have compiled against a shared library, which cannot be found for some reason. Try to change the "libs" from -L/usr/local/lib/mysql/libmysqlclient.a to -L/usr/local/lib/mysql -lmysqlclient or -L/usr/local/lib/mysql -lmysqlclient.a or /usr/local/lib/mysql/libmysqlclient