Project

General

Profile

[Solved] How to install (complile) lighttpd 1.4.76 from source

Added by dkal 14 days 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 13 days ago

InstallFromSource

./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 13 days ago

Thank You. Stupid mistake. It solves it. The errormessage:
trap: ERR: bad trap
remains, but ist does work.

Regards Dirk

    (1-2/2)