1 message in net.sourceforge.lists.courier-users[courier-users] How to compile courie...
FromSent OnAttachments
E. VersaevelSep 9, 2002 12:59 pm 
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] How to compile courier-imap with mysql support?Actions...
From:E. Versaevel (vers@flakkee.net)
Date:Sep 9, 2002 12:59:40 pm
List:net.sourceforge.lists.courier-users

I just can't build it with mysql support.

Take 1

------------------------------------------------------------------------ I linked my /usr/local/mysql/include/ to /usr/include/mysql (and lib to my lib dir) ./configure make su make install make install-configure cd /usr/lib/courier-imap/etc ls hmm, no authmysqlrc that can't be right :)

took a look at the FaQ, exported CPPFLAGS && LDFLAGS

rm -rf /usr/lib/courier-imap (bye bye :P)

Take 2

------------------------------------------------------------------------ CPPFLAGS="-I/usr/local/mysql/include" LDFLAGS="-L/usr/local/mysql/lib" export CPPFLAGS export LDFLAGS ./configure make su make install make install-configure cd /usr/lib/courier-imap/etc ls

what? no authmysqlrc or libexec/authlib/authdeamond.mysql

Ehm? help ?

Kind regards, Erik

(where did my original message go?)