I'm running a 9.2 box with mysql 4.0.21-4.4, people here need to use subqueries, i recommended using postgresql, because they'll probably need other features in the future, but they want to stay with mysql. I googled a lot looking for an 4.1 rpm for suse, just found the rpms of SuSE 9.3, tried to upgrade my installation with them, but there i enter and infinite list of dependencies (it starts with libmysqlclient.so.12 needed by perl-DBD-mysql). I could force the upgrade, but i don't want to break anything. Any suggestions to upgrade it?, (without exporting - installing mysql.com rpms - reimporting, i would like to use suse' rpms) CI.-
Ciro Iriarte wrote:
I could force the upgrade, but i don't want to break anything. Any suggestions to upgrade it?, (without exporting - installing mysql.com rpms - reimporting, i would like to use suse' rpms)
Why not use the mysql SuSE RPMs? Building a SuSE RPM is not black magic - I'm sure the mysql folks are pretty well versed in the procedure :-) http://dev.mysql.com/downloads/mysql/4.1.html -- /Per Jessen, Zürich http://www.spamchek.ch/freetrial - managed anti-spam and anti-virus solution.
2005/6/19, Per Jessen <per@computer.org>:
Ciro Iriarte wrote:
I could force the upgrade, but i don't want to break anything. Any suggestions to upgrade it?, (without exporting - installing mysql.com rpms - reimporting, i would like to use suse' rpms)
Why not use the mysql SuSE RPMs? Building a SuSE RPM is not black magic - I'm sure the mysql folks are pretty well versed in the procedure :-)
http://dev.mysql.com/downloads/mysql/4.1.html
-- /Per Jessen, Zürich http://www.spamchek.ch/freetrial - managed anti-spam and anti-virus solution.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
SuSE (as any other distro) usually customizes most of its packages, but leaving that aside, installing the rpms from mysql would be the same as installing the rpms from 9.3, breaking the dependencies of some packages, basically due to "mysql-shared". I've always found the latest postgresql version at projects directory on suse ftp server, it's strange that they don't package new version of mysql. CI.-
2005/6/19, Ciro Iriarte <cyruspy@gmail.com>:
2005/6/19, Per Jessen <per@computer.org>:
Ciro Iriarte wrote:
I could force the upgrade, but i don't want to break anything. Any suggestions to upgrade it?, (without exporting - installing mysql.com rpms - reimporting, i would like to use suse' rpms)
Why not use the mysql SuSE RPMs? Building a SuSE RPM is not black magic - I'm sure the mysql folks are pretty well versed in the procedure :-)
http://dev.mysql.com/downloads/mysql/4.1.html
-- /Per Jessen, Zürich http://www.spamchek.ch/freetrial - managed anti-spam and anti-virus solution.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
SuSE (as any other distro) usually customizes most of its packages, but leaving that aside, installing the rpms from mysql would be the same as installing the rpms from 9.3, breaking the dependencies of some packages, basically due to "mysql-shared".
I've always found the latest postgresql version at projects directory on suse ftp server, it's strange that they don't package new version of mysql.
CI.-
Mmm, i realized that the only package needed by others is mysql-shared (from my reply :), i just installed mysql and mysql-client from 9.3 and kept the original mysql-shared, and it looks like doesn't have any problem, and the dependencies wheren't broken.
rpm -qa | grep -E ^mysql mysql-4.1.10a-3.2 mysql-shared-4.0.21-4.2 mysql-client-4.1.10a-3
Thanks for your reply Per CI.-
participants (2)
-
Ciro Iriarte
-
Per Jessen