Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-14 Thread Gordon Messmer
On 02/12/2011 04:57 PM, Peter Ivanov wrote: > actually the line > ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 > solved my problem Your earlier "rpm -ql" and "rpm -V" output indicated that /etc/ld.so.conf.d/mysql-x86_64.conf was present and correct, so you probably

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Markus Falb
On 13.2.2011 01:50, Lamar Owen wrote: > > On Feb 12, 2011, at 7:28 PM, Peter Ivanov wrote: > >> 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 > > Run > ldd

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Keith Roberts
On Sun, 13 Feb 2011, Keith Roberts wrote: > To: CentOS mailing list > From: Keith Roberts > Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem > > On Sat, 12 Feb 2011, Lamar Owen wrote: > >> To: CentOS mailing list >> From: Lamar Owen >> Subject: Re:

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Keith Roberts
On Sun, 13 Feb 2011, Peter Ivanov wrote: > To: CentOS mailing list > From: Peter Ivanov > Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem > > Thnaks Again, > > > i guess i wont update the server until i find more info... > > i am happy it works now Per

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Keith Roberts
On Sat, 12 Feb 2011, Lamar Owen wrote: > To: CentOS mailing list > From: Lamar Owen > Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem > > On Saturday, February 12, 2011 07:03:59 pm Peter Ivanov wrote: >> My mysql.so is about 50K .. is that nornal > > No; th

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Thnaks Again, i guess i wont update the server until i find more info... i am happy it works now thanks Lamar Owen wrote: On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote: ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 solved my problem is this file link pe

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote: ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/ libmysqlclient.so.15 solved my problem is this file link permanent? The fact you have to do that link indicates a deeper issue; did you run the ldd line first, and can you post that ou

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, thnaks a lot for your help actually the line ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 solved my problem you saved my life :) is this file link permanent? Lamar Owen wrote: > ln -s /usr/lib64/mysql/libmysqlclient.so.15 > /usr/lib64/libmysqlcli

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Feb 12, 2011, at 7:28 PM, Peter Ivanov wrote: 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 Run ldd /usr/lib64/php/modules/mysql.so and list the output.

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, thanks a lot for bothering with me here is my output [root@host ~]# ls -l /usr/lib64/mysql/libmysqlclient* -rw-r--r-- 1 root root 1837166 Nov 3 19:54 /usr/lib64/mysql/libmysqlclient.a -rw-r--r-- 1 root root 1855206 Nov 3 19:54 /usr/lib64/mysql/libmysqlclient_r.a lrwxrwxrwx 1 root

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 07:03:59 pm Peter Ivanov wrote: > My mysql.so is about 50K .. is that nornal No; the ones here are three times that size: [root@localhost ~]# ls -l /usr/lib64/mysql/libmysqlclient*.so.15.0.0 -rwxr-xr-x 1 root root 1517784 Nov 3 19:54 /usr/lib64/mysql/libmysqlclient

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
My mysql.so is about 50K .. is that nornal Lamar Owen wrote: On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote: Hi Lamar, here they are [root@host ~]# rpm -V mysql S.5. c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, can you send me your .SO files so i can try to replace them to see what will happen Lamar Owen wrote: On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote: Hi Lamar, here they are [root@host ~]# rpm -V mysql S.5. c /etc/my.cnf prelink: /usr/bin/my_

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote: > Hi Lamar, > > here they are > [root@host ~]# rpm -V mysql > S.5. c /etc/my.cnf > prelink: /usr/bin/my_print_defaults: at least one of file's dependencies > has changed since prelinking > S.?./usr/bin/my_print_defaults

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, here they are [root@host ~]# yum list | grep ^mysql mysql.i386 5.0.77-4.el5_5.4 installed mysql.x86_645.0.77-4.el5_5.4 installed mysql-devel.i3865.0.77-4.el5_5.4 installed mysql-devel.x8

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 05:37:00 pm Peter Ivanov wrote: > HI Lamar, > > thanks for the reply. > > I can connect with the > > mysqlclient Can you post the output of yum list | grep ^mysql please? And the output of rpm -V mysql And the output of rpm -ql mysql please? __

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Johnny Hughes
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a real machine or a VPS with one of those stb type kernels? Did this ever work or is this a new install? signature.asc Description: OpenPGP dig

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
HI, this is a real machine and hew sites are down at the moment because of this. the server worked, but suddenly mysql connectivity dissapeared. when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect() the php version was 5.1 (10 min

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Johnny Hughes
On 02/12/2011 04:13 PM, Johnny Hughes wrote: > I never install i386 and x86_64 packages on my servers. Not saying that > is what is causing your issue, but I see you have both installed. > > Is this on a real machine or a VPS with one of those stb type kernels? > > Did this ever work or is this

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
This is Webmin, i use webmin with centos Johnny Hughes wrote: On 02/12/2011 04:13 PM, Johnny Hughes wrote: I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a real machine or a VPS with one

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Lamar Owen wrote: On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote: the server worked, but suddenly mysql connectivity dissapeared. when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect() Can you co

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
HI Lamar, thanks for the reply. I can connect with the mysqlclient Lamar Owen wrote: On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote: the server worked, but suddenly mysql connectivity dissapeared. when i try to run any mysql related functionality if givem me

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote: > the server worked, but suddenly mysql connectivity dissapeared. > when i try to run any mysql related functionality if givem me the error: > Call to undefined function mysql_connect() Can you connect with the command line mysqlclien

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Any other sites on this server using php WITHOUT mysql are working Johnny Hughes wrote: On 02/12/2011 04:13 PM, Johnny Hughes wrote: I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a real

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Alex, thnaks for the reply. here is my output [root@host ~]# yum provides */libmysqlclient.so.15 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * 5jpackage-generic: jpackage.netmindz.net * addons: mirror.science.uottawa.ca * base: centos.mirror.iweb.ca * extras

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Alexander Dalloz
Am 12.02.2011 22:37, schrieb Peter Ivanov: > Hi, No top-posting please. > thanks for your fast reply. And you did not really read Johnny's reply ... > I have all the modules in > > /use/lib64/php/modules/ ... and neither the error messages. > But they wont load > > Also i have all needed p

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
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.cento

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Johnny Hughes
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 l