Bug #212
closedExecutable expects modules in /usr/local/lib even though it is configured with --prefix=/usr
Description
My web-server has been configured as descibed in short summary. All modules have naturally been installed in /usr/lib but executable somehow still expects them to be in /usr/local/lib :
2005-08-20 15:46:50: (plugin.c.153) dlopen() failed for: /usr/local/lib/mod_indexfile.so /usr/local/lib/mod_indexfile.so: cannot open shared object file: No such file or directory
-- dejan
Updated by Anonymous about 19 years ago
I have the Same problem.
lighttpd ignores --prefix=/usr/ by loading plugins.
Ich habe dasselbe Problem, benutze Debian sarge.
Lighttpd ignoriert die prefix=/usr/ angabe bei ./configure beim laden der Module.
Ansonsten ist alles ok, die Module werden wie gewuenscht ini /usr/lib/ installiert, aber eben dort nicht gefunden.
Eigentlich ein heftiger kleiner bug oder ?
-- yvesf(at]gmx{do t}de
Updated by conny over 18 years ago
My automake-skills fail to tell me whether this is because automake has to be run again in your build directory, or if it is that you must specify "--libdir" in addition to "--prefix".
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
Works for me - perhaps you should update your autotools package or use --libdir.
Updated by stbuehler about 16 years ago
- Status changed from Fixed to Missing Feedback
Also available in: Atom