atom feed6 messages in net.php.lists.php-dbRe: [PHP-DB] Help Needed in installin...
FromSent OnAttachments
Kris SrinivasanJul 18, 2000 2:00 pm 
Greg DonaldJul 18, 2000 2:09 pm 
Kris SrinivasanJul 18, 2000 2:32 pm 
Robert V. ZwinkJul 18, 2000 2:34 pm 
Troels ArvinJul 19, 2000 6:31 am 
Matt McClanahanJul 28, 2000 2:55 pm 
Subject:Re: [PHP-DB] Help Needed in installing PHP (3.0.16-2)
From:Matt McClanahan (card@dodds.net)
Date:Jul 28, 2000 2:55:10 pm
List:net.php.lists.php-db

On Tue, 18 Jul 2000, Kris Srinivasan wrote:

Hi When I did rpm -ivh php-3.0.16-2.i386.rpm I got the following error

Error:Failed dependencies gd>= 1.6.3 is needed by php-3.0.16-2

What I have to do? Please help

Looks like gd >= 1.6.3 is needed by the PHP package. It's probably available from the same place you got the PHP rpm. Install the gd package first, or install them both at the same time. rpm -ihv php* gd*

Matt