LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiling virt-viewer - No package â??gmodule-export-2.0â?? found (https://www.linuxquestions.org/questions/linux-software-2/compiling-virt-viewer-no-package-%E2-gmodule-export-2-0%E2-found-933889/)

Nick_C 03-11-2012 09:45 AM

Compiling virt-viewer - No package ‘gmodule-export-2.0’ found
 
I am trying to compile virt-viewer-0.4.2 on CentOS6, virt-manager and virtinst have both compiled and installed ok.

Quote:

Configure: error: Package requirements (gmodule-export-2.0 >= 2.12.0) were not met:
No package ‘gmodule-export-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 GMODULE2_CFLAGS and GMODULE”_LIBS to avoid the need to call pkg-config
See the pkg-config man page for more details

This error message doesn't mean a lot to me, I cannot find any gmodule-export-2.0 package available to install.

knudfl 03-11-2012 11:30 AM

Quote:

No package ‘gmodule-export-2.0’ found
Means : No /usr/lib(64)/pkgconfig/gmodule-export-2.0.pc

It's a pkg-config "package configuration file" ( .pc ).

Provided by glib2-devel : # yum install glib2-devel

.

Nick_C 03-12-2012 08:04 AM

Quote:

Originally Posted by knudfl (Post 4624084)
Means : No /usr/lib(64)/pkgconfig/gmodule-export-2.0.pc

It's a pkg-config "package configuration file" ( .pc ).

Provided by glib2-devel : # yum install glib2-devel

.

Thanks


All times are GMT -5. The time now is 07:31 AM.