[Solved] How to install (complile) lighttpd 1.4.76 from source
Added by dkal about 1 year ago
Hi,
could someone please help a beginner. This version does not install the way I always did in the past.
./autogen.sh
trap: ERR: bad trap
./autogen.sh: 20: ./autogen.sh: autoreconf: not found
and
./configure (does not exists anymore)
Is this way disabled? Or am I doing something wrong?
Regards Dirk
Replies (2)
RE: How to install (complile) lighttpd 1.4.76 from source - Added by gstrauss about 1 year ago
./autogen.sh: 20: ./autogen.sh: autoreconf: not found
If autoreconf
is not found, then you need to install the package on your distro.
lighttpd 1.4.76 and later do not provide configure
script, and you must use autoreconf
to generate the configure
script if you are using autotools to build.
RE: [Solved] How to install (complile) lighttpd 1.4.76 from source - Added by dkal about 1 year ago
Thank You. Stupid mistake. It solves it. The errormessage:
trap: ERR: bad trap
remains, but ist does work.
Regards Dirk