comeonin/priv/bcrypt_nif.so: cannot open shared object file: No such file
comeonin/priv/bcrypt_nif.so: cannot open shared object file: No such file
To take it a step further, I went into the c dependencies folder and attempted to compile the bcrypt_nif.c file myself however I then had the issue of a bcrypt_nif.h file being missing.
make priv/bcrypt_nif.socc -g -O3 -Wall -I/usr/lib/erlang/erts-6.3/include -Ic_src -fPIC -shared -o priv/bcrypt_nif.so c_src/bcrypt_nif.c c_src/bcrypt.c c_src/blowfish.c
c_src/bcrypt_nif.c:22:21: fatal error: erl_nif.h: No such file or directory
#include "erl_nif.h"
^
compilation terminated.
Makefile:23: recipe for target 'priv/bcrypt_nif.so' failed
make: *** [priv/bcrypt_nif.so] Error 1
Thanks Josh, this was the result:
make priv/bcrypt_nif.socc -g -O3 -Wall -I/usr/lib/erlang/erts-6.3/include -Ic_src -fPIC -shared -o priv/bcrypt_nif.so c_src/bcrypt_nif.c c_src/bcrypt.c c_src/blowfish.c
c_src/bcrypt_nif.c:22:21: fatal error: erl_nif.h: No such file or directory
#include "erl_nif.h"
^
compilation terminated.
Makefile:23: recipe for target 'priv/bcrypt_nif.so' failed
make: *** [priv/bcrypt_nif.so] Error 1
--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/25f8aadd-c6c1-4777-bdcf-efdeb323e61c%40googlegroups.com.