ID: 17143
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Operating System: Linux / Debian
PHP Version: 4.0CVS-2002-05-10
New Comment:
FWIW, the full configure line is:
./configure \
--with-mysql=/usr/local \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-track-vars \
--disable-magic-quotes \
--disable-debug \
--with-gettext \
--with-xml \
--with-xmlrpc \
--with-dom \
--with-curl \
--with-zlib \
--with-mcrypt \
--enable-ftp \
--with-imap \
[ --disable-cli ]
Previous Comments:
------------------------------------------------------------------------
[2002-05-10 14:14:55] [EMAIL PROTECTED]
Using --disable-cli in the configure line causes "make install" to fail
with:
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Taking that out of the configure line solves it (but, of course, makes
the CLI).
- Colin
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=17143&edit=1