Bug #4994
closed
lighttpd broken on latest 2.2.5 snapshot
Added by Kill Bill about 9 years ago.
Updated about 9 years ago.
Affected Architecture:
amd64
Description
dlopen() failed for: /usr/local/lib/lighttpd/mod_indexfile.so /usr/local/lib/lighttpd/mod_indexfile.so: Undefined symbol "buffer_copy_buffer"
This is the config file used:
#
#pfBlockerNG Lighttpd DNSBL configuration file
#
server.bind = "0.0.0.0"
server.port = "8081"
server.event-handler = "freebsd-kqueue"
server.network-backend = "writev"
#server.use-ipv6 = "enable"
server.dir-listing = "disable"
server.errorlog-use-syslog = "enable"
server.document-root = "/usr/local/www/pfblockerng/www/"
server.pid-file = "/var/run/dnsbl.pid"
server.modules = ( "mod_access", "mod_fastcgi", "mod_rewrite" )
server.indexfiles = ( "index.php" )
mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png" )
url.access-deny = ( "~", ".inc" )
fastcgi.server = ( ".php" => ( "localhost" => ( "socket" => "/var/run/php-fpm.socket", "broken-scriptfilename" => "enable" ) ) )
$HTTP["host"] =~ ".*" {
url.rewrite-once = ( ".*" => "index.php" )
}
$SERVER["socket"] == "0.0.0.0:8443" {
ssl.engine = "enable"
ssl.pemfile = "/usr/pbi/pfblockerng-amd64/etc/dnsbl_cert.pem"
server.document-root = "/usr/local/www/pfblockerng/www/"
ssl.use-sslv2 = "disable"
ssl.use-sslv3 = "disable"
ssl.cipher-list = "AES128+EECDH:AES256+EECDH:AES128+EDH:AES256+EDH:AES128-SHA:AES256-SHA:!aNULL:!eNULL:!DSS"
$HTTP["host"] =~ ".*" {
url.rewrite = ( ".*" => "index.php" )
}
}
Uhm... please disregard. Traced to broken usage of link() instead of symlink() in package, producing an outdated copy of lighttpd binary.
- Status changed from New to Not a Bug
Also available in: Atom
PDF