编译php的时候,报configure: error: mcrypt.h not found. Please reinstall libmcrypt.错误的解决办法...
生活随笔
收集整理的這篇文章主要介紹了
编译php的时候,报configure: error: mcrypt.h not found. Please reinstall libmcrypt.错误的解决办法...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
configure: error: mcrypt.h not found. Please reinstall libmcrypt.?
今天在編譯php的時候,出現如下錯誤php安裝出錯:configure: error: mcrypt.h not found. Please reinstall libmcrypt.,意思是,沒有查找到mcrytp.h,需要安裝libcrytp,在下面的地址下載libmarypt:
wget?ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz
安裝:?
66 tar -zxvf libmcrypt-2.5.7.tar.gz?
67 cd libmcrypt-2.5.7?
68 mkdir -p /usr/local/libmcrytp?
69 ./configure prefix=/usr/local/libmcrytp/?
70 make
71 make install?
然后再安裝PHP
轉載于:https://www.cnblogs.com/bigfish--/archive/2012/01/08/2316471.html
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的编译php的时候,报configure: error: mcrypt.h not found. Please reinstall libmcrypt.错误的解决办法...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [恢]hdu 2511
- 下一篇: bcb 如何在DLL中捕捉系统级异常