php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3545 crypt functions fail to compile
Submitted: 2000-02-21 04:34 UTC Modified: 2000-05-13 12:06 UTC
From: rolf at suse dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (21/02/2000) OS: SuSE Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rolf at suse dot de
New email:
PHP Version: OS:

 

 [2000-02-21 04:34 UTC] rolf at suse dot de
in BETA4 the compile fails in the crypt functions:

/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/standard -I../.. -I../../Zend -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4 -I/usr/local/httpd/include -I/usr/include/imap -I/usr/include/mysql -I/usr/lib/pgsql/include -I/usr/include/ucd-snmp -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/xml/expat/xmltok -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=12 -D_REENTRANT -O2 -m486 -fno-strength-reduce -I/usr/include/ucd-snmp -I/usr/include/gd -g -Wall  -c browscap.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/standard -I../.. -I../../Zend -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4 -I/usr/local/httpd/include -I/usr/include/imap -I/usr/include/mysql -I/usr/lib/pgsql/include -I/usr/include/ucd-snmp -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/xml/expat/xmltok -I/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=12 -D_REENTRANT -O2 -m486 -fno-strength-reduce -I/usr/include/ucd-snmp -I/usr/include/gd -g -Wall  -c crypt.c
crypt.c: In function `php_if_crypt':
crypt.c:120: `PHP3_MAX_SALT_LEN' undeclared (first use in this function)
crypt.c:120: (Each undeclared identifier is reported only once
crypt.c:120: for each function it appears in.)
crypt.c:120: size of array `salt' has non-integer type
crypt.c: At top level:
crypt.c:111: warning: `php_to64' defined but not used
make[3]: *** [crypt.lo] Error 1
make[3]: Leaving directory `/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/php-4.0b4/php-4.0b4/ext'
make: *** [all-recursive] Error 1
Bad exit status from /var/tmp/rpm-tmp.41335 (%build)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-23 08:57 UTC] sas at cvs dot php dot net
What configure line did you use? 
 [2000-02-23 14:30 UTC] sas at cvs dot php dot net
Looks like another instance of #3155
 [2000-05-13 12:06 UTC] sterling at cvs dot php dot net
Fixed in RC2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 07:01:30 2024 UTC