Date: 05/04/00
- Next message: Sascha Schumann: "Re: [PHP-DEV] Compile error"
- Previous message: bohumir.sup: "[PHP-DEV] Hide password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: wico <email protected>
Operating system: Redhat 6.2
PHP version: 4.0 Latest CVS (04/05/2000)
PHP Bug Type: Compile Failure
Bug description: Crypt error
i was just compiling the last cvs of php4 on my new redhat-6.2 system (cvs from a week ago will compile normal)
./configure --with-apache=../apache_1.3.12/ --with-gd --with-mysql=../mysql-3.22.32 --with-config-file-path=/usr/local/apache/conf/ --enable-track-vars=yes --with-ftp --enable-trans-sid --disable-debug
will produce this error...
gcc -DHAVE_CONFIG_H -I. -I/usr/src/php4/ext/standard/ -I/usr/src/php4 -I/usr/src/php4/Zend -I/usr/src/php4 -I/usr/src/apache_1.3.12/src/include -I/usr/src/apache_1.3.12/src/os/unix -I/usr/include/freetype -I/usr/src/mysql-3.22.32/include -I/usr/src/php4/ext/xml/expat/xmltok -I/usr/src/php4/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=12 -D_REENTRANT -g -O2 -c crypt.c && touch crypt.lo
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
make[3]: *** [crypt.lo] Error 1
make[3]: Leaving directory `/usr/src/php4/ext/standard'
make[2]: *** [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: Sascha Schumann: "Re: [PHP-DEV] Compile error"
- Previous message: bohumir.sup: "[PHP-DEV] Hide password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

