1 message in net.sourceforge.lists.courier-users[courier-users] authmysql
FromSent OnAttachments
Alexey GumenchukJun 13, 2000 7:00 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] authmysqlActions...
From:Alexey Gumenchuk (aigu@isc.kharkov.com)
Date:Jun 13, 2000 7:00:29 am
List:net.sourceforge.lists.courier-users

Hello! I'm new to this archive. Need some help.

I tried to install courier-imap (0.34) with autmysql. I use mysql-3.22.32 and Slackware 7.0. The answers from configure were:

checking for mysql_connect in -lmysqlclient... no

and from authlib/config.log

configure:2565: checking for mysql_connect in -lmysqlclient configure:2584: gcc -o conftest -g -O2 -Wall -I.. -I./.. conftest.c -lmysqlclient 1>&5 /usr/i386-slackware-linux/bin/ld: cannot open -lmysqlclient: No such file or directory collect2: ld returned 1 exit status configure: failed program was: #line 2573 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_connect();

int main() { mysql_connect() ; return 0; }

What have I to do to compile authmysql? Thank you in advance.

Alex