473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

I can not install mysql 4.1 on redhat 9.

hi, all
I have a red hat 9 and looks like it had mysql 3.2.54 installed before,
but, actually not, i can not find the install folder and I can not
uninstall it. So I am trying to install/upgrade to 4.1, but, still can
not get it work.
Here is what I did:
[root@localhost DownLoad]# rpm -Uvh
MySQL-server-standard-4.1.14-0.rhel4.i386.rpm
warning: MySQL-server-standard-4.1.14-0.rhel4.i386.rpm: V3 DSA
signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed)
libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed)
mod_auth_mysql-1.11-12
libmysqlclient.so.10 is needed by (installed)
MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed)
perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed)
php-mysql-4.2.2-17
libmysqlclient.so.10 is needed by (installed) qt-MySQL-3.1.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-11
[root@localhost DownLoad]# rpm -ivh
MySQL-server-standard-4.1.14-0.rhel4.i386.rpm
warning: MySQL-server-standard-4.1.14-0.rhel4.i386.rpm: V3 DSA
signature: NOKEY, key ID 5072e1f5
Preparing... ###########################################
[100%]
file /etc/my.cnf from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/isamchk from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/isamlog from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/my_print_defaults from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/myisamchk from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
...............

[root@localhost DownLoad]# rpm -e mysql-3.23.54a-11
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed)
libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed)
mod_auth_mysql-1.11-12
libmysqlclient.so.10 is needed by (installed)
MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed)
mysql-server-3.23.54a-11
libmysqlclient.so.10 is needed by (installed)
perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed)
php-mysql-4.2.2-17
libmysqlclient.so.10 is needed by (installed) qt-MySQL-3.1.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-11
mysql = 3.23.54a is needed by (installed)
mysql-devel-3.23.54a-11
mysql is needed by (installed) MySQL-python-0.9.1-6
mysql = 3.23.54a is needed by (installed)
mysql-server-3.23.54a-11

So, I don't what should I do next!
Thanks.

Aug 31 '05 #1
3 6977
Nick wrote:
I have a red hat 9 and looks like it had mysql 3.2.54 installed before,
...So, I don't what should I do next!


Red Hat drives me crazy! That Linux distro seems worse than others in
that it seems you can't uninstall or upgrade a single package, because
of all the dependencies. Basically, the only way to avoid the endless
chain of dependencies is to upgrade the _entire_ system all at once to
the latest set of RPM's offered by the Red Hat Network -- which of
course is a fee-based service.

IMHO, you'll be better off installing a non-RPM binary distribution of
MySQL (the .tar.gz downloads), or possibly even building MySQL from source.

Regards,
Bill K.
Aug 31 '05 #2
Tom
Nick wrote:
hi, all
I have a red hat 9 and looks like it had mysql 3.2.54 installed before,
but, actually not, i can not find the install folder and I can not
uninstall it. So I am trying to install/upgrade to 4.1, but, still can
not get it work.
Here is what I did:
[root@localhost DownLoad]# rpm -Uvh
MySQL-server-standard-4.1.14-0.rhel4.i386.rpm
warning: MySQL-server-standard-4.1.14-0.rhel4.i386.rpm: V3 DSA
signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed)
libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed)
mod_auth_mysql-1.11-12
libmysqlclient.so.10 is needed by (installed)
MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed)
perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed)
php-mysql-4.2.2-17
libmysqlclient.so.10 is needed by (installed) qt-MySQL-3.1.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-11
[root@localhost DownLoad]# rpm -ivh
MySQL-server-standard-4.1.14-0.rhel4.i386.rpm
warning: MySQL-server-standard-4.1.14-0.rhel4.i386.rpm: V3 DSA
signature: NOKEY, key ID 5072e1f5
Preparing... ###########################################
[100%]
file /etc/my.cnf from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/isamchk from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/isamlog from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/my_print_defaults from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
file /usr/bin/myisamchk from install of
MySQL-server-standard-4.1.14-0.rhel4 conflicts with file from package
mysql-3.23.54a-11
..............

[root@localhost DownLoad]# rpm -e mysql-3.23.54a-11
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed)
libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed)
mod_auth_mysql-1.11-12
libmysqlclient.so.10 is needed by (installed)
MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed)
mysql-server-3.23.54a-11
libmysqlclient.so.10 is needed by (installed)
perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed)
php-mysql-4.2.2-17
libmysqlclient.so.10 is needed by (installed) qt-MySQL-3.1.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-11
mysql = 3.23.54a is needed by (installed)
mysql-devel-3.23.54a-11
mysql is needed by (installed) MySQL-python-0.9.1-6
mysql = 3.23.54a is needed by (installed)
mysql-server-3.23.54a-11


# rpm -e 'rpm -qa | grep mysql'

# rpm -Uvh mysql-server-x.x.x mysql-client-x.x.x

or just update the mysql-client rpm at the same time as the server rpm
Aug 31 '05 #3
Use the binaries that provided by MySQL, instead of rpm.

Download the MySQL 4.1.14 binary from
http://dev.mysql.com/downloads/mysql/4.1.html (under Linux downloads).
Then extract the binary and read the INSTALL-BINARY

Sep 6 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Eric Raymond | last post by:
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690...
0
by: Chris Moy | last post by:
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: moyc To:...
0
by: Gary Cote | last post by:
>Description: I've recently compiled mysql 4.0.14 on redhat 8.0. The installation fails, however, when running mysql_install_db. I've attached a transcript below. I gather from searching the...
14
by: Lou | last post by:
When I did my RedHat9 install, I choose Workstation and customized the packages I wanted install. As a part of that customization, I chose mySQL DB; however, I can't seem to find any RedHat...
2
by: Yun Guan | last post by:
Hello mysql gurus, I am trying to run perl on mysql database on Red Hat box. I want to install DBI and DBD:mysql using CPAN: perl -MCPAN -e shell cpan>install DBI The above succeeded, but...
0
by: Mark88 | last post by:
I get the following error screen when I try to install mysql on redhat: ----------------------------------------------------------------------- # rpm -i MySQL-server-4.1.4-0.i386.rpm warning:...
1
by: Maxim. V. | last post by:
Hello to everone, As mentioned in this *guide(1), i've compiled mysql on my fedora Core 2 system, with the following spec's : *(1) http://hulan.info/blog/index.php?itemid=576 ...
4
by: KJemison | last post by:
Well.... just wanted to know if the people at the MySQL.org site ever look at the posts in this group. If they do, they can possibly us a little constructive criticism from a slightly irritated...
1
by: hapytran | last post by:
Hi all, I've just install RedHat Enterprise Linux 4, and upgraded to RedHat Enterprise Linux 5. I need to set up a web server on it. Things are ok except MySQL database. I downloaded...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.