Topic: centos 4.4 php & msql dependencies

Helo!
This is my first post here :)and i have problem upgrade php & mysql to php-5.3.3-1 and mysql-5.1.53-1.
My problem is dependencies when i run the command  rpm -Uvh * i get

warning: libedit-2.11-1.20080712cvs.el4.remi.i386.rpm: V3 DSA signature: NOKEY, key ID 00f97f56
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
        perl-DBD-MySQL is needed by mysql-server-5.1.53-1.el4.remi.i386
        libsqlite3.so.0 is needed by php-pdo-5.3.3-1.el4.remi.i386

what do i do to fix the dependencies problem?
I am runing Clarkconnect 4.3 CentOS release 4.4 (Final)
PHP 5.1.6 (cli) (built: Oct 11 2007 15:12:37)

please help.

Re: centos 4.4 php & msql dependencies

libedit is available in EPEL
perl-DBD-MySQL and sqlite are available in base repository.

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: centos 4.4 php & msql dependencies

Thanks like you said i needed
libedit-2.11-1.20080712cvs.el4.remi.i386.rpm
perl-DBD-mysql-4.010-1.el4.rf.i386.rpm
sqlite-3.3.6-2.i386.rpm

But i could not find all the dependencies on your site so I went to
http://rpm.pbone.net to get them it whas
sqlite-3.3.6-2.i386.rpm
perl-DBD-mysql-4.010-1.el4.rf.i386.rpm

php -v
PHP 5.3.3 (cli) (built: Jul 22 2010 19:08:31)

mysql -v
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.53 MySQL Community Server (GPL) by Remi
smile This took som time to do i am so happy now and thanks
again for helping big_smile

Re: centos 4.4 php & msql dependencies

But i could not find all the dependencies on your site ...

That is normal. As I said in my previous post, you should have search in EPEL and CentOS base repository.

...so I went to http://rpm.pbone.net

Mixing RPM from EPEL and rpmforge (with .rf) is a bad idea.
pbone is usefull, but dangerous. You must be able to correctly choose found package (same distro, same version, same arch, good repository)

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi