From: [EMAIL PROTECTED] Operating system: Linux / Debian PHP version: 4.0CVS-2002-05-10 PHP Bug Type: Compile Failure Bug description: make install fails with --disable-cli
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 bug report at http://bugs.php.net/?id=17143&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17143&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17143&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17143&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17143&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17143&r=support Expected behavior: http://bugs.php.net/fix.php?id=17143&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17143&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17143&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17143&r=globals