<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
thanks for your fast reply.<br>
 <br>
I have all the modules in <br>
<br>
<pre wrap="">/use/lib64/php/modules/</pre>
<br>
But they wont load <br>
<br>
Also i have all needed php packages,<br>
<br>
<br>
[root@host ~]# rpm -qa |grep php<br>
php-odbc-5.2.10-1.el5.centos<br>
php-mbstring-5.2.10-1.el5.centos<br>
php-cli-5.2.10-1.el5.centos<br>
php-xmlrpc-5.2.10-1.el5.centos<br>
php-5.2.10-1.el5.centos<br>
php-pgsql-5.2.10-1.el5.centos<br>
php-xml-5.2.10-1.el5.centos<br>
php-pear-1.8.1-2.el5.centos<br>
php-common-5.2.10-1.el5.centos<br>
php-mcrypt-5.2.9-2.el5.centos.3<br>
php-snmp-5.2.10-1.el5.centos<br>
php-gd-5.2.10-1.el5.centos<br>
php-pdo-5.2.10-1.el5.centos<br>
php-imap-5.2.10-1.el5.centos<br>
wbm-php-pear-1.5-1<br>
php-mysql-5.2.10-1.el5.centos<br>
php-devel-5.2.10-1.el5.centos<br>
<br>
<br>
<br>
ALso my dir in php.ini is <br>
<br>
extension_dir = "/usr/lib64/php/modules"<br>
<br>
<br>
<br>
Johnny Hughes wrote:
<blockquote cite="mid:4D56FBE3.1050201@centos.org" type="cite">
  <pre wrap="">On 02/12/2011 03:19 PM, Peter Ivanov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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 ~]#
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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




  </pre>
  <pre wrap="">
<hr class="__postbox_mime_separator" width="90%" size="4">
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
<br>
</body>
</html>