hi all just a quick question i have dovecot (0.99.14 yum install) running on my fc4 server to get this working, i had to downgrade from mysql 5 to fedora's mysql rpm's i really would prefer to use mysql 5, but to satisfy the dependencies, i had to go to mysql 4 now, i just want to know if there is an rpm (linux rather than specific fc4 version is fine) out there for dovecot, that i can use with mysql 5 definitely prefer rpm's to src as i don't really like getting into the nitty gritty of config/setup thanks dave -- http://dtracorp.com
On Sun, 2006-04-30 at 17:59 +1000, dave wrote:> just a quick question > i have dovecot (0.99.14 yum install) running on my fc4 server > > to get this working, i had to downgrade from mysql 5 to fedora's mysql rpm's > > i really would prefer to use mysql 5, but to satisfy the dependencies, i > had to go to mysql 4 > > now, i just want to know if there is an rpm (linux rather than specific > fc4 version is fine) out there for dovecot, that i can use with mysql 5 > > definitely prefer rpm's to src as i don't really like getting into the > nitty gritty of config/setupGrab the mysqlclient14 SRPM and rebuild it. Or rebuild the dovecot SRPM. -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060430/4b3c6b13/attachment.bin>
Building a newer version of Dovecot on Fedora is dead simple: ./configure --with-mysql make make install And you absolutely DO NOT want to run Dovecot with MySQL authentication using the 0.99 builds. There are many many bugs. Go get yourself the latest 1.0 beta version instead. -- Roger J. Weeks Systems & Network Administrator Mendocino Community Network On Apr 30, 2006, at 2:00 AM, dovecot-request at dovecot.org wrote:> Message: 2 > Date: Sun, 30 Apr 2006 17:59:04 +1000 > From: dave <dave at dtracorp.com> > Subject: [Dovecot] fedora core 4 + mysql 5 + dovecot > To: dovecot at dovecot.org > Message-ID: <44546E48.1060605 at dtracorp.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > hi all > > just a quick question > i have dovecot (0.99.14 yum install) running on my fc4 server > > to get this working, i had to downgrade from mysql 5 to fedora's > mysql rpm's > > i really would prefer to use mysql 5, but to satisfy the > dependencies, i > had to go to mysql 4 > > now, i just want to know if there is an rpm (linux rather than > specific > fc4 version is fine) out there for dovecot, that i can use with > mysql 5 > > definitely prefer rpm's to src as i don't really like getting into the > nitty gritty of config/setup > > thanks > dave