From:             john345 at earthlink dot net
Operating system: SCO OpenServer 5.0.6
PHP version:      4.3.1
PHP Bug Type:     *Compile Issues
Bug description:  configure file reports bogus mkdir -p failure

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 bug report at http://bugs.php.net/?id=22556&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22556&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22556&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22556&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22556&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22556&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22556&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22556&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22556&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22556&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22556&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22556&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22556&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22556&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22556&r=gnused

Reply via email to