[erlang-bugs] R12B-3 crypto driver doesn't build on OpenBSD

Matthew Dempsky matthew@REDACTED
Fri Apr 25 01:11:27 CEST 2008


Trying to build R12B-3 on OpenBSD (4.2-stable or a somewhat dated
4.3-beta snapshot) dies trying to compile crypto_drv.c.

gmake[4]: Entering directory `/home/matthew/src/otp_src_R12B-3/lib/crypto/c_src'
/usr/bin/install -c -d ../priv/obj/x86_64-unknown-openbsd4.3
gcc -c -o ../priv/obj/x86_64-unknown-openbsd4.3/crypto_drv.o -g -O2
-I/home/matthew/src/otp_src_R12B-3/erts/x86_64-unknown-openbsd4.3
-fPIC  -I/home/matthew/src/otp_src_R12B-3/erts/emulator/beam
-I/home/matthew/src/otp_src_R12B-3/erts/emulator/sys/unix crypto_drv.c
crypto_drv.c:36:4: #error No thread support by openssl
gmake[4]: *** [../priv/obj/x86_64-unknown-openbsd4.3/crypto_drv.o] Error 1
gmake[4]: Leaving directory `/home/matthew/src/otp_src_R12B-3/lib/crypto/c_src'
gmake[3]: *** [opt] Error 2
gmake[3]: Leaving directory `/home/matthew/src/otp_src_R12B-3/lib/crypto/c_src'
gmake[2]: *** [opt] Error 2
gmake[2]: Leaving directory `/home/matthew/src/otp_src_R12B-3/lib/crypto'
gmake[1]: *** [opt] Error 2
gmake[1]: Leaving directory `/home/matthew/src/otp_src_R12B-3/lib'
gmake: *** [libs] Error 2



More information about the erlang-bugs mailing list