<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; font-size: medium;"><span
class="Apple-style-span" style="font-family: 'Trebuchet
MS','Lucida Grande',Verdana,Arial,sans-serif; font-size: 13px;
line-height: 16px; text-align: left;">Since upgrading to R14B01,
I have been unable to successfully load the crypto drv.<span
class="Apple-converted-space"> </span><br style="margin: 0px;">
<br style="margin: 0px;">
I get the following error on use:<span
class="Apple-converted-space"> </span><br style="margin: 0px;">
<br style="margin: 0px;">
The on_load function for module crypto returned {error,<span
class="Apple-converted-space"> </span><br style="margin: 0px;">
{load_failed,<span class="Apple-converted-space"> </span><br
style="margin: 0px;">
"Failed to load NIF library:
'/opt/bcs/packages/erlang-R14/lib/erlang/lib/crypto-2.0.2/priv/lib/crypto.so:
undefined symbol: enif_inspect_iolist_as_binary'"}}<span
class="Apple-converted-space"> </span><br style="margin: 0px;">
<br style="margin: 0px;">
Any ideas as to what the culprit may be here?<span
class="Apple-converted-space"> </span><br style="margin: 0px;">
<br style="margin: 0px;">
Thanks,<span class="Apple-converted-space"> </span><br
style="margin: 0px;">
<br style="margin: 0px;">
----<span class="Apple-converted-space"> </span><br
style="margin: 0px;">
<br style="margin: 0px;">
Build bits of interest below.<span class="Apple-converted-space"> </span><br
style="margin: 0px;">
<br style="margin: 0px;">
----<span class="Apple-converted-space"> </span><br
style="margin: 0px;">
<br style="margin: 0px;">
/opt/bcs/bin/gcc -c -o
../priv/obj/x86_64-unknown-linux-gnu/crypto.o -Wall
-Wstrict-prototypes -Wmissing-prototypes
-Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE
-D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -g
-O -fPIC -fno-strict-aliasing
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/x86_64-unknown-linux-gnu
-fno-tree-copyrename -I/opt/bcs/include -D_GNU_SOURCE -fPIC
-I/opt/bcs/packages/openssl/include
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/emulator/beam
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/include
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/include/x86_64-unknown-linux-gnu
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/include/internal
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/include/internal/x86_64-unknown-linux-gnu
-I/opt/src/RPM/BUILD/otp_src_R14B01/erts/emulator/sys/unix
crypto.c<span class="Apple-converted-space"> </span><br
style="margin: 0px;">
<br style="margin: 0px;">
/opt/bcs/bin/install -c -d ../priv/lib/x86_64-unknown-linux-gnu<span
class="Apple-converted-space"> </span><br style="margin: 0px;">
<br style="margin: 0px;">
/opt/bcs/bin/gcc -Xlinker -rpath -Xlinker /opt/bcs/lib -Xlinker
-L/opt/bcs/lib -Xlinker -rpath -Xlinker /opt/bcs/lib64 -Xlinker
-L/opt/bcs/lib64 -shared -Wl,-Bsymbolic -o
../priv/lib/x86_64-unknown-linux-gnu/crypto.so
../priv/obj/x86_64-unknown-linux-gnu/crypto.o
-Wl,-R/opt/bcs/packages/openssl/lib -Wl,-R/opt/bcs/lib64
-L/opt/bcs/packages/openssl/lib -lcrypto<span class="edited"
style="margin: 0px; font-style: italic;"></span></span></span>
</body>
</html>