dongxian6741 2013-04-23 10:29
浏览 102

如何安装旧版本的PHP libmcrypt?

I need to use RC6 cipher for my project. But, because the installed mcrypt library in my server is mcrypt version 2.5.8, so it's not support for RC6 cipher. As wrote in http://www.php.net/manual/en/mcrypt.ciphers.php, RC6 128 bit cipher only supported by libmcrypt 2.2.x and 2.4.x.

I have try to find how to install the mcrypt library version 2.2.x or 2.4.x, but i can't find it.

Does anybody know how to install this older version (libmcrypt 2.2.x or 2.2.4)??

  • 写回答

1条回答 默认 最新

  • dpr77335 2013-05-31 21:11
    关注

    this is the link to the 2.2.4 version:

    ftp://195.134.99.74/pub/crypto/mcrypt/attic/libmcrypt/old/libmcrypt-2.2.4.tar.gz

    remove your mycript:

    e.g.: remove php-mcrypt remove libmcrypt

    install from the new package:

    e.g.:

    cd /usr/local/src
    tar -zxvf libmcrypt-2.2.4.tar.gz
    cd /usr/local/src/libmcrypt-2.2.4
    ./configure --prefix=/usr/local
    make
    make install
    
    评论

报告相同问题?

悬赏问题

  • ¥15 fesafe材料库问题
  • ¥35 beats蓝牙耳机怎么查看日志
  • ¥15 Fluent齿轮搅油
  • ¥15 八爪鱼爬数据为什么自己停了
  • ¥15 交替优化波束形成和ris反射角使保密速率最大化
  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统