[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MYSQL and PHP
Kevin Cawthorne - www.delamitri.co.uk <webmaster@xxxxxxxxxxxxxxx> wrote:
> I have a RAQ3 and am trying to install MYSQL - everything fine intil i try
> to install the bench RPM - it is then it says "error: failed dependencies:
> MySQL-DBI-perl-bin is needed by MySQL-bench-3.22.32-1"
It's saying that the RPM you just tried to install needs MySQL-DBI-perl-bin
installed first. Is it installed? Login to the shell (telnet or ssh) and
do:
"rpm -qa | sort" (without the quotes) and look for that RPM. If it's not
listed, install it and then try re-installing the RPM with the problem.
> I am also trying to installed PHP and get this message
>
> "error: failed dependencies:
> libgd.so.1 is needed by php-3.0.16-2C2
> libttf.so.2 is needed by php-3.0.16-2C2"
Sounds like you need the gd and ttf libraries installed for the PHP RPM to
install. I'm not sure if they're there, but look for them on the Cobalt FTP
site. I usually install PHP and MySQL from source so I don't think I've
ever run into those failed dependencies. You may also be able to force PHP
to install by adding "--force" to the rpm command you are issuing.
Steven Werby {steven-lists@xxxxxxxxxxxx}