Hi All,

I'm using php 4.1.1 with linux Mandrake 8.1
Out of the box everything works great.
I want to rebuild php so I can get the DBG debugger to work with it
followed these instructions

download latest PHP sources (4.0.5 or higher) and unpack them.
download DBG sources, unpack them and copy dbg directory into the ext
subdirectory of the PHP directory tree.
read carefully INSTALL file bundled with PHP.
make sure you have autoconf 2.13 or newer, automake 1.4 or newer and
libtool 1.3.3 or newer
delete configure shell script bundled with the PHP sources. Note:
Failing to do this will result in missing dbg.so after php compiling.
detele config.cache file.
run ./buildconf. After a while, the configure script should be
generated.
from this point onwards, installation is similar to the installation of
one of the official packages

run ./configure shell script with:

--enable-dbg=shared argument for dbg support.

--with-dbg-profiler argument for dbg-profiler support.

for example:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql
--enable-dbg=shared --with-dbg-profiler
run make and then make install. Finally, dbg.so shared library should be
generated.
After running make install I expected libphp4.so in
/usr/lib/apache-extramodules to be a new file but it wasn't
by watching the screen during the install i figured out several files
were being generated in /usr/local/bin
php, php-conf, phpize, phptar
I don't get it, I thought this would build a dynamic library
Can somebody straighten me out??

Thanks
Dave


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to