Como resolver o erro GLIB antigo ao instalar o “pygobject” usando o jhbuild

3

Estou tentando instalar pygobject usando jhbuild . E estou recebendo este erro:

configure: error: Package requirements (glib-2.0 >= 2.48.0) were not met:
Requested 'glib-2.0 >= 2.48.0' but version of GLib is 2.38.2

Portanto, instalei glib-2.0 do link usando

./configure
make
make install

Depois de instalar esta biblioteca, tentei novamente e obtive o mesmo erro.

Por isso, verifico esta questão Como resolver o erro GLIB antigo . E tentei definir duas variáveis como esta

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

E do que tentou novamente, mas sem sorte: (

Estou usando o Ubuntu 14.04 LTS.

    
por Sameer 13.04.2016 / 14:46

0 respostas