Internet DJ Console configure failure

Sean Bruno sean.bruno at dsl-only.net
Thu Jul 10 02:03:36 UTC 2008


> Package gobject-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gobject-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'gobject-2.0', required by 'PyGObject', not 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 PYGTK_CFLAGS
> and PYGTK_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> 
> 

Apparently, what I _SHOULD_ have done is read this error message.

I solved my own problem by creating a PKG_CONFIG_PATH ENV variable and
then setting it to the location /usr/lib/pkgconfig/ as that is where
`gobject-2.0.pc' acutally lives.

In the event anyone else tries to install Internet DJ Console on x86_64
architecture, you'll need to
modify /usr/local/lib/python2.5/site-packages/idjc/idjc_config.py to
point to /usr/local/lib not /usr/local/lib64

Sean




More information about the users mailing list