Debian 9で初めてnetplan.ioをビルドしようとしましたが、次のエラーが発生しました。何をインストールする必要があるのか教えてもらえますか?
Package yaml-0.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing
`yaml-0.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'yaml-0.1' found
Package uuid was not found in the pkg-config search path.
Perhaps you should add the directory containing
`uuid.pc'
to the PKG_CONFIG_PATH environment variable
No package 'uuid' found
/ usrの下のpkgconfigディレクトリには、これらの.pcファイルは含まれていません。そして、PCファイルは、より広範な検索で表示されません。
教えてください。何をインストールする必要がありますか?
これ:
src/generate.c:24:18: fatal error: glib.h: No such file or directory
#include <glib.h>
ただし、usr/lib/x86_64-linux-gnu/pkgconfig/ ディレクトリには glib-2.0.pc があります。設定エラーがありますか?
ありがとう
ベストアンサー1
服用後
https://github.com/CanonicalLtd/netplan.git
インストールが必要です:
libyaml-dev
libc6-dev
libglib2.0-dev
pandoc
uuid-dev
@dsstorefileと@user996142に感謝します。
netplanを実行するには、次のものが必要です。
pip3 install pyyaml
Debian 10 の場合、以下も必要です。
pip3 install netifaces