./configure --prefix=/home/klft/work/lzh/http --with-openssl=/home/klft/work/lzh/openssl/ssl/bin
--with-openssl-includes=/home/klft/work/lzh/openssl/ssl/include --with-openssl-libs=/home/klft/work/lzh/openssl/ssl/lib
make && make install
cd /home/klft/work/lzh/http/sbin
./lighttpd -f lighttpd.conf
2021-09-02 10:01:18: (configfile.c.1368) ssl support is missing, recompile with --with-openssl
2021-09-02 10:01:18: (server.c.649) setting default values failed
你 .configure 沒有独立 --with-openssl --withxxxxx
.configure 沒有独立具体是指什么?