I tried searching forums for people having similar problems but couldn't find anything.
I have compiled PHP 5.0.1 from source on a Debian Sarge and it's running fine, though when I try to compile free DBG I run into a lot of warnings which in the end leaves me with a sad face :/
Sorry if I haven't provided you with enough info, I'll surely do if you tell me what would help.
here are the warnings that I get
Quote: |
I tried searching forums for people having similar problems but couldn't find anything.
I have compiled PHP 5.0.1 from source and it's running fine, though when I try to compile DBG I run into a lot of warnings which in the end leaves me with a sad face :/
here are the warnings that I get
[code]debian:<path here>/dbg/dbg-2.11.26-src/dbg-2.11.26-src# ./deferphpize
Configuring for:
PHP Api Version: 20031224
Zend Module Api No: 20040412
Zend Extension Api No: 220040412
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
acinclude.m4:1903: warning: underquoted definition of PHP_TEST_BUILD
configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
acinclude.m4:1903: warning: underquoted definition of PHP_TEST_BUILD
configure: error: cannot run /bin/sh ./config.sub
make: *** No targets specified and no makefile found. Stop. |