[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ3i MySql & PHP install
- Subject: Re: [cobalt-users] RaQ3i MySql & PHP install
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Tue Jul 11 09:39:33 2000
Debbie Doerrlamm <wkdwich@xxxxxxxxxxxx> wrote:
> I read all the readme's and telneted in, su'd to root and did:
>
> root# rpm -ihv
> ftp://ftp.cobaltnet.com/pub/experimental/MySQL-3.22.21-2C1.mips.rpm
> and this was the response..
>
> Retrieving ftp://ftp.cobaltnet.com/pub/experimental/MySQL-3.22.21-2C1.mips.rpm
> error: failed dependencies:
> ld.so.1 is needed by MySQL-3.22.21-2C1
>
> what do I need/do now??
Well, I wouldn't install that version of MySQL b/c it has a well-known security flaw.
I believe there are RPMs for 3.22.32 on the Cobalt site *somewhere*. I recommend
removing these RPMs and installing 3.22.32. First, find out what RPMs are installed.
"rpm -qa | sort" and then make note of any that begin "mysql" or "Mysql"
rpm -e packagename (replacing "packagename" with matches from prior test)
If you can't find those RPMs or can't get them to work, I recommed installing MySQL
from source. You can grab the latest stable or development version from mysql.com.
You might as well get comfortable with the "tar xfvz, ./configure/, make, make
install, post install config" process if you plan on doing your own software
installations in the future.
Steven Werby {steven-lists@xxxxxxxxxxxx}