相关笔记

最近要上一台服务器主要用来跑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 /include/curl/
>
> 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.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>