Am 22.01.2010 um 20:51 schrieb Paulo Martinez: > JFYI: > > [extras-repo] The specific 5.1.6 extras packages are > > $ curl -s http://mirror.centos.org/centos-5/5/extras/x86_64/RPMS/ | > grep "\-5.1" | cut -d\" -f8 > php-dbase-5.1.6-15.el5.centos.1.x86_64.rpm > php-mcrypt-5.1.6-15.el5.centos.1.x86_64.rpm > php-mhash-5.1.6-15.el5.centos.1.x86_64.rpm > php-mssql-5.1.6-15.el5.centos.1.x86_64.rpm > php-readline-5.1.6-15.el5.centos.1.x86_64.rpm > php-tidy-5.1.6-15.el5.centos.1.x86_64.rpm > > > [testing-repo] these packages are currently rebuild against 5.2.9 > and provided in testing > > $ curl -s http://dev.centos.org/centos/5/testing/x86_64/RPMS/ | grep > php | cut -d\" -f8 | grep -E "dbase|mcrypt|mhash|mssql|readline|tidy" > php-dbase-5.2.9-2.el5.centos.3.x86_64.rpm > php-mcrypt-5.2.9-2.el5.centos.3.x86_64.rpm > php-mhash-5.2.9-2.el5.centos.3.x86_64.rpm > php-mssql-5.2.9-2.el5.centos.3.x86_64.rpm > php-readline-5.2.9-2.el5.centos.3.x86_64.rpm > php-tidy-5.2.9-2.el5.centos.3.x86_64.rpm > > just for consistency a 5.2.10-rebuild should be provided - what do > you think? By the way - i tested this packages and found out that php- readline-5.2.9 didn't get loaded $ cat /var/log/httpd/error_log [Fri Jan 22 21:57:48 2010] [notice] caught SIGTERM, shutting down [Fri Jan 22 21:58:06 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri Jan 22 21:58:06 2010] [notice] Digest: generating secret for digest authentication ... [Fri Jan 22 21:58:06 2010] [notice] Digest: done PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/ php/modules/readline.so' - /usr/lib64/php/modules/readline.so: undefined symbol: rl_pending_input in Unknown on line 0 [Fri Jan 22 21:58:06 2010] [notice] Apache configured -- resuming normal operations $ rpm -q php-readline php-readline-5.2.9-2.el5.centos.3 Best Regards PM