Hi,

thanks for your fast reply.

I have all the modules in

/use/lib64/php/modules/


But they wont load

Also i have all needed php packages,


[root@host ~]# rpm -qa |grep php
php-odbc-5.2.10-1.el5.centos
php-mbstring-5.2.10-1.el5.centos
php-cli-5.2.10-1.el5.centos
php-xmlrpc-5.2.10-1.el5.centos
php-5.2.10-1.el5.centos
php-pgsql-5.2.10-1.el5.centos
php-xml-5.2.10-1.el5.centos
php-pear-1.8.1-2.el5.centos
php-common-5.2.10-1.el5.centos
php-mcrypt-5.2.9-2.el5.centos.3
php-snmp-5.2.10-1.el5.centos
php-gd-5.2.10-1.el5.centos
php-pdo-5.2.10-1.el5.centos
php-imap-5.2.10-1.el5.centos
wbm-php-pear-1.5-1
php-mysql-5.2.10-1.el5.centos
php-devel-5.2.10-1.el5.centos



ALso my dir in php.ini is

extension_dir = "/usr/lib64/php/modules"



Johnny Hughes wrote:
On 02/12/2011 03:19 PM, Peter Ivanov wrote:
Hello,

i am getting the following error in CentOS 64 bit with php 5.2

I cant get mysql functionality running and the ioncube loader

Please help, i am very desperate


Here is my output:




[root@host ~]# php -v
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so:
/usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol:
zend_unmangle_property_name_ex
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.15: cannot open
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'' - libmysqlclient.so.15: cannot open
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/pdo_mysql.so' - libmysqlclient.so.15: cannot
open shared object file: No such file or directory in Unknown on line 0
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
      with the ionCube PHP Loader v4.0.1, Copyright (c) 2002-2010, by
ionCube Ltd.
[root@host ~]#

Looks like you need to install whatever will provides
libmysqlclient.so.15 64bit and/or the so modules in
/usr/lib64/php/modules/ are missing.

Make sure you have the following x86_64 packages installed:

mysql-5.0.77-4.el5_5.3.x86_64
php-mysql-5.1.6-27.el5_5.3.x86_64




------------------------------------------------------------------------

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to