Project

General

Profile

Actions

Bug #2917

closed

dlopen() failed for: /usr/local/lib/mod_indexfile.so /usr/local/lib/mod_indexfile.so: undefined symbol: buffer_copy_string_buffer

Added by jaya.spm@gmail.com over 5 years ago. Updated about 5 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_indexfile
Target version:
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by gstrauss over 5 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

Actions #2

Updated by spditner about 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.

Actions

Also available in: Atom