Mint 19 - Plugin Pidgin IM Purple - Erro ao configurar: Nenhum pacote 'json-glib-1.0' encontrado

1

Sistema: Linux Mint 19 Cinnamon 64-bit, baseado no Ubuntu 18.04.

Pidgin: criado a partir do código-fonte, versão 2.13.0.

Purple Facebook: gostaria de compilá-lo a partir do código-fonte, versão 0.9.5.

Mas estou perdendo o erro do pacote que não consigo localizar.

$ ./configure

...

checking for json-glib-1.0 >= 0.14.0... no
configure: error: Package requirements (json-glib-1.0 >= 0.14.0) were not met:

No package 'json-glib-1.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 JSON_CFLAGS
and JSON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Ao pesquisar pelo pacote, recebo o mesmo resultado:

$ apt-cache policy json-glib-1.0

libjson-glib-1.0-0:
  Installed: 1.4.2-3
  Candidate: 1.4.2-3
  Version table:
 *** 1.4.2-3 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        100 /var/lib/dpkg/status

libjson-glib-1.0-common:
  Installed: 1.4.2-3
  Candidate: 1.4.2-3
  Version table:
 *** 1.4.2-3 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages
        100 /var/lib/dpkg/status
    
por Vlastimil 23.09.2018 / 08:47

1 resposta

0

Eu tinha um único pacote de desenvolvimento ausente:

sudo apt-get install libjson-glib-dev
    
por 23.09.2018 / 08:53