Project

General

Profile

wont build - fcgi-stat-accel.c:51: error: too few arguments to function ‘FCGX_InitRequest’

Added by dannynoonan about 14 years ago

here's my configure line:

/configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-openssl

make runs and errors out with:

fcgi-stat-accel.c: In function ‘doit’:
fcgi-stat-accel.c:51: error: too few arguments to function ‘FCGX_InitRequest’
make[4]: *** [fcgi-stat-accel.o] Error 1
make[4]: Leaving directory `/home/david/imageshack/third-party/lighttpd-1.5.0/src'

URL: svn://svn.lighttpd.net/lighttpd/trunk
Repository UUID: 152afb58-edef-0310-8abb-c4023f1b3aa9
Revision: 2712

fcgi-devel-2.4.0-6.fc10.x86_64 installed (not sure if it's linking against this package)

this build of lighttpd wont need to serve static files very much, so if i could disable fcgi-stat-accel -that'd be fine too, but i can't figure how to disable it.


Replies (1)

RE: wont build - fcgi-stat-accel.c:51: error: too few arguments to function ‘FCGX_InitRequest’ - Added by dannynoonan about 14 years ago

Disregard.

I had a stray fastcgi.h in a /usr/local/include that lived outside of my package manger for a python fastcgi framework that I built and had forgotten about.

Removed and built lighttpd just fine as usual.

    (1-1/1)