lighttpd+sqlite3移植到嵌入式设备上

嵌入式设备上使用lighttpd+sqlite3开发web服务器功能

一,移植lighttpd


1、源码文件lighttpd-1.4.64.tar.gz

2、 ./configure -prefix=/opt/lighttpd  -host=aarch64-linux-gnu CC=aarch64-linux-gnu-gcc --without-pcre2 --without-zlib

3、make  

    make install

4、将/opt/lighttpd下的文件复制到指定的地方

运行文件 
cp -rf /mnt/lighttpd/sbin/* /usr/bin/


配置文件
cp -rf /mnt/app/lighttpd-1.4.64/lighttpd /etc/

库文件
mkdir /opt
cp -rf /mnt/lighttpd /opt/


页面文件
mkdir -p /srv/www/htdocs

临时文件
mkdir /srv/www/var/tmp

日志文件
创建
/var/log/lighttpd/error.log #可以查看日志文件


5、将配置文件修改 /etc/libhttpd/lighttpd.conf

1) dlopen() failed for: /opt/lighttpd/lib/mod_indexfile.so /opt/lighttpd/lib/mod_indexfile.so: cannot open shared object file: No such file or directory

    lib 库文件没有找到,查看是否复制到指定目录

2)warning: please use server.use-ipv6 only for hostnames
&nb

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

为了维护世界和平_

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值