Page 3 of 4
Posted: Wed Jan 07, 2009 4:26 pm
by mdtiberi
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
hostingguy, thanks for the work-around. How did you reinstall sb-publish exactly using rpm? rpm can't find it and yum gives me the same dependency issue on sqlite2.
Thanks much.
Posted: Wed Jan 07, 2009 6:35 pm
by mdtiberi
Well I managed to find sb-publish on my server and reinstalled using:
rpm -ivh --nodeps sb-publish
worked fine but it griped about any-php-sqlite which is why the nodeps flag was set. Thanks all for helping out.
Posted: Thu Jan 08, 2009 4:51 am
by BerArt
I had this problem on one box, I removed sb-publish
rpm -e sb-publish
then upgraded php, and then reinstalled sb-publish
Thx! but do we have to do this every time with a PHP update?

Posted: Thu Jan 08, 2009 10:25 am
by scott
nope, Ive never had sitebuilder installed so I never had to deal with any of this
Posted: Tue Feb 03, 2009 2:50 pm
by ryanz
Hi,
I now have the same problem with Sitebuilder 4.5 not publishing after the php upgrade.
Has anyone managed to get this working?
I tried this
http://kb.parallels.com/en/5460 but make fails with errors as follows:
make
/bin/sh /home/SQLite-1.0.3/libtool --mode=compile gcc -I/home/SQLite-1.0.3/libsqlite/src -I. -I/home/SQLite-1.0.3 -DPHP_ATOM_INC -I/home/SQLite-1.0.3/include -I/home/SQLite-1.0.3/main -I/home/SQLite-1.0.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -c /home/SQLite-1.0.3/libsqlite/src/main.c -o libsqlite/src/main.lo
gcc -I/home/SQLite-1.0.3/libsqlite/src -I. -I/home/SQLite-1.0.3 -DPHP_ATOM_INC -I/home/SQLite-1.0.3/include -I/home/SQLite-1.0.3/main -I/home/SQLite-1.0.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -c /home/SQLite-1.0.3/libsqlite/src/main.c -fPIC -DPIC -o libsqlite/src/.libs/main.o
/home/SQLite-1.0.3/libsqlite/src/main.c:459:2: error: invalid preprocessing directive #const
make: *** [libsqlite/src/main.lo] Error 1
Any advice?
System: FC4 x86 (old I know)
PHP: 5.2.8-1.fc4.art
Posted: Tue Feb 03, 2009 5:17 pm
by rwhirn
Thanks hostingguy, that did the trick!
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
Posted: Wed Feb 04, 2009 12:43 pm
by hostingguy
ryanz wrote:
/home/SQLite-1.0.3/libsqlite/src/main.c:459:2: error: invalid preprocessing directive #const
Can you post the SQLite-1.0.3/libsqlite/src/main.c file ?
Posted: Fri Feb 06, 2009 9:51 am
by GravuTrad
rwhirn wrote:Thanks hostingguy, that did the trick!
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
same thing if the delete of php-sqlite2 has been already done?
thanks for your help hostingguy.
Posted: Fri Feb 06, 2009 1:59 pm
by hostingguy
you only have to remove it if yum complains about it
Posted: Fri Feb 06, 2009 2:01 pm
by GravuTrad
yes but it's needed for plesk and sitebuilder, for one example...
Posted: Fri Feb 06, 2009 2:10 pm
by hostingguy
You can always add it back when your done.
Posted: Fri Feb 06, 2009 2:13 pm
by GravuTrad
that's it which doesn't work. how to reput it?
Re: php upgrade 5.2.8 and sqlite2 dependencies
Posted: Sat Feb 07, 2009 4:33 pm
by scott
php-sqlite2 was added to the [atomic] repo on feb 6th, which should address the problems you all have been experiencing with sitebuilder and 5.2.x
Re: php upgrade 5.2.8 and sqlite2 dependencies
Posted: Sat Feb 07, 2009 8:03 pm
by GravuTrad
scott wrote:php-sqlite2 was added to the [atomic] repo on feb 6th, which should address the problems you all have been experiencing with sitebuilder and 5.2.x
Problem solved, big thanks scott!
Re: php upgrade 5.2.8 and sqlite2 dependencies
Posted: Sun Apr 19, 2009 11:59 pm
by bartje333
Hi,
"php-sqlite2" is not in the [atomic] channel
See:
http://www.atomicorp.com/channels/atomi ... 6_64/RPMS/
Was it removed, and if so, why ?
Regards,
Bart