NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
PHP can't load DBG


Joined: 05 Apr 2007
Posts: 2
Reply with quote
Hi,

I can't manage to install DBG on my Linux remote server. I think everything is in the right place, but here's what Apaches error log says:

Code:
Failed loading /usr/lib64/php/extensions/dbg.so-4.4.x:  /usr/lib64/php/extensions/dbg.so-4.4.x: cannot open shared object file: No such file or directory


This is what the mighty dbg-wizard said and what my php.ini contains: "zend_extension=/usr/lib64/php/extensions/dbg.so-4.4.x".


The directory and file do exist!


help, please Sad


Last edited by staff on Sun Apr 08, 2007 6:51 am; edited 1 time in total
View user's profileFind all posts by staffSend private message
Veteran

Joined: 24 Jan 2006
Posts: 311
Reply with quote
Could you please post the screenshot of what you see when you do
ls /usr/lib64/php/extensions/dbg.so-4.4.x
Thanks!
View user's profileFind all posts by yfaktorSend private message


Joined: 05 Apr 2007
Posts: 2
Reply with quote


exciting..
View user's profileFind all posts by staffSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
from your message it's clear that your operating system is 64bit. Fine.
now please check if php binary (or what ever your have as php binary) is also 64bit.
Then depending on its bitness you need either 32bit or 64bit dbg module.

If you get further "file not found" messages, check if apache (or what ever process tries to load php+dbg) has permission to read directory and load shared objects.
What you posted in the screenshot proves that file is there. But it does not mean that Apache has a way to load it in its place. Either permissions or chroot may stop it from doing this.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
PHP can't load DBG
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic