Conflicts with installed packages

 | MySQL | 0 Comments | 0 TrackBacks

Was hoping that this weekend I could upgrade to MySQL 5.0 without a hitch, as I am eager to investigate all of the new possibilities in this wonderful database product upgrade.

Unfortunately, at first my FreeBSD development environment choked and didn't seem to allow a port install when an older version is still present. Think, think...

First of all, mysql-server would not install because of the wrong version of mysql-client which was present, and then when I tried to upgrade the client it shouted back to me that it: conflicts with installed packages. Think, think...

But wait a minute. By simply 'forcing' a deinstall with pkg_delete -f mysql-client-4.1.15 and then pkg_delete -f mysql-server-4.1.15 and then doing a make install clean for the client and then the server all over again, it worked!

Well, almost. In order to allow other applications to run correctly, it is necessary to do a make install clean for the MySQL 5.0 driver for the Perl DBI Database Interface: p5-DBD-mysql50-3.0002.

And then again, I later realized that my PHP4 and phpMyAdmin stuff were broken also. Drats. Deinstall and reinstall seemed to fix things alright. Maybe a bit of an overkill, but in the long term it probably would have taken me much much longer to figure out the better more elagant solution than just throw everything overboard and begin anew.

Rumor has it that with the new NDB storage engine that introduces a quantum leap in mulitcluster partitioning, e.g. built-in clustering and automatic failover capabilities, MySQL has grown-up to become a leading competitor in the cut-throat world of high-performance databases.

Will have to continue this further at another time.

Actually right now, I still have to do my Christmas shopping which one would imagine is much more important than fiddling around with my FreeBSD server farm with state-of-the-art database capabilities. Not.

No TrackBacks

TrackBack URL: http://www.kiffingish.com/cgi-bin/mt/mt-tb.cgi/87

Leave a comment

Recent Entries

A walk along the Keizersgracht
Too often one is so consumed by a jungle of intertwined thoughts that the beauty of the nearby surroundings ... »
Popularity is fickle
The popularity of a given next generation technology is very fickle, and its success or failure depends on many ... »
Where was Kiffin really buried?
Hi There seems to be some confusion on the current resting place of Kiffin Rockwell, some say that his ... »
Going to Portugal
Normally the week just before I leave for summer vacation, I spend hours on end desperately searching for some ... »
A human language
These days it is not very often that a new and exciting Perl book comes along. That's why I ... »