Search code examples
yoctodevtoolsbitbake

nothing provides lighttpd-module-compress needed by lighttpd-1.4.69-r0.aarch64 [ YOCTO DUNFELL VERSION ]


I have tried to update lighttpd package in yocto(dunfell) version. current lighttpd version is 1.4.55 and i am upgrade it into 1.4.69 and compile the image while i am getting this error called "nothing provides lighttpd-module-compress needed by lighttpd-1.4.69-r0.aarch64"

I tried to compile with devtool and bitbake but same error i am getting.


Solution

  • lighttpd mod_compress was replaced by lighttpd mod_deflate starting with lighttpd 1.4.56, released in Nov 2020 (almost 3 years ago!)

    Uninstall lighttpd-module-compress and install lighttpd-module-deflate?