编译lighttpd-1.4.45的时候,生成的configure出错

默认的 $(SHELL) = /bin/sh ,  改成$(SHELL) = /bin/bash。

在lighttpd目录下重新生成新的configure,执行命令 autoreconf -fi。

make clean后,重新编译。问题解决

相关文章:

  • 2021-12-22
  • 2021-06-21
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
猜你喜欢
  • 2021-04-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案