Александр wrote: > Hi All! > > I install Courier-authlib ( v. 0.61.0), Courier-imap ( 4.4.1). > I have MySQL server 4.1.22 > > When I connected Courier ( pop3), I got error. > > My maillog: > > mail - pop3d LOGIN FAILED, user=officemanager, ip=[192.168.1.166] > mail - authdaemond /usr/local/libexec/courier-authlib/authdaemond: > symbol lookup error: > /usr/local/lib/courier-authlib/libauthmysql.so: > undefined symbol: mysql_get_server_version
According to http://dev.mysql.com/doc/refman/4.1/en/mysql-get-server-version.html the function mysql_get_server_version was added in MySQL 4.1.0. Thus, it should be in your package. An ld-path problem? > (Level debug authdaemond = 1) > Any idea? Actually, that call was supposed to supply some extra information for understanding the origin of possible trouble rather than create trouble itself :-( ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
