Bug #2917
closeddlopen() failed for: /usr/local/lib/mod_indexfile.so /usr/local/lib/mod_indexfile.so: undefined symbol: buffer_copy_string_buffer
Description
Hi,
I am trying to compile lighttpd 1.4.51 for mips.
got compiled but while starting lighttpd getting the following error.
undefined symbol
2015-01-01 00:29:43: (plugin.c.230) dlopen() failed for: /usr/local/lib/mod_indexfile.so /usr/local/lib/mod_indexfile.so: undefined symbol: buffer_copy_string_buffer
2015-01-01 00:29:43: (server.c.1155) loading plugins finally failed
Please help me as soon as possible.
Thanks in advance
Jayasri
Updated by gstrauss about 6 years ago
- Status changed from New to Invalid
Not a bug. Your build environment is broken, or you have custom coded modules that are very out-of-date.
buffer_copy_string_buffer() was removed over 3 years ago in lighttpd 1.4.36 in commit 6afad87d
Updated by spditner over 5 years ago
I ran into a similar issue -- what had happened in my case is that an old mod_indexfile.so was present in /usr/local/lib. After updating the files in /usr/local/lib with the freshly built copies, the issue was resolved.
Also available in: Atom