como corrigir o erro ./configure error configure: error

0
configure: error: Package requirements (libczmq > 2.0) were not met:

No package 'libczmq' 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 CZMQ_CFLAGS
and CZMQ_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Como posso corrigir isso eu instalei libzmq-dev que contém libczmq Eu estou em uma máquina com o Xubuntu 14.04 64-bit instalado

    
por tjmarch 13.11.2014 / 03:42

1 resposta

0

O libzmq-dev não contém lib c zmq. Observe o "c" extra.

O libczmq é uma biblioteca diferente que aparentemente não é empacotada para o Ubuntu. Sua página da web diz que para o Ubuntu:

Installing ZeroMQ and CZMQ from source code is recommended.

Mais abaixo na mesma página, você encontrará instruções sobre como fazer isso.

    
por sмurf 13.11.2014 / 07:22