From:             [EMAIL PROTECTED]
Operating system: redhat 7.2
PHP version:      4.1.0
PHP Bug Type:     Compile Failure
Bug description:  mcrypt-2.2.7 error message

  ./configure --with-mcrypt=/home/local/mcrypt
  make

used to work fine with php-4.0.6 / libmcrypt-2.2.7

Now it fails saying :

  mcrypt.c: In function `php_mcrypt_module_dtor':
  mcrypt.c:253: `MCRYPT' undeclared (first use in this function)
  mcrypt.c:253: (Each undeclared identifier is reported only once
  mcrypt.c:253: for each function it appears in.)
  mcrypt.c:253: parse error before `td'
  mcrypt.c:254: `td' undeclared (first use in this function)

I have seen that bug (#14470 & #14488), I thought it was fixed...
Is libmcrypt-2.2.7 not supported any more ?
I am not ready to upgrade to 2.4 !

Thanks,

Jean-François

If this can help : here is the output of "grep -i mcrypt main/php_config.h"
:

/* #undef HAVE_LIBMCRYPT24 */
#define HAVE_LIBMCRYPT22 1
#define HAVE_LIBMCRYPT 1
/* Whether to build mcrypt as dynamic module */
/* #undef COMPILE_DL_MCRYPT */
-- 
Edit bug report at: http://bugs.php.net/?id=14597&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