Date: 03/30/00
- Next message: Andi Gutmans: "[PHP-DEV] bindlib_w32"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3904 Updated: Latest CVS doesn't compile --with-mcrypt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: colin <email protected>
Operating system: RedHat 6.1
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: Error in crypt.c
Using the 30-Mar-2000 snapshot (to fix the mcrypt problem), but I see this still occurs:
./configure --enable-track-vars --disable-magic-quotes --with-mysql=../mysql-3.22.27 --with-zlib=../zlib-1.1.3 --enable-syssysvsem --with-ftp --with-pcre-regex --with-mcrypt --with-xml --with-apache=../apache_1.3.12 --with-mcal=../libmcal
...
checking for crypt in -lcrypt... (cached) yes
checking for getcwd... no
checking for getwd... no
checking for standard DES crypt... no
checking for extended DES crypt... no
checking for MD5 crypt... no
checking for Blowfish crypt... no
...
make
...
gcc -DHAVE_CONFIG_H -I. -I/usr/local/sources/php4-200003301445/ext/standard -I../.. -I../../Zend -I/usr/local/sources/php4-200003301445 -I/usr/local/sources/apache_1.3.12/src/include -I/usr/local/sources/apache_1.3.12/src/os/unix -I/usr/local/include -I/usr/local/sources/libmcal -I/usr/local/sources/mysql-3.22.27/include -I/usr/local/sources/php4-200003301445/ext/xml/expat/xmltok -I/usr/local/sources/php4-200003301445/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=12 -D_REENTRANT -g -O2 -Wall -c crypt.c && touch crypt.lo
crypt.c: In function `php_if_crypt':
crypt.c: In function `php_if_crypt':
crypt.c:110: `PHP_MAX_SALT_LEN' undeclared (first use in this function)
crypt.c:110: (Each undeclared identifier is reported only once
crypt.c:110: for each function it appears in.)
crypt.c:110: size of array `salt' has non-integer type
crypt.c: At top level:
crypt.c:101: warning: `php_to64' defined but not used
make[3]: *** [crypt.lo] Error 1
make[3]: Leaving directory `/usr/local/sources/php4-200003301445/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/sources/php4-200003301445/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/sources/php4-200003301445/ext'
make: *** [all-recursive] Error 1
-- 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>
- Next message: Andi Gutmans: "[PHP-DEV] bindlib_w32"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3904 Updated: Latest CVS doesn't compile --with-mcrypt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

