Ubuntu: ./configure-Fehler 'lua not found' beheben
English
Deutsch
Problem:
Wenn man beim Builden einer Software ./configure ausführt, erscheint eine Fehlermeldung wie
configure_error.txt
checking for lua >= 5.1... no
configure: error: lua not foundLösung
Eine aktuelle Lua-Version inklusive Entwicklungsdateien installieren. Zuerst versuchen:
install_liblua.sh
sudo apt -y install liblua5.4-devWenn dieses Paket nicht gefunden wird, versuchen
install_liblua_5_3.sh
sudo apt -y install liblua5.3-devund weiter mit liblua5.2-dev, liblua5.1-dev oder liblua5.0-dev. Welche Version funktioniert, hängt von der Ubuntu-Version ab.
Check out similar posts by category:
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