Project

General

Profile

(server.c.621) loading plugins finally failed

Added by Anonymous over 13 years ago

Hello !

Today I update my lighttpd version from 1.4.19 > 1.4.28 (Debian Lenny) PHP-Version: 5.2.6-1+lenny8

I installed additional packages

libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient15-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev

and then tar xfz lighttpd-1.4.28

the next step was

./configure --infodir=/usr/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/lighttpd --libdir=/usr/lib/lighttpd --with-openssl --with-kerberos5 --with-pcre --with-fam --with-ldap --with-mysql --with-memcache --with-gdbm

With restart I got this problem

Starting web server: lighttpd2010-09-04 16:29:47: (plugin.c.165) dlopen() failed for: /usr/lib/lighttpd/mod_fastcgi.so /usr/lib/lighttpd/mod_fastcgi.so: undefined symbol: fdevent_event_set
2010-09-04 16:29:47: (server.c.621) loading plugins finally +failed

+

How I can solve this problem ?

Thank you ! And sorry for my bad english ^^