Package: lighttpd Version: 1.4.45-1 On a fresh install of Stretch & lighttpd 1.4.45-1, I get the following error message when running the lighttpd-enable-mod command. It always used to work on Jessie.
chris@stretch:~$ sudo lighttpd-enable-mod > Can't locate Term/ReadLine.pm in @INC (you may need to install the > Term::ReadLine module) (@INC contains: /etc/perl > /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 > /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 > /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 > /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at > /usr/sbin/lighttpd-enable-mod line 17. > BEGIN failed--compilation aborted at /usr/sbin/lighttpd-enable-mod line 17. After installing the package libterm-readline-gnu-perl (1.35-1) the command works as expected. Should this be added into the Depends field of the package? Thanks.

