I am wondering if anyone can help. I am currently trying to install MySQL 4.0 on my Slackware 9.0 machine
I downloaded the necessary RPM files, both the Client and the Server versions. Burned them onto a CD, and Mounted them successfully. They were then copied to /root for decompressing, etc. (I haven't got KDE working yet, so can't easily download on Linux!!!)
I typed the following command:
Code:
rpm -i MySQL-server-4.0.16-0.i386.rpm
just to try and get the server running before I worried about clients.
I got the following error
Code:
error: Failed dependencies:
fileutils is needed by MySQL-server-4.0.16-0
sh-utils is needed by MySQL-server-4.0.16-0
/bin/sh is needed by MySQL-server-4.0.16-0
/usr/bin/pearl is needed by MySQL-server-4.0.16-0
the most worrying of the above is /bin.sh. I thought that was installed as part of the OS!
On the web,
www.mysql.com told me to try downloading the
MySQL-shared-compat-VERSION, which is did, and got an even longer chain of error messages (Shown below)
Code:
error: Failed Dependencies:
ld-linux.so.2 is needed by MySQL-shared-compat-4.0.16-0
libc.so.6 is needed by MySQL-shared-compat-4.0.16-0
libc.so.6(GLIBC_2.0) is needed by MySQL-shared-compat-4.0.16-0
libc.so.6(GLIBC_2.1) is needed by MySQL-shared-compat-4.0.16-0
libc.so.6(GLIBC_2.1.2) is needed by MySQL-shared-compat-4.0.16-0
libc.so.6(GLIBC_2.1.3) is needed by MySQL-shared-compat-4.0.16-0
libc.so.6(GLIBC_2.2) is needed by MySQL-shared-compat-4.0.16-0
libcrypt.so.1 is needed by MySQL-shared-compat-4.0.16-0
libm.so.6 is needed by MySQL-shared-compat-4.0.16-0
libnsl.so.1 is needed by MySQL-shared-compat-4.0.16-0
libnss_nds.so.2 is needed by MySQL-shared-compat-4.0.16-0
libnss_files.so.2 is needed by MySQL-shared-compat-4.0.16-0
libpthread.so.0 is needed by MySQL-shared-compat-4.0.16-0
libpthread.so.0 (GLIBC_2.0) is needed by MySQL-shared-compat-4.0.16-0
libpthread.so.0 (GLIBC_2.2) is needed by MySQL-shared-compat-4.0.16-0
libresolv.so.2 is needed by MySQL-shared-compat-4.0.16-0
libz.so.1 is needed by MySQL-shared-compat-4.0.16-0
root@Katana:~# _
I am beginning to think that either Linux hasn't installed properly (Although I followed the instructions given by a tutorial in a Networks and Communications module last summer) or I need to download and compile binaries (ARGH, SCARY!!!)
Can anyone shed any light on the situation?
I am a linux newbie (Well ish) and have never installed anything on linux before, other than Linux itself, so it could be I am doing something wrong. (I have used MySQL lots though, and have successfully installed in on many windows machines. Though that probably doesn't help!

)
Thanks in advance
---
David Thorne, Student
UK