HI,
I tryed to upgrade MySQL to v 4.1.11-0
using modified version of MySQL-4_1_10a.sh script
(from ergozd) which I downloaded from
http://mirror.contribs.org/smeserver/contribs/ergozd/scripts/I had to make 2 modifications to the above mentioned script because MySQL-4.1.10 could not be found anymore on the specified server.
That's why
1.I replaced the string 4.0.10a with 4.1.11-0
in the script MySQL-4_1_10a.sh.
2.I changed also the mirror site the updates are downloaded from to
ftp://mysql.mirror.cygnal.ca/pub/mysql/Downloads/MySQL-4.1because
ftp://mysql.mirrored.ca/MySQL-4.1seem to be down.
But when I run the script i got the following error while upgrading perl-DBD (and perl-DBI) package:
-------------------------------------
file .usr/lib/perl5/site_perl5.6.1/i386-linux/DBD/mysql.pm
from install of
perl-DBD-MySQL-2.9004-8
conflicts with the file from package
perl-DBD-MySQL-1.2219-6
------------------------------------
I get error messages also for the following files:
mysql.pm,Mysql.pm, Statement.pm, mysql.so, mysql.3pm.gz
Can anyone help me to solve the problem?
Thank you for the help in advance!