Gentoo Archives: gentoo-dev

From: "Francesco R." <vivo@g.o>
To: gentoo-server@l.g.o
Cc: gentoo-user@l.g.o, gentoo-dev@l.g.o
Subject: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
Date: Thu, 24 Nov 2005 21:57:06
Message-Id: 200511242251.42249.vivo@gentoo.org
1 my apologies for the mess with this release of MySQL 5.0.16 and for the
2 one will come with the dev-db/mysql-4.1.15-r1 ebuild
3
4 Here is the relevant list of bugs opened (and closed) as a consequence
5 of the new ebuild.
6
7 [Bug 113451] mysql-4.1.15 re-keyworded as -* with no note in changelog
8 as to why
9 [Bug 113440] typo in mysql-5.0.16-r2 init script
10 [Bug 113356] /etc/init.d/mysql script fails to start server in
11 mysql-5.0.16
12 [Bug 113352] mysql-5.0.16-r1 does not
13 create /usr/lib{64}/libmysqlclient.so.15 symlink
14 [Bug 113334] mysql MD5 mysql-extras-20050920.tar.bz2 VERIFY FAILED! (old
15 ebuild has correct value)
16
17 If you installed 5.0.16, the 1st and don't want to re-emerge it, follow
18 these steps:
19 (may need to adjust the path accordingly with ARCH and personal
20 settings)
21
22 # emerge --sync
23 # cp /usr/portage/dev-db/mysql/files/mysql-slot.rc6 /etc/init.d/mysql
24 # chmod +x /etc/init.d/mysql
25 # cd /usr/lib{64}
26 # for i in libmysqlclient.so libmysqlclient_r.so ; do \
27 for j in "" .15 .15.0 .15.0.0 ; do \
28 echo ln -s /usr/lib/${i}.15.0.0 ${i}${j} \
29 ; done \
30 ; done
31 # chown -R mysql:mysql /var/run/mysqld/
32
33
34 Regards,
35 Francesco R.
36 --
37 gentoo-dev@g.o mailing list

Replies