Installing MySQL and PHP on VPS

Hi all!

I just got an VPS account,
and I installed webmin with that I was able to install apache2,
when I try to install mysql-3.23.58-16.RHEL3.1.i386.rpm everything goes in circle

PHP:
Install failed :

error: Failed dependencies:
	perl(CGI) is needed by mysql-3.23.58-16.RHEL3.1
	perl-DBD-MySQL is needed by mysql-3.23.58-16.RHEL3.1
    Suggested resolutions:
	perl-CGI-2.81-89.10.i386.rpm
	perl-DBD-MySQL-2.1021-3.i386.rpm

I install perl-CGI-2.81-89.10.i386.rpm
then I try perl-DBD-MySQL-2.1021-3.i386.rpm
I get this
PHP:
Install failed :

error: Failed dependencies:
	libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3
    Suggested resolutions:
	mysql-3.23.58-16.RHEL3.1.i386.rpm

its never ending circle,
can anyone suggest the procudure in which they installed?
and which RPMs ?

Thanks!

p.s. here's the site http://mirrors.kernel.org/centos/3.5/os/i386/RedHat/RPMS/ where I found most of RPMs for Centos 3.5
 
Back
Top