zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.45k stars 2.34k forks source link

How to compile the libzmq library with ipv6 protocol in openEuler? #4690

Closed wangxuheng closed 1 month ago

wangxuheng commented 1 month ago

Please use this template for reporting suspected bugs or requests for help.

Issue description

How to compile the libzmq library with ipv6 protocol in openEuler?

Environment

Minimal test code / Steps to reproduce the issue

  1. tar -xzvf zeromq-4.3.5.tar.gz
  2. ./autogen.sh
  3. ./configure --prefix=/usr/local/zmq --enable-drafts --enable-ipv6 4.make 5.make install

What's the actual result? (include assertion message & call stack if applicable)

After running ./configure --prefix=/usr/local/zmq --enable-drafts --enable-ipv6 The configure: WARNING: unrecognized options: --enable-ipv6 message is displayed image

What's the expected result?

Compile ipv6-enabled libzmq library successfully

bluca commented 1 month ago

There is no build option, it's just there