4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Compile Problem on De...
FromSent OnAttachments
Thorsten MüllerApr 14, 2004 10:40 pm 
Ron JohnsonApr 15, 2004 2:42 am 
Devin RubiaApr 15, 2004 5:04 am 
cour...@gmx.netApr 16, 2004 6:59 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: [maildropl] Compile Problem on Debian 3 with mySQL-supportActions...
From:cour...@gmx.net (cour@gmx.net)
Date:Apr 16, 2004 6:59:41 am
List:net.sourceforge.lists.courier-maildrop

--On Donnerstag, 15. April 2004 07:39 +0200 Thorsten Müller <thor@office.homelinux.org> wrote:

I tried it with ./configure \ --prefix=/usr/lib/courier \ --enable-maildropmysql \ --with-mysqlconfig=/etc/courier/maildropmysql.config \ --enable-maildrop-uid=1004 \ --enable-maildrop-gid=1004

command not found

configure: error: Unable to run mysql_config configure: error: /bin/sh './configure' failed for maildrop

mysql_config does not exist, which is located in the package:

# dpkg -S mysql_config libmysqlclient-dev: /usr/bin/mysql_config libmysqlclient-dev: /usr/share/man/man1/mysql_config.1.gz

ii libmysqlclient 3.23.49-8.5 mysql database client library

You wont be able to compile anything which uses mySQL unless you also install the *-dev version which contains the includes.

Same with all other libraries like those from OpenSSL.

Roland