I get this message when doing yum update :
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
Can anyone explain what exacly it means and if it matters ! ... I'm on a bit of a learning curve here ...........
Thanks ............
Error: Missing Dependency: php <= 4.4.0 is needed by pack
-
- Forum User
- Posts: 70
- Joined: Fri Oct 20, 2006 8:30 pm
-
- Forum User
- Posts: 70
- Joined: Fri Oct 20, 2006 8:30 pm
Clarification
Just to clarify I'm actually getting the two errors :
Error: Missing Dependency: psa-hotfix2 >= 8.0.1 is needed by package psa-horde
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
I on CentOS 4.4 and Plesk 8.01 latest build
Yum.conf like this :
[asl]
name=Atomicorp - 4ES - Atomic Secured Linux
baseurl=http://username:password@atomicorp.com/ ... s/asl/4ES/
[atomic]
name=Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/
[atomic-app-vault]
name=Atomic Rocket Turtle - 4ES - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
[psa-8.0]
name=Atomic Rocket Turtle - 4ES - SW-Soft PSA 8.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-8.0/4ES/
If someone can help I'd appreciate it .... Thanks ....
Error: Missing Dependency: psa-hotfix2 >= 8.0.1 is needed by package psa-horde
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
I on CentOS 4.4 and Plesk 8.01 latest build
Yum.conf like this :
[asl]
name=Atomicorp - 4ES - Atomic Secured Linux
baseurl=http://username:password@atomicorp.com/ ... s/asl/4ES/
[atomic]
name=Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/
[atomic-app-vault]
name=Atomic Rocket Turtle - 4ES - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
[psa-8.0]
name=Atomic Rocket Turtle - 4ES - SW-Soft PSA 8.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-8.0/4ES/
If someone can help I'd appreciate it .... Thanks ....
-
- Forum User
- Posts: 93
- Joined: Sun Feb 13, 2005 2:24 pm
- Location: TN
ART's psa-8.0 repository doesn't seem to have all the latest hotfixes in it. I would recommend using the Plesk updater (either through the web GUI or using the command-line tool) to get all the PSA hotfixes.
As far as php-sqlite2, I'm not familiar with that package, but I can tell you that I don't have it installed on my CentOS 4.4 boxes, so it may not be necessary. Don't take my word for it, though - you should do a little research to find out what the purpose of that package is.
If you do discover it is unnecessary, you can remove it via Yum, and then it will quit griping about it. Until then, if you want to apply your other updates, you can exclude it:
yum update --exclude=php-sqlite2
As far as php-sqlite2, I'm not familiar with that package, but I can tell you that I don't have it installed on my CentOS 4.4 boxes, so it may not be necessary. Don't take my word for it, though - you should do a little research to find out what the purpose of that package is.
If you do discover it is unnecessary, you can remove it via Yum, and then it will quit griping about it. Until then, if you want to apply your other updates, you can exclude it:
yum update --exclude=php-sqlite2
-
- Forum User
- Posts: 70
- Joined: Fri Oct 20, 2006 8:30 pm