ID: 22556 User updated by: john345 at earthlink dot net Reported By: john345 at earthlink dot net -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: SCO OpenServer 5.0.6 PHP Version: 4.3.1 New Comment:
Tried php4-STABLE-latest.tar.gz and the duplicate line is still in the configure file, just at a different line number, 83186. Previous Comments: ------------------------------------------------------------------------ [2003-03-05 13:36:24] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip I think something like this was already fixed.. ------------------------------------------------------------------------ [2003-03-05 13:29:41] john345 at earthlink dot net configure --without-mysql --with-pgsql --with-apxs=/usr/local/apache/bin reports that mkdir -p does not work. This is because there are two identical lines, one at line 82750 and one at 82751, that use mkdir -p to make comftestdir/somedir. The first one succeeds; the second one fails. The test to see if mkdir -p works is after the second line, so configure reports a failure. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22556&edit=1