Following the installation procedure, when running the autogen and configure steps, configure responds with the following error:
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxml2... yes
checking for protobuf... yes
checking for libzmq... no
configure: error: Package requirements (libzmq) were not met:
No package 'libzmq' found
However, libzmq is installed in /usr/local/lib and this is in the current PATH.
Remedy was to update the PKG_CONFIG_PATH to include /usr/local/lib/pkgconfig
Following the installation procedure, when running the autogen and configure steps, configure responds with the following error:
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxml2... yes
checking for protobuf... yes
checking for libzmq... no
configure: error: Package requirements (libzmq) were not met:
No package 'libzmq' found
However, libzmq is installed in /usr/local/lib and this is in the current PATH.
Remedy was to update the PKG_CONFIG_PATH to include /usr/local/lib/pkgconfig