php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14597 mcrypt-2.2.7 error message
Submitted: 2001-12-19 05:36 UTC Modified: 2001-12-19 05:47 UTC
From: jeanfrancois dot lecam at altiplano dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.0 OS: redhat 7.2
Private report: No CVE-ID: None
 [2001-12-19 05:36 UTC] jeanfrancois dot lecam at altiplano dot fr
  ./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 */

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-19 05:40 UTC] derick@php.net
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
 [2001-12-19 05:47 UTC] jeanfrancois dot lecam at altiplano dot fr
thanks ;-)
PS : I tried to upgrade to 2.4.18... I may soon submit my troubles with it !
JF
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Nov 13 01:01:29 2024 UTC