store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Thu May 23, 2013 5:50 am

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 13 posts ] 
Author Message
 Post subject: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 7:05 am 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
I upgraded to php version 5.2.9 as described in your wiki. The upgrade process seemed to work fine, however I now get the following errors for "php -v"
Code:
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/dbase.so' - /usr/lib64/php/modules/dbase.so: undefined symbol: _zval_dtor_func in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/dom.so' - /usr/lib64/php/modules/dom.so: undefined symbol: php_libxml_ctx_warning in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/gd.so' - /usr/lib64/php/modules/gd.so: undefined symbol: _zval_copy_ctor_func in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/imap.so' - /usr/lib64/php/modules/imap.so: undefined symbol: _zend_hash_index_update_or_next_insert in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/json.so' - /usr/lib64/php/modules/json.so: undefined symbol: _zval_dtor_func in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/mbstring.so' - /usr/lib64/php/modules/mbstring.so: undefined symbol: OnUpdateLong in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/mysql.so' - /usr/lib64/php/modules/mysql.so: undefined symbol: OnUpdateLong in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/mysqli.so' - /usr/lib64/php/modules/mysqli.so: undefined symbol: zend_objects_destroy_object in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/pdo.so' - /usr/lib64/php/modules/pdo.so: undefined symbol: zend_ce_traversable in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/pdo_mysql.so' - /usr/lib64/php/modules/pdo_mysql.so: undefined symbol: zend_throw_exception_ex in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/pdo_sqlite.so' - /usr/lib64/php/modules/pdo_sqlite.so: undefined symbol: zend_throw_exception_ex in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/sqlite.so' - /usr/lib64/php/modules/sqlite.so: undefined symbol: OnUpdateLong in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/xmlreader.so' - /usr/lib64/php/modules/xmlreader.so: undefined symbol: zend_objects_destroy_object in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/xmlwriter.so' - /usr/lib64/php/modules/xmlwriter.so: undefined symbol: tsrm_realpath in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/xsl.so' - /usr/lib64/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/zip.so' - /usr/lib64/php/modules/zip.so: undefined symbol: _zval_dtor_func in Unknown on line 0
PHP 4.3.9 (cgi) (built: Apr 17 2009 19:19:49)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies


If I try and run the update again it says there are no files to update.

You may also notice it still says PHP 4.3.9 (the old version). Is this there just because the version number isn't updated? I have checked the php version with "yum list php" and it is showing the version 5.2.9-2.el4.art. The modules seem to updated too. Any ideas how I fix these errors?

Thanks.


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 9:38 am 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
You missed step 3
http://www.atomicorp.com/wiki/index.php/PHP

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 10:10 am 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
The install did not create the file /etc/php.ini.rpmnew for me to use - I did wonder about this, but it does say 'if applicable' on the wiki and I thought it just might not be as the file wasn't created. :( . How can I get a copy of this file or can I use the php.ini from a php.net 5.2.9 distribution?


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 11:38 am 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
Go download the tarball off the PHP site and it will have one in there.

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 2:20 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7425
Location: earth
its in the rpm, not sure how you lost it though. its designed to save you from yourself :P


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 4:04 pm 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
I tried replacing the php.ini file with one from the php dist, but I now get the following errors:
Code:
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/dbase.so' - /usr/lib64/php/modules/dbase.so: undefined symbol: _zval_dtor_func in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/dom.so' - /usr/lib64/php/modules/dom.so: undefined symbol: php_libxml_ctx_warning in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/gd.so' - /usr/lib64/php/modules/gd.so: undefined symbol: _zval_copy_ctor_func in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/imap.so' - /usr/lib64/php/modules/imap.so: undefined symbol: _zend_hash_index_update_or_next_insert in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/json.so' - /usr/lib64/php/modules/json.so: undefined symbol: _zval_dtor_func in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/mbstring.so' - /usr/lib64/php/modules/mbstring.so: undefined symbol: OnUpdateLong in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/mysql.so' - /usr/lib64/php/modules/mysql.so: undefined symbol: OnUpdateLong in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/mysqli.so' - /usr/lib64/php/modules/mysqli.so: undefined symbol: zend_objects_destroy_object in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/pdo.so' - /usr/lib64/php/modules/pdo.so: undefined symbol: zend_ce_traversable in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/pdo_mysql.so' - /usr/lib64/php/modules/pdo_mysql.so: undefined symbol: zend_throw_exception_ex in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/pdo_sqlite.so' - /usr/lib64/php/modules/pdo_sqlite.so: undefined symbol: zend_throw_exception_ex in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/sqlite.so' - /usr/lib64/php/modules/sqlite.so: undefined symbol: OnUpdateLong in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/xmlreader.so' - /usr/lib64/php/modules/xmlreader.so: undefined symbol: zend_objects_destroy_object in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/xmlwriter.so' - /usr/lib64/php/modules/xmlwriter.so: undefined symbol: tsrm_realpath in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/xsl.so' - /usr/lib64/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/zip.so' - /usr/lib64/php/modules/zip.so: undefined symbol: _zval_dtor_func in Unknown on line 0
PHP 4.3.9 (cgi) (built: Apr 17 2009 19:19:49)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies


