From:             [EMAIL PROTECTED]
Operating system: Linux Conectiva 8
PHP version:      4.2.3
PHP Bug Type:     Compile Failure
Bug description:  Error to compile php 4.2.3 in make phase

I do ./configure with this parameters:

'--prefix=/usr/bin' \
'--disable-debug' \
'--enable-pic' \
'--enable-inline-optimization' \
'--enable-shared' \
'--disable-static' \
'--with-config-file-path=/etc/php4/apache' \
'--with-exec-dir=/usr/bin' \
'--with-regex=system' \
'--with-gettext' \
'--with-png' \
'--with-zlib' \
'--enable-magic-quotes' \
'--enable-safe-mode' \
'--enable-sockets' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-track-vars' \
'--enable-wddx' \
'--enable-snmp' \
'--enable-ftp' \
'--enable-bcmath' \
'--with-mysql=/usr/src/mysql-3.23.54a' \
'--without-unixODBC' \
'--with-xml' \
'--with-imap' \
'--with-mcrypt=/usr/lib/libmcrypt' \
'--with-readline=/usr/src/readline-4.3'

all itīs ok until now, but when I run 'make' this error occurs:

root@xxxx php-4.2.3]# make
Making all in Zend
/bin/sh: cd: Zend: File or directory not found
make: *** [all-recursive] Error 1

But Zend directory is there ...

Thanks in advance

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

Reply via email to