为什么我无法加载 webdav 模块?
我安装了lighttpd和dependecies,在lighttpd.conf中注释掉了必要的额外模块mod_webdav,并尝试启动它。但我收到此错误:
[root@WL-0022150E7BD4 root]$ /opt/etc/init.d/S80lighttpd start
Starting web server: lighttpd
2010-06-26 10:46:01: (plugin.c.162) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so File not found
2010-06-26 10:46:01: (server.c.643) loading plugins finally failed
有人有什么建议吗?
I installed lighttpd and dependecies, commented out in lighttpd.conf the necessary extra module mod_webdav, and tried to start it. but i get this error:
[root@WL-0022150E7BD4 root]$ /opt/etc/init.d/S80lighttpd start
Starting web server: lighttpd
2010-06-26 10:46:01: (plugin.c.162) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so File not found
2010-06-26 10:46:01: (server.c.643) loading plugins finally failed
Anybody have any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要单独安装 webdav 模块,因为它不是标准 lighttpd 发行版的一部分。假设您使用的是 Debian 内核:
将安装模块,您应该能够在 /usr/lib/lighttpd 下看到 mod_webdav.so。
You need to install the webdav module separately as it is not part of the standard lighttpd distribution. Assuming you're using Debian kernel:
Will get the module installed and you should be able to see mod_webdav.so under /usr/lib/lighttpd.