Thu Jul 14, 2005 1:43 pm |
Replies: 7 |
Views: 7695 |
|
 |
found the problem.
please apply this patch:
http://forum.nusphere.com/sshot/dbg_client-2.11.32.patch.gz
Seems to have worked, I can use the cli debugger
|
Thu Jul 14, 2005 10:22 am |
Replies: 7 |
Views: 7695 |
|
 |
Got the same thing after specifying -O0
gdb dbg-cli
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcom ...
|
Thu Jul 14, 2005 9:27 am |
Replies: 7 |
Views: 7695 |
|
 |
Just got dbg-cli to build.
If I follow the instructions to have it be in listening mode, it segfaults as soon as I issue the "set mapurlroot" command ("set mapurlroot http://localhost/" is what I d ...
|
Thu Jul 14, 2005 8:57 am |
Replies: 7 |
Views: 8276 |
|
 |
You'll have to make sure the at least the following packages are installed:
automake
autoconf
make
gcc
If you get other errors about libraries, you can usually install the *-devel package for t ...
|
Wed Jul 13, 2005 5:37 pm |
Replies: 7 |
Views: 7695 |
|
 |
I just installed dbg on my x86 machine (32bit) and all of the clients that I tried on my 64bit machine worked there, whereas they didn't work on the 64bit one.
Is there anything else I can do to ve ...
|
Wed Jul 13, 2005 4:20 pm |
Replies: 7 |
Views: 7695 |
|
 |
I'm trying to get DBG to work for the first time ever for me, I have a x86_64 system (Xeon) and was able to build the dbg php module, and phpinfo() reports it as loaded, but no matter what client I tr ...
|
Wed Jul 13, 2005 4:09 pm |
Replies: 7 |
Views: 8276 |
|
 |
You have to build the module from source. Make sure you have the php*-devel package installed.
when you run deferphpize, make sure you set the "phpize" env variable to /usr/bin/phpize (export phpi ...
|
Wed Jul 13, 2005 4:07 pm |
Replies: 3 |
Views: 6208 |
|
 |
/usr/lib/libstdc++.so
^^^^^^^^^^^
I believe the problem is with /usr/lib path.
It should not be used under Linux-64. The proper path is /usr/lib64.
That's correct, but most configure scripts h ...
|