最近要上一台服务器主要用来跑web静态页面,于是就决定了这个方案:debian+lighttpd+php+mysql.
第一次纯编译安装,着实比较痛苦,还好有google的陪伴.
=====
php的curl
> At PHP compilation ‘–with-curl’, I got this error:
>
> checking for CURL support… yes
> checking for CURL in default path… not found
> configure: error: Please reinstall the libcurl distribution –
> easy.h should be in
>
> I don’t find easy.h in any place, event though Curl is working
> properly on the command line.
You have not installed a development version of curl (basicly libcurl
and its headers). The curl command line tool is often distributed in a
separate package than the devel stuff.
发表回复