problems installing mysql4 on redhat 9 (small)

ok… So, i want to install mysql4.

downloaded rpms, imported keys all fine…

[root@li-229 rpms]# rpm -ivh MySQL-server-4.0.14-0.i386.rpm MySQL-client-4.0.14-0.i386.rpm

error: Failed dependencies:

fileutils is needed by MySQL-server-4.0.14-0

sh-utils is needed by MySQL-server-4.0.14-0

/bin/sh is needed by MySQL-server-4.0.14-0

/usr/bin/perl is needed by MySQL-server-4.0.14-0

/bin/sh is needed by MySQL-client-4.0.14-0

/usr/bin/perl is needed by MySQL-client-4.0.14-0

So, i go and grab coreutils-4.5.3-19.src.rpm and install that… but still get the same problem…. I dont really know too much about this so treat me as an idiot ;)

anyway… I cant understand it… if i do a which on sh and perl i get the following….

[root@li-229 rpms]# which sh

/bin/sh

[root@li-229 rpms]# which perl

/usr/bin/perl

Any idea's???

Cheers

lx

2 Replies

oh.. and after that I want to install MySQL-Max….

[root@li-229 rpms]# rpm -i MySQL-server-4.0.14-0.i386.rpm MySQL-client-4.0.14-0.i386.rpm MySQL-Max-4.0.14-0.i386.rpm

error: Failed dependencies:

fileutils is needed by MySQL-server-4.0.14-0

sh-utils is needed by MySQL-server-4.0.14-0

/bin/sh is needed by MySQL-server-4.0.14-0

/usr/bin/perl is needed by MySQL-server-4.0.14-0

/bin/sh is needed by MySQL-client-4.0.14-0

/usr/bin/perl is needed by MySQL-client-4.0.14-0

/bin/sh is needed by MySQL-Max-4.0.14-0

ld-linux.so.2 is needed by MySQL-Max-4.0.14-0

libc.so.6 is needed by MySQL-Max-4.0.14-0

libc.so.6(GLIBC_2.0) is needed by MySQL-Max-4.0.14-0

libc.so.6(GLIBC_2.1) is needed by MySQL-Max-4.0.14-0

libc.so.6(GLIBC_2.1.2) is needed by MySQL-Max-4.0.14-0

libc.so.6(GLIBC_2.1.3) is needed by MySQL-Max-4.0.14-0

libc.so.6(GLIBC_2.2) is needed by MySQL-Max-4.0.14-0

libcrypt.so.1 is needed by MySQL-Max-4.0.14-0

libcrypt.so.1(GLIBC_2.0) is needed by MySQL-Max-4.0.14-0

libdl.so.2 is needed by MySQL-Max-4.0.14-0

libdl.so.2(GLIBC_2.0) is needed by MySQL-Max-4.0.14-0

libdl.so.2(GLIBC_2.1) is needed by MySQL-Max-4.0.14-0

libm.so.6 is needed by MySQL-Max-4.0.14-0

libm.so.6(GLIBC_2.0) is needed by MySQL-Max-4.0.14-0

libnsl.so.1 is needed by MySQL-Max-4.0.14-0

libnss_dns.so.2 is needed by MySQL-Max-4.0.14-0

libnss_files.so.2 is needed by MySQL-Max-4.0.14-0

libpthread.so.0 is needed by MySQL-Max-4.0.14-0

libpthread.so.0(GLIBC_2.0) is needed by MySQL-Max-4.0.14-0

libpthread.so.0(GLIBC_2.1) is needed by MySQL-Max-4.0.14-0

libpthread.so.0(GLIBC_2.2) is needed by MySQL-Max-4.0.14-0

libresolv.so.2 is needed by MySQL-Max-4.0.14-0

librt.so.1 is needed by MySQL-Max-4.0.14-0

libstdc++-libc6.2-2.so.3 is needed by MySQL-Max-4.0.14-0

libz.so.1 is needed by MySQL-Max-4.0.14-0

;)

but, im guessing that I need to go grab all those libs….

Linode Staff

It looks like your RPM database is hosed. Try running "rpm –rebuilddb".

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct