日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

php 编译错误,PHP 编译错误及解决办法

發布時間:2025/4/16 54 豆豆
生活随笔 收集整理的這篇文章主要介紹了 php 编译错误,PHP 编译错误及解决办法 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

./configure的時候出現如下錯誤:

configure:?error:?xslt-confignot?found.?Please?reinstall?the?libxslt?>=?1.1.0?distribution

解決方法:

yum?install?libxslt-devel*?-y

錯誤?1

checking?for?xml2-config?path...

configure:?error:?xml2-config?not?found.Please?check?your?libxml2?installation.

解決辦法:

#?yum?-y?install?libxml2-devel

錯誤?2

checking?for?BZip2?in?default?path...?notfound

configure:?error:?Please?reinstall?theBZip2?distribution

解決辦法:

#?yum?install?-y??bzip2-devel

錯誤?3

If?configure?fails?try?--with-vpx-dir=

configure:?error:?png.h?not?found.

解決辦法:

#?yum?-y?install?libpng-devel

錯誤?4

If?configure?fails?try?--with-xpm-dir=

configure:?error:?freetype.h?not?found.

解決辦法:

#?yum?-y?install?freetype-devel

錯誤?5

checking?for?specified?location?of?theMySQL?UNIX?socket...?no

configure:?error:?Cannot?find?MySQLheader?files?under?/usr/local/mysql.

Note?that?the?MySQL?client?library?isnot?bundled?anymore!

解決辦法:

安裝mysql

錯誤?6

configure:?error:?mcrypt.h?not?found.Please?reinstall?libmcrypt.

解決辦法:安裝libmcrypt

wgetftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz

tar?-zxvf?libmcrypt-2.5.7.tar.gz

cd?libmcrypt-2.5.7

mkdir?-p?/usr/local/libmcrytp

./configure?prefix=/usr/local/libmcrytp/

make

make?install

總結

以上是生活随笔為你收集整理的php 编译错误,PHP 编译错误及解决办法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。