zeromq4-1 icon indicating copy to clipboard operation
zeromq4-1 copied to clipboard

--with-libsodium=no does nothing as of aefc5d1

Open alexforster opened this issue 10 years ago • 5 comments

I am no longer able to compile libsodium using --with-libsodium=no on the master branch.

root@debian:~/deps/zmq# ./configure --with-libsodium=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
...
...
checking whether time.h and sys/time.h may both be included... yes
checking for uint32_t... yes
checking for working volatile... yes
./configure: line 19268: syntax error near unexpected token `sodium,'
./configure: line 19268: `    PKG_CHECK_MODULES(sodium, libsodium, have_sodium_library="yes")'

alexforster avatar Oct 09 '15 14:10 alexforster

@AlexForster I am having this Issue how did you end up fixing this?

jeremypagley avatar Nov 02 '15 16:11 jeremypagley

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 . But again i am getting the same error. Can you please help to solve the problem.

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, Dharmaraja.k

dharmajaya avatar Dec 18 '15 01:12 dharmajaya

shouldn't the switch be --without-libsodium? i just tested that it works on mingw, but i can't test ubuntu.

CommanderBubble avatar Feb 06 '16 14:02 CommanderBubble

Confirmed still broken in zeromq4-1 configure.ac.

hintjens avatar Feb 24 '16 13:02 hintjens

worked for me on mingw and ubuntu 14.04 using --without-libsodium, thanks @CommanderBubble

jzee avatar May 24 '16 09:05 jzee