首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

centOS停lighttpd&(g)vim编译安装

2012-07-15 
centOS下lighttpd&(g)vim编译安装类似于XXX package where not found, install them or build with --with

centOS下lighttpd&(g)vim编译安装
类似于
XXX package where not found, install them or build with --without-XXX

XXX-headers and/or libs where not found, install them or build with --without-XXX
用yum -y install XXX-devel.
devel应该为development version了.
配置fastcgi的时候,需要确认php等是否是支持fastcgi的版本.
若为C/C++,下载fastcgi的API/libraries,编译安装,设置LD_LIBRARY_PATH.

vim GUI界面(gvim)出不来,缺X11 headers和libraries,下面的直接搞定:
yum groupinfo "X Software Development"
yum groupinstall "X Software Development"

热点排行