Raspberry-Pi
Automake - 安裝版本 automake-1.14.1 的問題
我在 Rapbian (2014-09-09-wheezy-raspbian) 發行版上安裝 automake 1.14.1 時遇到問題。我寫了
sh ./configure
,然後我寫了,make
然後終端給我寫了:$ make CDPATH="${ZSH_VERSION+.}:" && cd . && "/home/pi/LIBRARY/automake-1.14./twrap/aclocal-1.14" Can't locate /home/pi/LIBRARY/automake-1.14.1/bin/aclocal in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5usr /share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/piLIBRARY/automake-1.14.1/t/wrap/aclocal-1.14 line 29.Makefile:2493: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 2
我不知道這是什麼意思。你能幫我下一步做什麼嗎?
我發現了問題所在。我曾經
filezilla
以未打包的形式傳輸automake
到 Raspberry Pi(在 Raspbian 上執行)。當我automake.tar
通過 fillezila 運輸包裝,然後在 RPi 上解壓並安裝這個時,我沒有問題。但是非常感謝您的所有回答和幫助我的努力。
在這個
aclocal
錯誤之後我輸入autogen.sh
了它給了我**Error**: You must have `libtool' installed. You can get it from: ftp://ftp.gnu.org/pub/gnu/
錯誤。我安裝
libtool
並輸入autogen.sh make
並
make
工作。