lighttpd/freebsdについて、ここに記述してください。
FreeBSD上でmakeしようとしたら、
- /configureでエラーがです。 automakeを入れなおす必要があるかと思って、download, configure をやっても同様のエラーに。 これはbootstrapの問題かとも思ったので、ネット検索。
Before running ./configure try running autoreconf -f -i.
- The autoreconf program automatically runs autoheader, aclocal, automake, autopoint and libtoolize as required.
Another edit: This error can also be caused by copying the source folder extracted from an archive with scp to another machine. The timestamps can be updated, suggesting that a rebuild is necessary. To avoid this, copy the archive and extract it in place.
展開したものをrsyncしていたのが失敗か。
- extract it in place. を試して、確認する。 ./configure OK; make 完了。
- 起動できることは確認した。configを検討する。
-- ToshinoriMaeno 2019-01-22 03:51:47