Date: 05/04/00
- Next message: David Treves: "[PHP-DEV] a newbie question..."
- Previous message: wico <email protected>: "[PHP-DEV] PHP 4.0 Bug #4318: Crypt error"
- In reply to: Wico de Leeuw: "[PHP-DEV] Compile error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, May 04, 2000 at 12:10:06PM +0200, Wico de Leeuw wrote:
> Hiya
>
> i was just compiling the last cvs of php4 on my new redhat-6.2 system
>
> ./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
>
> anyone know how to fix it?
Can you give me a login on your system?
This is one of two known spooky things which are probably
related (the other one being the php_if_dl problem).
- Sascha
-- 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: David Treves: "[PHP-DEV] a newbie question..."
- Previous message: wico <email protected>: "[PHP-DEV] PHP 4.0 Bug #4318: Crypt error"
- In reply to: Wico de Leeuw: "[PHP-DEV] Compile error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

