2 messages in net.sourceforge.lists.courier-users[courier-users] Re: (no subject)
FromSent OnAttachments
mv...@canada.comApr 18, 2003 8:36 am 
Sam VarshavchikApr 18, 2003 9:16 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: (no subject)Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Apr 18, 2003 9:16:46 am
List:net.sourceforge.lists.courier-users

mv@canada.com writes:

/* /usr/local/mysql/include/mysql_com.h (line:308) */

my_bool validate_password(const char* password, const char* message, unsigned long* salt);

What could be a problem?

Looks like MySQL 4 defines a function with the same name as one of the internal functions.

Replace all three instances of "validate_password" with "validateMyPassword" in authmysqllib.c