php4-beta | 200004
Date: 04/19/00
- Next message: Colin Viebrock: "[PHP4BETA] cvs: /php4/ext/standard info.c info.h"
- Previous message: Frank M. Kromann: "[PHP4BETA] Problems with WHILE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello group.
I'm having some a lot of trobbles tryig to compile the php-4 RC1 under mu
solairs 7(intel x86) system.
my configure string is as follow:
../configure --with-mysql=/usr/local/mysql --enable-track-vars --with-ldap
I read some post in this list, that I need to add option like this:
--enable-rule=WANTHSREGEX or --with-system-regex
I try but the same error occur.
If some1 can help me on this, please try.
here is the error more detailed:
-------------------
$ make
Making all in Zend
Making all in ext
Making all in db
Making all in gd
Making all in mysql
Making all in libmysql
Making all in pcre
Making all in pcrelib
Making all in posix
Making all in session
Making all in standard
gcc -DHAVE_CONFIG_H -I. -I/opt/install/php-4.0RC1/ext/standard -I../.. -I../
../Zend -I/opt/install/php-4.0RC1 -I/opt/install/php-4.0RC1/ext/mysql/libmys
ql -I/opt/install/php-4.0RC1/ext/xml/expat/xmltok -I/opt/install/php-4.0RC1/
ext/xml/expat/xmlparse -DXML_BYTE_ORDER=21 -D_POSIX_PTHREAD_SEMANTICS -D_RE
ENTRANT -g -O2 -Wall -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
crypt.c: At top level:
crypt.c:101: warning: `php_to64' defined but not used
*** Error code 1
make: Fatal error: Command failed for target `crypt.lo'
Current working directory /opt/install/php-4.0RC1/ext/standard
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /opt/install/php-4.0RC1/ext/standard
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /opt/install/php-4.0RC1/ext
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
--------------------
Regards
Mario Flores Rodríguez
e-mail: mflores <email protected>
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Colin Viebrock: "[PHP4BETA] cvs: /php4/ext/standard info.c info.h"
- Previous message: Frank M. Kromann: "[PHP4BETA] Problems with WHILE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

