Closed syberkitten closed 7 years ago
Hi, looks like you don't have a crypto module in your erlang, it could be checked in a following way:
$ erl
Erlang/OTP 18 [erts-7.3.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Eshell V7.3.1 (abort with ^G)
1> crypto:rand_bytes(2).
<<"×"/utf8>>
2>
installation depend on how you got erlang, most probably, you need to install additional packages with your package manager like yum install erlang-crypto
or build your sources with --with-ssl
closing by timeout, please feel free to reopen or create any additional issues
I'm unable to run the mqtt tests by vmq_bench, here is a sample script:
(On MacOSX El-Capitan) the result: