Ok, now I've tried to build the dbg module from source and even that does NOT work... its despairing
i get following errors after running
./deferphpize:
Quote: |
Arci:~/dbg-2.11.32 # ./deferphpize
/usr/local/bin/phpize: line 55: aclocal: command not found
./deferphpize: line 22: aclocal: command not found
left default
./deferphpize: line 54: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
Arci:~/dbg-2.11.32 # |
any other suggestions?? btw, ther's no configure script in the directory! that seems to be the problem, but I'm not yet very used to Linux stuff and dont know exactly how to fix that...
following files are in the directory after
./deferphpize:
Arci:~/dbg-2.11.32 # ls -l
total 254
drwxrwxr-x 3 500 500 808 Jul 15 15:55 .
drwx------ 24 root root 1296 Jul 15 15:54 ..
-rw------- 1 500 500 34 Jun 11 2003 AUTHORS
-rw-r--r-- 1 500 500 3023 Jan 31 00:37 COPYING
-rw------- 1 500 500 1353 Sep 7 2004 INSTALL
-rwxr-xr-x 1 root root 3137 Jul 15 15:55 Makefile.global
-rw------- 1 500 500 186 Jun 11 2003 Makefile.in
-rwxr-xr-x 1 root root 47099 Jul 15 15:55 acinclude.m4
drwxr-xr-x 2 root root 144 Jul 15 15:55 build
-rw------- 1 500 500 1284 Jun 11 2003 config.m4
-rwxr-xr-x 1 root root 2241 Jul 15 15:55 configure.in
-rw-r--r-- 1 500 500 32489 Jan 12 2005 dbg.c
-rw------- 1 500 500 7782 Jan 12 2005 dbg.dsp
-rw-r--r-- 1 500 500 11074 Jan 12 2005 dbg_bp.c
-rw-r--r-- 1 500 500 1508 Jan 12 2005 dbg_bp.h
-rw-r--r-- 1 500 500 35687 Jan 12 2005 dbg_cmd.c
-rw-r--r-- 1 500 500 2408 Jan 12 2005 dbg_cmd.h
-rw-r--r-- 1 500 500 12652 Jan 12 2005 dbg_net.c
-rw-r--r-- 1 500 500 13650 Jan 29 23:32 dbg_net.h
-rw-r--r-- 1 500 500 11115 Jan 12 2005 dbg_prof.c
-rw-r--r-- 1 500 500 1910 Jan 12 2005 dbg_prof.h
-rw-r--r-- 1 500 500 8059 Jan 12 2005 dbg_ser.c
-rw-r--r-- 1 500 500 1206 Jan 12 2005 dbg_ser.h
-rwx--x--x 1 500 500 1084 Sep 6 2004 deferphpize
-rw-r--r-- 1 root root 0 Jul 15 15:55 install-sh
-rw-r--r-- 1 root root 0 Jul 15 15:55 missing
-rw-r--r-- 1 root root 0 Jul 15 15:55 mkinstalldirs
-rw-r--r-- 1 500 500 12337 Jan 12 2005 php_dbg.h
Arci:~/dbg-2.11.32 # |