ソースからパッケージを正常にインストールしましたか?

ソースからパッケージを正常にインストールしましたか?

インストールしようとしています安定した最新のpsensorバージョン(psensor-1.0.4) Ubuntu 12.04のソースから。実行後、またはコマンドを実行したり、コマンド./configureを実行したりしません。makemake installcheckinstallpsensor

$ psensor
The program 'psensor' is currently not installed.  You can install it by typing:
sudo apt-get install psensor

その後、私のコードが正常にコンパイルされたかどうかを知りたいです。ここにいる./configure標準出力に出力make標準出力に出力出力make install./configurestderrの出力は次のとおりです。

configure: WARNING: "gtk missing psensor will not be built"
configure: WARNING: "gconf2 missing psensor will not be built"
configure: WARNING: "Library atasmart not present"
configure: WARNING: "Desktop notification disabled"
configure: WARNING: AppIndicator 3-0.1 not present"
configure: WARNING: AppIndicator 0.2.9 not present"
configure: WARNING: "AppIndicator > 0.2.9 not present"
configure: WARNING: "Remote monitoring disabled
configure: WARNING: "json-c missing"
configure: WARNING: "json0 missing"
configure: WARNING: Unity not present
configure: WARNING: "libmicrohttpd not present
configure: WARNING: "gtop not present

Unity しかし、私のUbuntu 12.04が更新されましたが、なぜ同様のものが存在しないのかわかりません。


私が走ったらcheck install出力locate psensor | grep -i usrシステムディレクトリに作成またはコピーされた実行可能ファイルがないようです。

私が走ったらmake install出力sudo find psensor /|grep psensor 試して削除した他の以前のUbuntuバージョンのpsensorに残っているファイルを表示します。


不足していると報告されたパッケージをインストールした後、./configureリストは次のように減少します。

configure: WARNING: "Desktop notification disabled"
configure: WARNING: "Remote monitoring disabled
configure: WARNING: "json-c missing"

http://launchpad.net/ubuntu/precise/+source/json-cインストールしjson-cたようですが、まだ欠落していると思います。libjson0-dev./configurejson-c

最初は、./configureが言うように欠落しているパッケージをインストールしていませんでしたが、なぜインストールが可能makemake installエラーが発生しないのですか?

ベストアンサー1

おすすめ記事