-
Notifications
You must be signed in to change notification settings - Fork 136
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
--with-libsodium=no does nothing as of aefc5d1 #66
Comments
@alexforster I am having this Issue how did you end up fixing this? |
Hi @alexforster am using ubuntu 14.10 and centos 7. I am trying to setup the zeromq on both systems. i had downloaded from git hub zeromq and extract to local. if i ran the command ./configure finally i get the error as ./configure: line 19863: syntax error near unexpected token `sodium,' I had setup with libsodium in /usr/local/src/libsodium-1.7.0 . I want to bind with java and i need to test with publisher / subscriber zeromq test. if you know any docs step by step please help to solve that . Thanks and Regards, |
shouldn't the switch be --without-libsodium? i just tested that it works on mingw, but i can't test ubuntu. |
Confirmed still broken in zeromq4-1 configure.ac. |
worked for me on mingw and ubuntu 14.04 using --without-libsodium, thanks @CommanderBubble |
I am no longer able to compile libsodium using --with-libsodium=no on the master branch.
The text was updated successfully, but these errors were encountered: