Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1556749
  • 博文数量: 157
  • 博客积分: 1776
  • 博客等级: 上尉
  • 技术积分: 1786
  • 用 户 组: 普通用户
  • 注册时间: 2011-12-19 10:49
文章分类

全部博文(157)

文章存档

2018年(1)

2017年(12)

2015年(6)

2014年(17)

2013年(51)

2012年(65)

2011年(5)

分类: LINUX

2012-08-06 16:00:01

1.安装;lighttpd
tar xvf lighttpd.tar
./configure
configure: error: pcre-config not found, install the pcre-devel package or build with --without-pcre

zypper install pcre-devel

configure: error: bzip2-headers and/or libs where not found, install them or build with --without-bzip2

bzip2 下载地址

tar zxvf 
bzip2-1.0.5.tar.gz
make && make install
阅读(1260) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~