在Debian编译lighttpd-1.4.19过程出现的错误处理
在Debian4自带安装的是lighttpd-1.4.13, 但在lighttpd网页看见了lighttpd-1.4.19稳定版当然用新的,于是自己下载下来自己编译,但都几多编译错误,先把这些编译过程出现的错误和处理方法记录下来,留待以后再遇到时作资料查询。
出现configure: error: C compiler cannot create executables … 安装apt-get install libc6-dev.
出现configure: error: configure: error: pcre-config not found … 安装apt-get install libpcre3-dev Read the rest of this entry »
Tag:Debian, lighttpd, 处理, 编译, 错误
