[zeromq-dev] Installing libzmq

Check Peck comptechgeeky at gmail.com
Fri Jan 30 18:09:46 CET 2015


I am trying to install libzmq and I was doing it like this -

    git clone git://github.com/zeromq/libzmq.git
    cd libzmq
    ./autogen.sh
    ./configure && make check
    sudo make install
    sudo ldconfig
    cd .

When I am trying to run "./autogen.sh", this is what I got as an error. Is
there anything wrong I am doing?

    david at machineX:~/libzmq$ ./autogen.sh
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal -I config --force -I config
    autoreconf: configure.ac: tracing
    autoreconf: running: libtoolize --install --copy --force
    libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
    libtoolize: copying file `config/config.guess'
    libtoolize: copying file `config/config.sub'
    libtoolize: copying file `config/install-sh'
    libtoolize: copying file `config/ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'.
    libtoolize: copying file `config/libtool.m4'
    libtoolize: copying file `config/ltoptions.m4'
    libtoolize: copying file `config/ltsugar.m4'
    libtoolize: copying file `config/ltversion.m4'
    libtoolize: copying file `config/lt~obsolete.m4'
    autoreconf: running: /usr/bin/autoconf --include=config --force
    configure.ac:51: error: missing some pkg-config macros (pkg-config
package)
          If this token and others are legitimate, please use
m4_pattern_allow.
          See the Autoconf documentation.
    configure.ac:405: error: missing some pkg-config macros (pkg-config
package)
    autoreconf: /usr/bin/autoconf failed with exit status: 1
    autogen.sh: error: autoreconf exited with status 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150130/578d91a5/attachment.htm>


More information about the zeromq-dev mailing list