zoukankan      html  css  js  c++  java
  • ibmcrypt was not found解决方案

    configure: error: *** libmcrypt was not found解决方案

    ./configure
    提示出错,首先提示
    *** Could not run libmcrypt test program, checking why…
    *** The test program failed to compile or link. See the file config.log for the
    *** exact error that occured. This usually means LIBMCRYPT was incorrectly installed
    *** or that you have moved LIBMCRYPT since it was installed. In the latter case, you
    *** may want to edit the libmcrypt-config script: no
    configure: error: *** libmcrypt was not found

    方法是:ln -s   /usr/local/bin/libmcrypt_config   /usr/bin/libmcrypt_config

               export LD_LIBRARY_PATH=/usr/local/lib: LD_LIBRARY_PATH
  • 相关阅读:
    二进制编译http
    http服务
    FTP服务
    DAY01
    直流电机调速作业
    机械大楼电梯控制项目
    仿真作业
    第六周作业
    第五周作业
    第四周仿真作业
  • 原文地址:https://www.cnblogs.com/lsmsky/p/2725991.html
Copyright © 2011-2022 走看看