ID: 14597
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Compile Failure
Operating System: redhat 7.2
PHP Version: 4.1.0
New Comment:

Already fixed in CVS, will be in 4.1.1. And you get a free tip too: You rreally want 
to upgrade to libmcrypt 2.4.18, it's much more stable.

Derick

Previous Comments:
------------------------------------------------------------------------

[2001-12-19 05:36:54] [EMAIL PROTECTED]

  ./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 this 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