Results 1 to 4 of 4
Hi Experts,
I have downloaded the following mysql packages to my desktop,
libmysqlclient16-5.1.30-30.1.i586.rpm
libmysqlclient-devel-5.1.30-30.1.i586.rpm
libmysqlclient_r16-5.1.30-30.1.i586.rpm
mysql-client-5.1.30-30.1.i586.rpm
and installed the following packages to my system, but i get some errors ... ...
- 01-04-2009 #1Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Problem Installing mysql 5.1on linux 10.3
Hi Experts,
I have downloaded the following mysql packages to my desktop,
libmysqlclient16-5.1.30-30.1.i586.rpm
libmysqlclient-devel-5.1.30-30.1.i586.rpm
libmysqlclient_r16-5.1.30-30.1.i586.rpm
mysql-client-5.1.30-30.1.i586.rpm
and installed the following packages to my system, but i get some errors ... i searched in google to find solution for my error... can i get help here,
For Your Reference, i have pasted my commands and errors below
Code:Linux:~/Documents # rpm -ivh "libmysqlclient16-5.1.30-30.1.i586.rpm" warning: libmysqlclient16-5.1.30-30.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 1f43bbc3 Preparing... ########################################### [100%] 1:libmysqlclient16 ########################################### [100%] Linux:~/Documents # rpm -ivh "libmysqlclient-devel-5.1.30-30.1.i586.rpm" warning: libmysqlclient-devel-5.1.30-30.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 1f43bbc3 error: Failed dependencies: libmysqlclient_r16 = 5.1.30 is needed by libmysqlclient-devel-5.1.30-30.1.i586 glibc-devel is needed by libmysqlclient-devel-5.1.30-30.1.i586 zlib-devel is needed by libmysqlclient-devel-5.1.30-30.1.i586 openssl-devel is needed by libmysqlclient-devel-5.1.30-30.1.i586 Linux:~/Documents # rpm -ivh "libmysqlclient_r16-5.1.30-30.1.i586.rpm" warning: libmysqlclient_r16-5.1.30-30.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 1f43bbc3 Preparing... ########################################### [100%] 1:libmysqlclient_r16 ########################################### [100%] Linux:~/Documents # rpm -ivh "libmysqlclient-devel-5.1.30-30.1.i586.rpm" warning: libmysqlclient-devel-5.1.30-30.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 1f43bbc3 error: Failed dependencies: glibc-devel is needed by libmysqlclient-devel-5.1.30-30.1.i586 zlib-devel is needed by libmysqlclient-devel-5.1.30-30.1.i586 openssl-devel is needed by libmysqlclient-devel-5.1.30-30.1.i586 Linux:~/Documents # rpm -ivh "mysql-client-5.1.30-30.1.i586.rpm" warning: mysql-client-5.1.30-30.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 1f43bbc3 Preparing... ########################################### [100%] 1:mysql-client ########################################### [100%] Linux:~/Documents # rpm -ivh "mysql-5.1.30-30.1.i586.rpm" warning: mysql-5.1.30-30.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID 1f43bbc3 Preparing... ########################################### [100%] 1:mysql ########################################### [100%] Updating etc/sysconfig/mysql... Linux:~/Documents # /etc/init.d/mysql start Updating MySQL privilege database... failed
- 01-04-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
How about the MySQL installation manual? Especially the part that talks about running mysql_install_db?
Assuming this is true, refer back to the documentation to review the mysql logs and why it failed to start. Instead of the init script, you will also find directions on starting the mysqld process manually.If you install MySQL on Linux using RPM distributions, the server RPM runs mysql_install_db.
- 01-04-2009 #3
I'd recommend using Yast to install it rather then trying a hand install. Yast will take care of the dependencies.
- 01-04-2009 #4
as gogalthorp said just use yast
YaST - openSUSE


Reply With Quote