[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3i MySql & PHP install



Debbie Doerrlamm <wkdwich@xxxxxxxxxxxx> wrote:
> I tried to install mod_php3-3.0.7-4.i386.rpm
> but got this response:
> [root@www admin]# rpm -ihv
> ftp://ftp.cobaltnet.com/pub/experimental/raq3/mod_php3-3.0.7-4.i386.rpm
> Retrieving
> ftp://ftp.cobaltnet.com/pub/experimental/raq3/mod_php3-3.0.7-4.i386.rpm
> error: failed dependencies:
>         libgd.so.1 is needed by mod_php3-3.0.7-4
>         libttf.so.2 is needed by mod_php3-3.0.7-4

rpm -e packagename using the instructions I posted earlier to remove these RPMs.

> Additonally I see in the FTP directory:
> php-3.0.16-2C2.i386.rpm

You want to install this.

> php-3.0.16-2C2.src.rpm
> (don't think I need/want this one)

Honestly, I don't use RPMs to install PHP so I'm not sure about this one.  It's the
source files for PHP.  I don't think you need them, but installing them won't hurt.

> php-imap-3.0.16-2C2.i386.rpm
> php-ldap-3.0.16-2C2.i386.rpm

If you want to write or install web apps for a web-based IMAP mail system you need
the first.  If you want LDAP you need the second.

> php-mysql-3.0.16-2C2.i386.rpm
> php-pgsql-3.0.16-2C2.i386.rpm
> (these last 2 I assume I need if I want one to talk to the other??

If you want PHP to have support for MySQL you need the first.  For support for
PostgreSQL (already installed on the RaQ3) you need the second.
Have you checked
http://www.cobalt.com/support/kb/search.php3?ques=php&qid=726&language=1?  I install
PHP and MySQL from source so if I've mis-spoken I'm sure someone will point it out.

Steven Werby {steven-lists@xxxxxxxxxxxx}