LT_INIT command not found auf Linux beheben
English
Deutsch
Problem:
Du führst ein configure-Skript auf Linux aus. Es beendet sich mit einer Meldung wie dieser:
configure_error_output.txt
./configure: line 3638: LT_INIT: command not foundLösung
Dir fehlt GNU libtool. Installiere es mit dem Paketmanager deiner Distribution, zum Beispiel auf Ubuntu mit
install_libtool.sh
sudo apt-get install libtoolLT_INIT in der Fehlermeldung bedeutet libtool init, aber leider scheinen autoconf & automake ein fehlendes libtool nicht in allen Fällen zu erkennen.
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