php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4825 Php 4.0.0 not compile with mcrypt 2.4.4
Submitted: 2000-06-05 16:47 UTC Modified: 2000-07-22 19:40 UTC
From: bdv at sea-aeroportimilano dot it Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.0 Release OS: Solaris 2.6
Private report: No CVE-ID: None
 [2000-06-05 16:47 UTC] bdv at sea-aeroportimilano dot it
If I Build libmcrypt-2.4.4 with:

./configure
make
make install

in the 
/usr/local/lib
       I find these files:
       libmcrypt
       libmcrypt.a
       libmcrypt.la
       libmcrypt.so -> libmcrypt.so.4.0.2
       libmcrypt.so.4 -> libmcrypt.so.4.0.2
       libmcrypt.so.4.0.2

/usr/local/include 
       I find mcrypt.h

Then I configure PHP4
./configure --with-sybase-ct=/database/sybase
            --with-apache=/usr/local/src/apache_1.3.12
            --with-mcrypt
            --enable-track-vars
make

AND THE MAKE can' t find module mcrypt.lo in 
php4.0.0/ext/mcrypt

what can I DO ???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-06 15:14 UTC] bdv at sea-aeroportimilano dot it
In the module panama.c at line 659 there is a non standard comment:

//        for (j=0; j< _mcrypt_get_key_size(); j++) {
//          keyword[j]=((j*2+10)%256);
//  }

 [2000-07-22 19:40 UTC] derick at cvs dot php dot net
It's not a bug. Php 4 doesn't support mcrypt 2.4.4. (onlt upto 2.2.7 I believe). I am working on support for mcrypt 2.4.4.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC