From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EStp9-0002uo-2n for garchives@archives.gentoo.org; Fri, 21 Oct 2005 10:08:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9LA4iad026518; Fri, 21 Oct 2005 10:04:44 GMT Received: from mail.pnpitalia.it (85-18-21-122.ip.fastwebnet.it [85.18.21.122]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9LA4h5n028641 for ; Fri, 21 Oct 2005 10:04:43 GMT Received: from localhost (localhost [127.0.0.1]) by mail.pnpitalia.it (Postfix) with ESMTP id 5F0FD7AD6F8 for ; Fri, 21 Oct 2005 12:07:27 +0200 (CEST) Received: from mail.pnpitalia.it ([127.0.0.1]) by localhost (db [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19604-03 for ; Fri, 21 Oct 2005 12:07:26 +0200 (CEST) Received: from host-4-153.pnpitalia.it (host-4-153.pnpitalia.it [192.168.4.153]) by mail.pnpitalia.it (Postfix) with ESMTP id CCDBE7AD6F6 for ; Fri, 21 Oct 2005 12:07:26 +0200 (CEST) From: "Francesco R." Organization: PNP Italia To: gentoo-server@lists.gentoo.org Subject: Re: [gentoo-server] mysql-4.1 Date: Fri, 21 Oct 2005 12:07:25 +0200 User-Agent: KMail/1.8.91 References: <4357203B.2060500@munat.com> <43588B41.6040009@munat.com> In-Reply-To: <43588B41.6040009@munat.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-server@gentoo.org Reply-to: gentoo-server@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200510211207.26060.vivo@gentoo.org> X-Virus-Scanned: amavisd-new at db X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j9LA4h5n028641 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j9LA4ibs026518 X-Archives-Salt: fe49f692-7d54-4704-a8c8-db91afd9dc8f X-Archives-Hash: f85d2ec213eba1da76fc6f6fa13e7df1 Alle 08:31, venerd=EC 21 ottobre 2005, Ben Munat ha scritto: > Francesco, any thoughts on this? I seem to remember my last disaster > with mysql/vpopmail was due to libmysqlclient.so.12 disappearing. > This makes me very nervous. Shouldn't revdep-rebuild take care of > this? Anyone else have vopopmail installed but have successfully done > this upgrade? > revdep-rebuild *should*, having problem me too with it not rebuilding=20 *all* what I need. A rather awful workaround is to rebuild every package that has the mysql=20 useflag. to generate a list try this oneliner: emerge -epv --columns mysql \ | grep mysql | grep -v 'dev-db/mysql '\ | cut -c 17- \ | awk 'emerge --oneshot {print $1}' \ | awk '{print "emerge --oneshot --nodeps", $1}' then adjust the list for your needs. > Dave Strydom wrote: > > Well i have only had failure, due to programs not being able to > > find the libmysqlclient.so.12 > > even after updating with ldconfig or env-update > > > > my MailScanner and exim broke because of this (well i only got that > > far into it because i rolled back to the old version) > > > > So, do any of you folks reporting success or failure happen to > > be using vpopmail? The last > > big MySQL debacle took down vpopmail and therefore all the > > mail... that sucked. [snip] Sorry for the problems, I can setup a test environment on a public ip=20 address (x86 running stable), following your instruction (I don't use=20 vpopmail). Then we can test everything there. Best regards, Francesco R. --=20 gentoo-server@gentoo.org mailing list