How should I fix this?


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 4:35 pm 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
I also extracted the php.ini file from http://www.atomicorp.com/channels/atomic/centos/4/x86_64/RPMS/php-common-5.2.9-2.el4.art.x86_64.rpm and tried it, but I get the same errors.


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Mon May 11, 2009 6:14 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7425
Location: earth
are you sure you're running all the same versions then? how exactly did you upgrade? you didnt --nodeps anything did you?


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Tue May 12, 2009 4:07 am 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
I think they are all the same. Installed yum (version 2.4.3) as it wasn't on the system - as well as all its dependencies. Then just went through the wiki instructions. I did "yum upgrade php" instead of just "yum upgrade". Would that be the problem? Was worried about the compatibility of other upgrades - all I need to do is upgrade php.

Installed Packages:
mailcap-2.1.17-1
zlib-1.2.1.2-1.2
elfutils-libelf-0.97.1-4
beecrypt-3.1.0-6
hesiod-3.0.2-30
libsepol-1.1.1-2
info-4.7-5.el4.2
less-382-4.rhel4
groff-1.18.1.1-3.EL4
bzip2-1.0.2-13.EL4.3
words-3.0-3.2
ed-0.2-36
iptables-1.2.11-3.1.RHEL4
lsof-4.72-1.4
shadow-utils-4.0.3-61.RHEL4
bind-utils-9.2.4-24.EL4
perl-Filter-1.30-6
net-snmp-5.1.2-11.EL4.10
finger-server-0.17-26.EL4.1
sudo-1.6.7p5-30.1.3
slocate-2.7-13.el4.6
openldap-2.2.13-7.4E
passwd-0.68-10.1
filesystem-2.3.0-1
glibc-common-2.3.4-2.36
mktemp-1.5-20
libstdc++-3.4.6-8
pcre-4.5-3.2.RHEL4
gmp-4.1.4-3
usbutils-0.11-7.RHEL4.1
findutils-4.1.20-7.el4.3
vim-common-6.3.046-0.40E.7.centos4
gpm-1.20.1-71.RHEL4
ncurses-5.4-13
man-1.5o1-10.rhel4
talk-0.17-26
elfutils-0.97.1-4
sendmail-doc-8.13.1-3.2.el4
python-2.3.4-14.4
pam-0.77-66.21
aspell-0.50.5-4.EL4
initscripts-7.93.29.EL-1.centos4
mkinitrd-4.2.1.10-1.1
portmap-4.0-63
curl-7.12.1-11.el4
lynx-2.8.5-18.2
libuser-0.52.5-1.el4.1
gnupg-1.2.6-9
perl-HTML-Parser-3.35-6
perl-URI-1.30-4
libgcrypt-1.2.0-3
selinux-policy-targeted-sources-1.17.30-2.145
awstats-6.6-1.swsoft
mod_ssl-2.0.52-32.3.ent.centos4
psa-ruby-activesupport-1.4.2-200703301458
psa-ruby-fcgi-0.8.7-200703301205
psa-ruby-rails-1.2.2-200703301632
perl-Time-HiRes-1.55-3
PostNuke-0.761a-82048
Tellme-1.2-80019
phpWiki-1.3.11-80031
UebiMiau-2.7.8-80027
TUTOS-1.88-80024
phpMoney-1.3-80030
Owl-0.80-80025
WordPress-2.0-80015
psa-mod-fcgid-configurator-1.0-13
myorgbook-2.8-82019
smf-1.1.2-82025
sw-libxml2-python-2.6.27-5.centos43
sw-xmlrpc-c-1.06.10-7.centos43
psa-qmail-rblsmtpd-0.70-cos4.build86080722.01
psa-php4-configurator-1.4.0-cos4.build86080722.01
psa-pylibplesk-8.6.0-cos4.build86080722.01
psa-ftputil-8.6.0-cos4.build86080722.01
psa-hotfix4-8.6.0-8.6.0-cos4.build86080910.19
psa-watchdog-2.0.3-cos4.build86080912.20
psa-ingo-1.1.5-cos4.build86080722.01
psa-passwd-3.0.1-cos4.build86080722.01
perl-MLDBM-Sync-0.30-70.95787
psa-rubyrails-configurator-1.1.6-cos4.build86080722.01
drweb-base-4.33-rh5_psa
drweb-qmail-4.33-cos4.build86080722.01
psa-api-rpc-8.6.0-cos4.build86080930.16
psa-hotfix5-8.6.0-8.6.0-cos4.build86080930.16
yum-metadata-parser-1.0-8.el4.centos
python-sqlite-1.1.7-1.2.1
yum-2.4.3-4.el4.centos
gpg-pubkey-443e1821-421f218f
php-xml-5.2.9-2.el4.art
openssl-0.9.7a-43.17.el4_7.2
setup-2.5.37-1.3
basesystem-8.0-4
tzdata-2007d-1.el4
libselinux-1.19.1-7.3
e2fsprogs-1.35-12.5.el4
bzip2-libs-1.0.2-13.EL4.3
expat-1.95.7-4
gdbm-1.8.0-24
libjpeg-6b-33
libacl-2.2.23-5.3.el4
libtiff-3.6.1-12
device-mapper-1.02.17-3.0.1.el4
mingetty-1.07-3
bash-3.0-19.3
sed-4.1.2-6.el4
psmisc-21.4-4.1
net-tools-1.60-37.EL4.9
libidn-0.5.6-1
make-3.80-6.EL4
procmail-3.22-14
centos-release-4-4.3
slang-1.4.9-8
setuptool-1.17-2
ftp-0.17-23.EL4
binutils-2.15.92.0.2-22
tcpdump-3.8.2-10.RHEL4
elfutils-0.97.1-4
finger-0.17-26.EL4.1
rootfiles-8-1
krb5-libs-1.3.4-49
cups-libs-1.1.22-0.rc1.9.20
bind-libs-9.2.4-24.EL4
cracklib-dicts-2.8.9-1.3
aspell-en-0.51-11
hal-0.4.2-6.EL4
sysklogd-1.4.1-26_EL
udev-039-10.15.EL4
kernel-utils-2.4-13.1.99
which-2.16-4
openssh-clients-3.9p1-8.RHEL4.20
quota-3.12-6.el4
screen-4.0.2-5
curl-7.12.1-11.el4
utempter-0.5.5-5
wget-1.10.2-0.40E
tcsh-6.13-9.el4.1
samba-3.0.10-1.4E.12.2
cyrus-sasl-md5-2.1.19-5.EL4
samba-client-3.0.10-1.4E.12.2
libgcc-3.4.6-8
hwdata-0.146.28.EL-1
indexhtml-4-2.centos4
glibc-2.3.4-2.36
popt-1.9.1-22_nonptl
glib2-2.4.7-1
e2fsprogs-1.35-12.5.el4
libcap-1.10-20
rpm-libs-4.3.3-22_nonptl
libattr-2.4.16-3.1.el4
elfutils-libelf-0.97.1-4
libpng-1.2.7-3.el4
ethtool-1.8-4
libtermcap-2.0.8-39
grep-2.5.1-32.3
readline-4.3-13
gzip-1.3.3-16.rhel4
m4-1.4.1-16
libidn-0.5.6-1
logrotate-3.7.1-6.RHEL4
iputils-20020927-19.EL4.5
vim-minimal-6.3.046-0.40E.7.centos4
ntsysv-1.3.13.5.EL4-1
tmpwatch-2.9.1-1
jwhois-3.2.2-6.EL4.1
unzip-5.51-9.EL4.5
slang-1.4.9-8
traceroute-1.4a12-24.EL4.1
ncompress-4.2.4-44.rhel4
coreutils-5.2.1-31.6
perl-5.8.5-36.RHEL4
dbus-0.22-12.EL.9
cracklib-2.8.9-1.3
kudzu-1.1.95.22-1
dbus-glib-0.22-12.EL.9
MAKEDEV-3.15.2-3
hotplug-2004_04_01-7.8
openssh-3.9p1-8.RHEL4.20
bind-9.2.4-24.EL4
net-snmp-utils-5.1.2-11.EL4.10
talk-server-0.17-26
vzdev-1.0-7.swsoft
authconfig-4.6.10-rhel4.3
vim-enhanced-6.3.046-0.40E.7.centos4
vzdummy-glibc-1.0-1.swsoft
samba-common-3.0.10-1.4E.12.2
apr-util-0.9.4-21
samba-swat-3.0.10-1.4E.12.2
perl-HTML-Tagset-3.03-30
perl-DBI-1.40-8
perl-libwww-perl-5.79-5
libgpg-error-1.0-1
libxslt-1.1.11-1
selinux-policy-targeted-1.17.30-2.145
perl-DBD-MySQL-2.9004-3.1.centos4
fontconfig-2.2.3-7.centos4
checkpolicy-1.17.5-1
libtool-libs-1.5.6-4.EL4.1.c4.4
libc-client-2002e-14
perl-Digest-SHA1-2.07-5
httpd-2.0.52-32.3.ent.centos4
xorg-x11-libs-6.8.2-1.EL.19
webalizer-2.01_10-25
mod_perl-1.99_16-4.5
mod_python-3.1.3-5.1
psa-ruby-1.8.6-200703301054
psa-ruby-actionpack-1.13.3-200703301458
psa-fcgi-2.4.0-1
psa-ruby-actionwebservice-1.2.3-200703301459
psa-ruby-rake-0.7.1-200703301706
psa-ruby-mysql-2.7-200703301206
perl-Net-DNS-0.48-2.el4
spamassassin-3.1.9-1.el4
psa-mod_fcgid-1.10-3
pLog-1.0-80025
openbiblio-0.5-80036
phpDig-1.85-80019
WebShopmanager-2.0-80018
phpAds-2.0.8-82029
xrms-1.19-80018
phpBook-1.50-80023
phpBugTracker-1.19-80023
typo-3.8.0-80019
Mambo-4.6.2-82003
phpsurveyor-0.98-80031
phpBB-2.0.22-82016
phpMyFamily-1.4.1-80023
PHProjekt-5.0-82038
moodle-1.8-82022
noahclass-1.3-82048
serendipity-1.1.2-82022
tikiwiki-1.9.7-82029
xoops-2.2-82041
perl-HTML-Tree-3.16-cos4.build82070918.10
sw-libxslt-1.1.20-5.centos43
boost-1.32.0-6.rhel4
mailman-2.1.5.1-34.rhel4.6
psa-spamassassin-8.6.0-cos4.build86080722.01
psa-autoinstaller-3.3.2-080710.09
psa-logrotate-3.7-cos4.build86080722.01
psa-selinux-8.6.0-cos4.build86080722.01
psa-proftpd-1.3.1-cos4.build86080722.01
log4cpp-plesk-0.3.5rc2-cos4.build86080722.01
plesk-skins-8.6.0-0.97326
psa-8.6.0-cos4.build86080722.01
psa-libpam-plesk-8.6.0-cos4.build86080722.01
psa-awstats-configurator-1.0.0-cos4.build86080722.01
psa-hotfix3-8.6.0-cos4.build86080822.19
psa-pear-1.4.9-20060517.1
psa-imp-4.1.6-cos4.build86080722.01
psa-kronolith-2.1.8-cos4.build86080722.01
psa-mnemo-2.1.2-cos4.build86080722.01
psa-turba-2.1.7-cos4.build86080722.01
perl-MLDBM-2.01-70.95787
perl-Apache-ASP-2.57-0.93298
perl-HTML-Format-1.23-70.95787
SSHTerm-0.2.2-cos4.build86080722.01
perl-Text-Iconv-1.2-70.95787
compat-libstdc++-33-3.2.3-47.3
drweb-daemon-4.33-rh5_psa
courier-imap-3.0.8-cos4.build86080930.16
psa-migration-manager-8.6.0-cos4.build86080930.16
psa-backup-manager-8.6.0-cos4.build86080930.16
psa-courier-imap-add-8.6.0-cos4.build86080930.16
sqlite-3.3.6-2
libxml2-2.6.16-12
python-elementtree-1.2.6-5.el4.centos
python-urlgrabber-2.9.8-2
rpm-python-4.3.3-26_nonptl
gpg-pubkey-5ebd2744-418ffac9
gpg-pubkey-5ebd2744-418ffac9
php-common-5.2.9-2.el4.art
php-pear-1.7.2-2.el4.art
php-pdo-5.2.9-2.el4.art
php-gd-5.2.9-2.el4.art
php-imap-5.2.9-2.el4.art
php-mysql-5.2.9-2.el4.art
gpg-pubkey-5ebd2744-418ffac9
openssl-0.9.7a-43.17.el4_7.2
sqlite2-2.8.17-1.el4.art
libmcrypt-2.5.7-5.el4.art
php-5.2.9-2.el4.art
psa-manual-custom-skin-guide-8.6.0-cos4.build86080722.01
psa-vpn-2.0.1-cos4.build86080722.01
vzdummy-kernel-ce4-1.0-2.swsoft
glibc-2.3.4-2.36
audit-libs-1.0.15-3.EL4
db4-4.2.52-7.1
apr-0.9.4-24.5.c4.2
file-4.10-3.0.2.el4
termcap-5.4-3
gawk-3.1.3-10.1
tar-1.14-12.RHEL4
cpio-2.5-13.RHEL4
audit-1.0.15-3.EL4
sendmail-cf-8.13.1-3.2.el4
telnet-0.17-31.EL4.3
rsync-2.6.3-1
man-pages-1.67-12.EL4
module-init-tools-3.1-0.pre5.3.4
util-linux-2.12a-16.EL4.25
utempter-0.5.5-5
xinetd-2.3.13-4.4E.1
caching-nameserver-7.3-3
vixie-cron-4.1-47.EL4
sharutils-4.2.1-22.2
stunnel-4.05-3
sendmail-8.13.1-3.2.el4
libgcc-3.4.6-8
chkconfig-1.3.13.5.EL4-1
tcp_wrappers-7.6-37.2
zlib-1.2.1.2-1.2
net-snmp-libs-5.1.2-11.EL4.10
libstdc++-3.4.6-8
ncurses-5.4-13
lvm2-2.02.21-5.el4
diffutils-2.8.1-12
iproute-2.6.9-3.EL4.7
newt-0.51.6-9.rhel4
time-1.7-25
crontabs-1.10-7
mailx-8.1.1-37.EL4
krb5-libs-1.3.4-49
SysVinit-2.85-34.4
procps-3.2.3-8.6
lm_sensors-2.8.7-2.40.3
openssh-server-3.9p1-8.RHEL4.20
aspell-0.50.5-4.EL4
nscd-2.3.4-2.36
cyrus-sasl-2.1.19-5.EL4
fetchmail-6.2.5-6.0.1.el4
freetype-2.1.9-6.el4
mysql-4.1.20-2.RHEL4.1
policycoreutils-1.18.1-4.12
mysql-server-4.1.20-2.RHEL4.1
distcache-1.4.5-6
db4-utils-4.2.52-7.1
ntp-4.2.0.a.20040617-6.el4
perl-TimeDate-1.16-1
httpd-suexec-2.0.52-32.3.ent.centos4
gd-2.0.28-5.4E
xorg-x11-Mesa-libGL-6.8.2-1.EL.19
psa-ruby-activerecord-1.15.3-200703301458
psa-ruby-actionmailer-1.3.3-200703301459
perl-Digest-HMAC-1.01-13
osCommerce-2.2ms2-82050
Siteframe-3.2.2-80016
phpwebsite-0.10.2-80016
WebCalendar-1.0-82041
pmachinefree-2.4-80024
phpmyvisites-2.3-82017
typo3-4.0-80008
sw-libxml2-2.6.27-5.centos43
psa-proftpd-xinetd-1.3.1-cos4.build86080722.01
psa-locale-base-en-US-8.6.0-cos4.build86080722.01
psa-backup-manager-vz-8.6.0-cos4.build86080722.01
psa-horde-3.1.7-cos4.build86080722.01
psa-mimp-1.0.2-cos4.build86080722.01
perl-FreezeThaw-0.43-70.95787
perl-Font-AFM-1.18-70.95787
psa-mailman-configurator-8.6.0-cos4.build86080722.01
drweb-updater-4.33-rh4_psa
psa-api-8.6.0-cos4.build86080930.16
psa-qmail-1.03-cos4.build86080930.16
psa-updates-8.6.0-cos4.build86080930.16
libxml2-python-2.6.16-12
rpm-4.3.3-26_nonptl
atomic-release-1.0-10.el4.art
php-cli-5.2.9-2.el4.art
t1lib-5.1.2-2.el4.art
php-mbstring-5.2.9-2.el4.art
php-sqlite2-5.2.9-1.el4.art


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Tue May 12, 2009 8:48 am 
Offline
Forum Regular
Forum Regular

