NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
FreeBSD 6.2 debugger 5.2.x could no initilalize


Joined: 26 Nov 2007
Posts: 1
Location: Prague, Czech republic
Reply with quote
I am trying to run debuggeron on FreeBSD 6.2 with Apache 1.x or 2.2 and PHP 5.24 or 5.2.3 and in Apache 1 after restarting I got this message. In Apache 2 I got this message only when I am trying to run some script from commandline, but in both cases debugger does not work. Any suggestion where shoul be the problem?


Starting apache.
PHP Warning: PHP Startup: dbg: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
in Unknown on line 0
Unknown(0) : Warning - PHP Startup: dbg: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
View user's profileFind all posts by mkoulaSend private message
Guru master

Joined: 05 Jul 2004
Posts: 659
Location: Belgium
Reply with quote
Given the errormessages you have posted it seems that your PHP is compiled with debug information included. That means that you can only load modules that are also have debugging information. The DBG build you are using has the correct API version as specified in the error, but it doesn't have debug information.
Is there any specific reason you require debug information in the PHP executables? This makes the files a bunch larger and possibly slower. It has nothing to do with being able to debug PHP code either.
Perhaps you should consider recompiling your PHP without the debug information.
View user's profileFind all posts by BlizzSend private messageVisit poster's website
FreeBSD 6.2 debugger 5.2.x could no initilalize
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