自己编译lighttpd并指定安装目录,手动运行出错,从 x_86 移植到 ARM64

  1. lighttpd 版本:lighttpd-1.4.35
  2. 编译选项:
./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

  1. 执行:
make && make install

  1. 执行:
cd /home/klft/work/lzh/http/sbin

  1. 执行:
./lighttpd -f lighttpd.conf

  1. 报错:
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 沒有独立具体是指什么?