Michael Carmack writes:
On Tue, Nov 19, 2002 at 03:45:19AM -0500, Patrick Bowen wrote:
I'm not getting any error message during the install. Everything seems
to install fine except for MySQL support. It installs authdaemon.plain
not authdaemon.mysql. Here are the commands I used to compile
Courier-Imap.
CPPFLAGS="-I/usr/local/mysql/include"
export CPPFLAGS
LDFLAGS="-L/usr/local/mysql/lib"
export LDFLAGS
./configure
make
make check
make install
make install-configure
Did I miss something when I compiled it?
For whatever reason, your mysql headers/libraries probably weren't
successfully detected during configure. Look very carefully at the
output from ./configure and watch for the word "no" when it gets
to the mysql stuff. Use 'tee' to save the output to a file if it
scrolls by too fast.
m.
And don't forget to purge the config.cache files, if you want to ensure that the build is done with your present configuration...
--
Bill Michell
[EMAIL PROTECTED] (home)

-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Reply via email to