5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] authdaemond start...
FromSent OnAttachments
Darren SpruellJan 12, 2002 11:47 pm 
Darren SpruellJan 13, 2002 12:08 am 
Roland SchneiderJan 13, 2002 1:26 am 
Sam VarshavchikJan 13, 2002 7:49 am 
Darren SpruellJan 13, 2002 11:57 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:Re: [courier-users] authdaemond start: libmysqlclient.so.10.0: No such file or directoryActions...
From:Roland Schneider (list@serv.ch)
Date:Jan 13, 2002 1:26:40 am
List:net.sourceforge.lists.courier-users

--Darren Spruell wrote on 13.01.2002 01:10 -0700:

$ ./configure --without-ipv6\ --with-db=db\ --with-mailuser=courier\ --with-mailgroup=courier\ --enable-mimetypes=/var/www/conf/mime.types --without-certdb

also, I ran "make install-configure" with gmake.

Three solutions, its your choice:

a) ./configure --without-authdaemon --without-authmysql and dont use authdaemon at all.

b) delete /usr/lib/courier/libexec/authlib/authdaemond.mysql, and authdaemond.plain will take over (should exist there...)

c) specify version="authdaemond.plain" in etc/authdaemonrc

Actually, there is a fourth solution: add the directory of libmysqlclient.so.10.0 (usually /usr/local/lib/mysql) to your system-wide path, in FreeBSD to /etc/ld-elf.so.conf, check `man ldconfig`.

Roland