[PHP-DEV] PHP 4.0 Bug #6179: make after conffigure doesn't work From: doehrm <email protected>
Date: 08/15/00

From: doehrm <email protected>
Operating system: SunOS 5.7 Intel MU4
PHP version: 4.0 Latest CVS (15/08/2000)
PHP Bug Type: Compile Failure
Bug description: make after conffigure doesn't work

I'm using the latest snapshot (CVS) configuring with

./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local \
--enable-track-vars=yes \
--enable-bcmatch=yes \
--enable-memory-limits=yes \
--enable-magic-quotes=yes \
--enable-trans-sid=yes \
--enable-libgcc

Configure goes fine through but starting make I get

[doehrm <email protected> ~/phpcvs/php4]$ gmake
Making all in Zend
gmake[1]: Entering directory `/export/home/doehrm/phpcvs/Zend'
gmake[1]: *** No rule to make target `../config.status', needed by `Makefile'.
Stop.
gmake[1]: Leaving directory `/export/home/doehrm/phpcvs/Zend'
gmake: *** [all-recursive] Error 1

There's no config.status in .. :

[doehrm <email protected> ~/phpcvs/php4]$ ls -l ..
total 5
drwxr--r-- 3 doehrm 512 Aug 15 20:04 TSRM
drwxr--r-- 3 doehrm 2048 Aug 15 20:05 Zend
drwxr--r-- 18 doehrm 2048 Aug 15 20:06 php4

what's going wrong here?

Have I checked out in the wrong path?

Thanx for your help!

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>