Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zeromq 2.0.7 fails to compile on Fedora13 #29

Closed
postmodern opened this issue Jun 6, 2010 · 2 comments
Closed

zeromq 2.0.7 fails to compile on Fedora13 #29

postmodern opened this issue Jun 6, 2010 · 2 comments

Comments

@postmodern
Copy link

Fedora13 provides an older version of libuuid (2.17.2) and uuid-devel (1.6.1), which zeromq has trouble compiling against.

  1. Fedora13 installs libuuid at /lib/libuuid.so.1 and does not create a libuuid.so symlink. This causes zeromq's ./configure script to fail.
  2. uuid-devel installs only one header file at /usr/include/uuid,h. ZeroMQ fails to compile since it requires uuid/uuid.h.
@lemenkov
Copy link

lemenkov commented Jun 6, 2010

In orded to build apps with libuuid, you need to install libuuid-devel - not a uuid-devel.

@postmodern
Copy link
Author

Ah, now it works. Thank you.

mrvn pushed a commit to mrvn/libzmq that referenced this issue Jul 2, 2015
Fix another degradation, CPU maxes out when POLLOUT is set
benjdero pushed a commit to benjdero/libzmq that referenced this issue Feb 20, 2023
Moved sequence number to header
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants