如何在 Alpine Linux 上安装 autom4te
问题:
尝试在 Alpine Linux 上构建应用程序时,你有时会看到类似这样的消息
how-to-install-autom4te-on-alpine-linux.txt
sh: autom4te: not found
aclocal: error: autom4te failed with exit status: 127但当你尝试 apk install autom4te 时,你看到找不到该包:
apk_fetch_error.txt
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
autom4te (no such package):
required by: world[autom4te]解决方案
autom4te 可从 autoconf 包获得。因此,要修复此问题,你可以运行
install_autoconf.sh
apk install autoconfCheck out similar posts by category:
Alpine Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow