Assuming "referencia a `crypto_box_open' sin definir" means "undefined reference to crypto_box_open" it looks like you are not linking with libsodium.
On Fri, Jul 24, 2015 at 3:35 PM, Victor <[email protected]> wrote: > Hello, i'm trying to build an app that uses zeromq as dependency (ntopng), > however when is trying to build a part of zeromq it always fails, it is > using 4.0.5, i have tried replacing it with the latest version 4.1.2 too and > i still get the exact same error, i'm not sure what's wrong, here's a small > paste, building outside that project generates the same error. > > A small paste https://bpaste.net/show/490e0b203524 > > Any idea about what's wrong? > > clang version 3.6.1 (tags/RELEASE_361/final) > Target: x86_64-pc-linux-gnu > Thread model: posix > Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2 > > > > Thanks > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > -- Kapp Arnaud - Xaqq _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
