You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gave this a try here and I'm unable to reproduce the issue you're seeing. However I do note that lighttpd 1.4.51 is old, looks like it was released in 2018 which predates wolfSSL 5.6.3. Please retry with the latest lighttpd 1.4 release, 1.4.71 and let me know if it helps. If not, please attach your full lighttpd config.log here.
Note that lighttpd's wolfSSL support is upstreamed, so you will not need to apply any patches.
I am trying to build lighthttpd-1.4.51 with wolfssl 5.6.3. I followed the instructions:
wolfssl:
/configure --enable-lighty --prefix=/usr/local && make -j8 && sudo make install && sudo ldconfig
ls /usr/local/lib
:lighthttpd:
./configure --with-wolfssl=yes --prefix=/usr/local/lib --without-bzip2 --without-zlib --without-pcre
It showes:
Then I also tried to replace
--with-wolfssl=yes
with--with-wolfssl=/usr/local
, it is still not working.The text was updated successfully, but these errors were encountered: