So installieren Sie gio-unix-2.28.0


9

Bei der Installation der Anwendung (libvirt-sandbox-0.1.2) wurde folgende Meldung angezeigt:

configure: error: Package requirements (gio-unix-2.0 >= 2.28.0) were not met:

No package 'gio-unix-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GIO_UNIX_CFLAGS
and GIO_UNIX_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Wie installiere ich diese Bibliotheken?

Antworten:


15

Wenn ich mich nicht irre, ist GIO ein Teil von glib. Da Sie anscheinend Software abhängig von in kompilieren möchten, sollten Sie libglib2.0-dev installieren

sudo apt-get install libglib2.0-dev
Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.