php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21817 Error to compile php 4.2.3 in make phase
Submitted: 2003-01-22 07:45 UTC Modified: 2003-01-23 10:30 UTC
From: daniel at riser dot com dot br Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.3.1-dev OS: Linux Conectiva 8
Private report: No CVE-ID: None
 [2003-01-22 07:45 UTC] daniel at riser dot com dot br
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-22 10:28 UTC] daniel at riser dot com dot br
I get the latest version and try to compile and get the following error:

gcc  -Iext/imap/ -I/usr/src/php/ext/imap/ -DPHP_ATOM_INC -I/usr/src/php/include -I/usr/src/php/main -I/usr/src/php -I/usr/src/php/Zend -I/usr/include/imap -I/usr/local/include -I/usr/src/mysql-3.23.54a/include -I/usr/src/php/ext/xml/expat  -I/usr/src/php/TSRM  -g -O2  -c /usr/src/php/ext/imap/php_imap.c -o ext/imap/php_imap.o  && echo > ext/imap/php_imap.lo
/usr/src/php/ext/imap/php_imap.c: In function `zm_startup_imap':
/usr/src/php/ext/imap/php_imap.c:424: `auth_gss' undeclared (first use in this function)
/usr/src/php/ext/imap/php_imap.c:424: (Each undeclared identifier is reported only once
/usr/src/php/ext/imap/php_imap.c:424: for each function it appears in.)
make: *** [ext/imap/php_imap.lo] Error 1
 [2003-01-22 15:59 UTC] iliaa@php.net
What version of c-client are you using?
 [2003-01-22 19:43 UTC] sniper@php.net
And what configure line did you use?
And is HAVE_IMAP_AUTH_GSS defined in main/php_config.h ??

 [2003-01-23 06:27 UTC] daniel at riser dot com dot br
Let?s divide your comments:
to sniper -
->  my configure line is the same I have sended in the first part of my bug report
-> In main/php_config, the HAVE_IMAP_AUTH_GSS is defined with 1 value

to iliaa -
-> I don?t understand what you need (What version of c-client are you using?). Is the version of gcc ? Is the version of anything about imap ? Sorry.
 [2003-01-23 10:30 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC