mysql编译安装失败后_编译安装php及编译安装mysql常见错误总结及解决办法

一、编译安装php常见错误总结及解决办法

错误 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... not found

configure: error: Please reinstall the BZip2

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 the MySQL UNIX socket...

no

configure: error: Cannot find MySQL header files under

/usr/local/mysql.

Note that the MySQL client library is not bundled

anymore!

解决办法:

安装mysql

错误 6

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

libmcrypt.

解决办法:安装libmcrypt

wget

ftp://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

二、编译安装mysql常见错误总结及解决办法

错误一:

checking for termcap functions library... configure: error: No

curses/termcap library found

解决办法:

下载一个ncurses-5.6.tar.gz,

wget

http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz

tar zxvf ncurses-5.6.tar.gz

cd ncurses-5.6

./configure --prefix=/usr --with-shared --without-debug

make

make install clean

ncurses-devel

错误二:

Could NOT find Curses (missing:

CURSES_LIBRARY CURSES_INCLUDE_PATH)

CMake Error at cmake/readline.cmake:83 (MESSAGE):

Curses library not found.

Please install appropriate package,

解决办法:

yum install ncurses-devel

错误三:Warning: Bison executable not found in PATH

解决办法:

yum install bison

错误四:rm: cannot remove `libtoolT': No such file or

directory

解决办法:

1、确认libtool是否已经安装,如果没有安装的话,则先安装libtool

# yum -y install libtool

2、分别执行以下三条命令:

# autoreconf --force --install

# libtoolize --automake --force

# automake --force --add-missing

注:如果上面的办法无法解决的话,直接打开configure 文件

把 $RM “$cfgfile” 那行删除掉

$RM “$cfgfile”  大约在 42302 行

转自http://mnt.conf.blog.163.com/blog/static/115668258201291342941916/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值