From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.3-RELEASE
PHP version:      4.1.0
PHP Bug Type:     Compile Failure
Bug description:  mcrypt.c: In function `php_mcrypt_module_dtor': Syntax Error

Configure line:
--enable-discard-path --with-mysql=/usr/local --with-gd=/usr/local
--with-ttf=/usr/local --enable-safe-mode --enable-trans-sid --with-imap
--with-mcrypt=/usr/local --with-mhash=/usr/local --with-jpeg-dir=/usr/local
--enable-force-cgi-redirect

This configuration line worked fine with 4.0.6 and none of the libraries
where changed (mysql, gd, ttf, imap, mcrypt, mhash, jpeg).


----------------------
Making all in mcrypt
gcc -I. -I/usr/local/src/php-4.1.0/ext/mcrypt
-I/usr/local/src/php-4.1.0/main -I/usr/local/src/php-4.1.0
-I/usr/local/src/php-4.1.0/Zend -I/include -I/usr/local/include
-I/usr/local/include/c-client -I/usr/local/include/mysql
-I/usr/local/src/php-4.1.0/ext/xml/expat  -I/usr/local/src/php-4.1.0/TSRM
-g -O2  -c mcrypt.c && touch mcrypt.lo
mcrypt.c: In function `php_mcrypt_module_dtor':
mcrypt.c:253: syntax error before `td'
mcrypt.c:254: `td' undeclared (first use in this function)
mcrypt.c:254: (Each undeclared identifier is reported only once
mcrypt.c:254: for each function it appears in.)
*** Error code 1

Stop in /usr/local/src/php-4.1.0/ext/mcrypt.
*** Error code 1

Stop in /usr/local/src/php-4.1.0/ext/mcrypt.
*** Error code 1

Stop in /usr/local/src/php-4.1.0/ext.
*** Error code 1

Stop in /usr/local/src/php-4.1.0.


-- 
Edit bug report at: http://bugs.php.net/?id=14470&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to