Posted: Wed Jan 07, 2009 12:24 pm
I'm not using sitebuilder either, but removing php-sqlite2 will effect more than just sitebuilder apparentlyBerArt wrote:I have the same problem, but sitebuilder is NOT running
Security for Everyone
https://forums.atomicorp.com/
I'm not using sitebuilder either, but removing php-sqlite2 will effect more than just sitebuilder apparentlyBerArt wrote:I have the same problem, but sitebuilder is NOT running
scott wrote:What parts of it are installed? I cant duplicate it here because Ive never had it installed
Code: Select all
sitebuilder.noarch 4.0.0-all.build0706270 installed
sitebuilder-core.i386 4.0-centos4.build07062 installed
sitebuilder-selinux.noarch 1.0-centos4.build07062 installed
Code: Select all
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
joeb wrote:Hi,
I'm having the same issue upgrading to php 5.2.8.3 , I did not have any dependency issue upgrading to 5.2.8.1.
Code: Select all
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
Thanks
pfff a bit to complicated for me
Here it is:j0ney3 wrote:
Can you post ur whole yum update result?
Thanks,
Jonas
Joeb, I also did not have this issue when upgrading to 5.2.8.1. Although Scott says it is not an ART issue perhaps it is.joeb wrote:Hi,
I'm having the same issue upgrading to php 5.2.8.3 , I did not have any dependency issue upgrading to 5.2.8.1.
ThanksCode: Select all
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
Code: Select all
yum remove sitebuilder
yum remove sb-publish
That's interesting since both those packages do not list php-sqlite2 as a dependency and hence not removed. Begs the question as to what is going on then.j0ney3 wrote:Ok, for everyone who IS NOT USING SITEBUILDER, here's what I did to remove it and the deps it causes on this latest update
After that the update worked perfect.Code: Select all
yum remove sitebuilder yum remove sb-publish
Yeah , but if you run :mdtiberi wrote:I executed the following:
yum resolvedep php-sqlite2
Answer was:
0:php-pdo-5.2.8-1.el5.art.x86_64
Does this not work the other way as well? That is that php-pdo is actually the package that is dependent on php-sqlite2? What I am getting at is that this package is the one responsible for the dependency error.
Further:
yum deplist php-sqlite2
Finding dependencies:
package: php-sqlite2.x86_64 5.1.6-200705230937
dependency: php <= 5.2.0
provider: php.x86_64 5.1.6-20.el5
provider: php.x86_64 5.1.6-20.el5_2.1
dependency: libc.so.6()(64bit)
provider: glibc.x86_64 2.5-24
provider: glibc.x86_64 2.5-24.el5_2.2
dependency: php >= 5.1.0
provider: php.x86_64 5.1.6-20.el5
provider: php.x86_64 5.2.8-1.el5.art
provider: php.x86_64 5.2.8-3.el5.art
provider: php.x86_64 5.1.6-20.el5_2.1
dependency: rtld(GNU_HASH)
provider: glibc.i686 2.5-24
provider: glibc.x86_64 2.5-24
provider: glibc.i686 2.5-24.el5_2.2
provider: glibc.x86_64 2.5-24.el5_2.2
dependency: libc.so.6(GLIBC_2.3)(64bit)
provider: glibc.x86_64 2.5-24
provider: glibc.x86_64 2.5-24.el5_2.2
dependency: libc.so.6(GLIBC_2.2.5)(64bit)
provider: glibc.x86_64 2.5-24
provider: glibc.x86_64 2.5-24.el5_2.2
yeah, that actually looks like the easiest way to get around this.hostingguy wrote:I had this problem on one box, I removed sb-publish
rpm -e sb-publish
then upgraded php, and then reinstalled sb-publish