Gentoo Archives: gentoo-server

From: Lance Albertson <ramereth@g.o>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] mysql-4.1
Date: Fri, 21 Oct 2005 13:24:45
Message-Id: 4358EB92.2010605@gentoo.org
In Reply to: Re: [gentoo-server] mysql-4.1 by "Francesco R."
1 Francesco R. wrote:
2 > Alle 08:31, venerdì 21 ottobre 2005, Ben Munat ha scritto:
3 >
4 >>Francesco, any thoughts on this? I seem to remember my last disaster
5 >>with mysql/vpopmail was due to libmysqlclient.so.12 disappearing.
6 >>This makes me very nervous. Shouldn't revdep-rebuild take care of
7 >>this? Anyone else have vopopmail installed but have successfully done
8 >>this upgrade?
9 >>
10 >
11 > revdep-rebuild *should*, having problem me too with it not rebuilding
12 > *all* what I need.
13 >
14 > A rather awful workaround is to rebuild every package that has the mysql
15 > useflag. to generate a list try this oneliner:
16 >
17 > emerge -epv --columns mysql \
18 > | grep mysql | grep -v 'dev-db/mysql '\
19 > | cut -c 17- \
20 > | awk 'emerge --oneshot {print $1}' \
21 > | awk '{print "emerge --oneshot --nodeps", $1}'
22 >
23 > then adjust the list for your needs.
24
25 Shouldn't using revdep-rebuild as the following catch everything?
26
27 revdep-rebuild --soname libmysqlclient.so.12
28
29 --
30 Lance Albertson <ramereth@g.o>
31 Gentoo Infrastructure | Operations Manager
32
33 ---
34 GPG Public Key: <http://www.ramereth.net/lance.asc>
35 Key fingerprint: 0423 92F3 544A 1282 5AB1 4D07 416F A15D 27F4 B742
36
37 ramereth/irc.freenode.net

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-server] mysql-4.1 Dave Strydom <strydom.dave@×××××.com>