|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Errors during install
From: Rob Foehl (rwf
loonybin.net)
Date: Wed Sep 01 2004 - 13:55:42 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 1 Sep 2004, Lydiard wrote:
> Given that mysql is located in /usr/local/mysql and that my configure option
> was:
> ./configure --with-mysql=/usr/local/mysql/lib/mysql
>
> If I've understood you correctly, I should be using:
>
> ./configure --with-mysql=/usr/local/mysql
>
> AM I getting warm?
Not really - if you don't have the libraries, SASL's configure script is
not going to find them. Install a full MySQL package however you prefer,
then re-run configure with the proper MySQL library path - probably
/usr/local/mysql/lib/mysql. Make sure that path is listed in
/etc/ld.so.conf, and re-run ldconfig after you've installed MySQL.
While this is really not a Postfix question, you're going to run into the
same issue when you try building Postfix with MySQL. Keep in mind that a
how-to will probably not fit your exact requirements. Start with one
major component; once that works, add extra pieces as time and skill
permit.
-Rob
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]