Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lighttpd mod_webdav.so dlopen failed #3968

Closed
bokuno opened this issue Jun 20, 2019 · 3 comments · Fixed by #8041
Closed

lighttpd mod_webdav.so dlopen failed #3968

bokuno opened this issue Jun 20, 2019 · 3 comments · Fixed by #8041
Labels
bug report Something is not working properly. help wanted Help is wanted in order to solve the issue.

Comments

@bokuno
Copy link

bokuno commented Jun 20, 2019

$ lighttpd -D -f lighttpd.conf
2019-06-20 21:28:37: (/home/builder/.termux-build/lighttpd/src/src/plugin.c.226) dlopen() failed for: /data/data/com.termux/files/usr/lib/mod_webdav.so dlopen failed: cannot locate symbol "DTTOIF" referenced by "/data/data/com.termux/files/usr/lib/mod_webdav.so"...
2019-06-20 21:28:37: (/home/builder/.termux-build/lighttpd/src/src/server.c.1234) loading plugins finally failed

It was failed with a lighttpd config below:
server.document-root="/sdcard/www"
server.port=8080
server.modules=("mod_webdav")

@ghost ghost added the bug report Something is not working properly. label Jun 20, 2019
@tomty89
Copy link
Contributor

tomty89 commented Jun 23, 2019

Apparently DTTOIF is a macro of a simple bit shift that does not exist in the NDK/bionic dirent.h. Maybe we should just replace the macro in mod_webdav.c with the actual bit shift.

@ghost ghost added the help wanted Help is wanted in order to solve the issue. label May 6, 2020
@stale

This comment has been minimized.

@stale stale bot added the wontfix Issue won't be fixed. label Nov 18, 2021
@xtkoba
Copy link
Contributor

xtkoba commented Nov 22, 2021

Still actual.

@stale stale bot removed the wontfix Issue won't be fixed. label Nov 22, 2021
@Grimler91 Grimler91 reopened this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly. help wanted Help is wanted in order to solve the issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants