mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

libzmq fails while building Sync server on Debian Wheezy #21

Closed roughnecks closed 10 years ago

roughnecks commented 10 years ago

I am running Debian Wheezy 7.5 and i got the following issue while building Sync server 1.5 on it.

http://paste.debian.net/hidden/32b3bd85/

rfk commented 10 years ago

This looks like a bug in the zmq build process itself, according to [1] it should be linking with "-lrt" but doesn't appear to be. We may be using an outdated version though, will check.

[1] http://stackoverflow.com/questions/9010833/undefined-reference-to-a-function-in-another-library

rfk commented 10 years ago

Actually, I should just rip the zmq dependency out of here, it's really not used for anything at the moment.

roughnecks commented 10 years ago

Indeed, my sync server seems to be working just fine.

rfk commented 10 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1004246

rfk commented 10 years ago

and it's done; no more zmq dependency, closing this out. thanks for the report!