Forum Moderators: phranque

Message Too Old, No Replies

Strange Symbol `client errors'. error on error.log

         

krmkrm

2:41 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



I have a hosting plan at godaddy.
Im using wordpress. I have some problems about it but what i want to ask is different.

/web/cgi-bin/php5: Symbol `client_errors' has different size in shared object, consider re-linking
/web/cgi-bin/php5: Symbol `client_errors' has different size in shared object, consider re-linking

I saw this error on my error.log too many times and i dont know why. Is it godaddy related or not?
How can i solve this problem.
Thanks
K

Caterham

5:19 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



How can i solve this problem.

Recompiling php could be an option. May be you have a library which is newer then the one your php built depends on. Does this problem occur when you're trying to connect to a database? I.e. try to track down which call/function in your script triggers the problem.

krmkrm

7:43 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



Caterham thanks for the reply.
My blog hosted at godaddy so i cant recompile php.
Problem occurs when i tried to connect my index or any page.
WP got a huge library. I asked at wp forums too.
Im about to buy a vps because of godaddy.

Caterham

9:52 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



Not WP libraries (php code), dynamic linked libraries (that's mostly a windows therm - DLL) resp. in the unix world so called shared objects - compiled code.

I don't expect that this is a WP problem. WP calls somewhere some php (build-in) function and the php function makes use of a shared object.