2017-04-24 25 views
0

Ubuntu 16.04にLuci Webインターフェースをインストールしたい。私はgitクローンでLuciを単独でインストールしようとしました。ubuntu 16.04でLuciをインストールするとエラーが発生しますか?

rm -f host/luci 
ln -s ./usr/lib/lua/luci host/luci 
rm -rf /tmp/luci-* || true 
build/hostenv.sh /home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host /usr/lib/lua /usr/lib/lua "/home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/bin/uci-defaults --exclude luci-freifunk-*" 
/home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/bin/../etc/uci-defaults/luci-upnp: line 3: /etc/init.d/miniupnpd: No such file or directory 
/home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/bin/../etc/uci-defaults/luci-minidlna: line 3: /etc/init.d/minidlna: No such file or directory 
cp /home/NEWUSER/Desktop/openwrt/build/uci/build/luci/build/luci.cgi /home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/www/cgi-bin/luci 
build/hostenv.sh /home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host /usr/lib/lua /usr/lib/lua "/home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/usr/sbin/uhttpd -p 8080 -h /home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/www -f" 
build/hostenv.sh: 8: build/hostenv.sh: /home/NEWUSER/Desktop/openwrt/build/uci/build/luci/host/usr/sbin/uhttpd: not found 
Makefile:64: recipe for target 'runuhttpd' failed 
make: *** [runuhttpd] Error 127 

このエラー上の任意の提案:しかし

sudo make runuhttpd 

でメイクファイルを実行した後、私はいくつかのエラーを取得していますか?ありがとう

答えて

0

Openwrtのパッケージには、x86プラットフォームでパッケージを実行するために、すべての依存関係でコンパイルする必要があります。 この場合、共有ログから、Luciがuhttd(Luci用のデフォルトWebサーバー)を起動しようとしていることが明らかであるため、エラーは存在しません。 3行目:は/ etc/initの私もなど、この

ホーム/エンジニア/レポ/ chetan_luci /ルーシー/ホスト/ binに/..//UCI-デフォルト/ルーシー・minidlnaと同じ問題に直面しています

1

.d/minidlna:そのようなファイルやディレクトリはありません。

/home/engineer/repo/chetan_luci/luci/host/bin/../etc/uci-defaults/luci-upnp:3行目:/ etc/init。 D/miniupnpd:そのようなファイルやディレクトリ C /ルーシー/ホストの/ usr/sbinに/ uhttpd:見つからない のMakefile:64:*** [runuhttpd]エラー127

+0

:ターゲットのrunuhttpd」のレシピが メイクに失敗しましたどんなこともできるubuntuのnsステップluci環境16.04 – Shiva

+0

http://jim-st.blogspot.in/2015_02_01_archive.htmlから完全なVmware設定を取得しました。私はこれがあなたに完全なVmwareを与えると思う。 – user2986042

関連する問題