Joined: Mon Apr 10, 2006 12:55 pm
Posts: 656
There's no need to list all the packages. That's the Centos 5.3 fileset.

What does phpinfo() tell you? Specifically, where php.ini is located. Also, did you restart Apache after changing the php.ini file?

_________________
"Its not a mac. I run linux... I'm actually cool." - scott


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Tue May 12, 2009 10:11 am 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
cat /etc/*release* says CentOS release 4.5 (Final). Plesk says 4.3.

Yes I restarted apache after changing php.ini.

phpinfo() says:
Code:
Configuration File (php.ini) Path
/etc

Loaded Configuration File
/etc/php.ini

Scan this dir for additional .ini files
/etc/php.d

additional .ini files parsed
/etc/php.d/dbase.ini, /etc/php.d/dom.ini, /etc/php.d/gd.ini, /etc/php.d/imap.ini, /etc/php.d/json.ini, /etc/php.d/mbstring.ini, /etc/php.d/mysql.ini, /etc/php.d/mysqli.ini, /etc/php.d/pdo.ini, /etc/php.d/pdo_mysql.ini, /etc/php.d/pdo_sqlite.ini, /etc/php.d/sqlite2.ini, /etc/php.d/xmlreader.ini, /etc/php.d/xmlwriter.ini, /etc/php.d/xsl.ini, /etc/php.d/zip.ini


Is that what you wanted?


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Tue May 12, 2009 10:30 am 
Offline
Forum Regular
Forum Regular

Joined: Tue Jul 15, 2008 2:38 pm
Posts: 704
Location: Sweden
It's kinda strange that it says "PHP 4.3.9 (cgi)" when you have upgraded to PHP 5.2.9...

edit: the full line is PHP 4.3.9 (cgi) (built: Apr 17 2009 19:19:49) which is newer then my date (PHP 5.2.9 (cli) (built: Mar 10 2009 16:42:52)) but older build... and why does it say cgi, not cli...


Top
 Profile  
 
 Post subject: Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Unread postPosted: Tue May 12, 2009 12:14 pm 
Offline
Forum User
Forum User

Joined: Mon May 11, 2009 6:55 am
Posts: 7
I'm afraid thats beyond my knowledge.

'rpm -q php' says 'php-5.2.9-2.el4.art'

4.3.9 was the old version, but no idea about the date. This should work shouldn't it? This is running on a vps if that helps anyone.

Any help would be greatly appreciated!!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 13 posts ] 

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group