|
$ wget http://www.lighttpd.net/download/lighttpd-1.4.21.tar.gz
$ gzip -cd lighttpd-1.4.21.tar.gz | tar xf -
$ cd lighttpd-1.4.21
$ ./configure –prefix=/usr/local/lighttpd-1.4.21
到这一步时
$ ./configure –prefix=/usr/local/lighttpd-1.4.21
提示
zlib-headers and/or libs where not found,install them or build with –without-zlib
已经安装gcc-c++,请问是什么原因造成的呢? |
|