インストールしようとしています安定した最新のpsensorバージョン(psensor-1.0.4) Ubuntu 12.04のソースから。実行後、またはコマンドを実行したり、コマンド./configure
を実行したりしません。make
make install
checkinstall
psensor
$ psensor
The program 'psensor' is currently not installed. You can install it by typing:
sudo apt-get install psensor
その後、私のコードが正常にコンパイルされたかどうかを知りたいです。ここにいる./configure
標準出力に出力、make
標準出力に出力と出力make install
。./configure
stderrの出力は次のとおりです。
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
./configure
json-c
最初は、./configureが言うように欠落しているパッケージをインストールしていませんでしたが、なぜインストールが可能make
でmake install
エラーが発生しないのですか?