Menu

#5 error while estabilishing mysql link

open
nobody
None
5
2007-01-02
2007-01-02
Anonymous
No

Got the following error:

usr/sbin/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect'

Fixed by changing:

FROM:
mysql_auth = mysql_connect(&auth_sql_server, auth_db_host, user, pwd);

TO:
mysql_auth = mysql_real_connect(&auth_sql_server, auth_db_host, user,
pwd, name, 3306, NULL, 0);

in line 393.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.