Hi - <br><br>Thanks for the suggestion, I can load crypto without issues.<br><br>Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [hipe] [kernel-poll:false]<br><br>Eshell V5.5.5  (abort with ^G)<br>1> crypto:start().
<br>ok<br>2> crypto:rand_bytes(16).<br><<117,32,104,64,51,200,141,119,39,189,60,97,57,38,83,207>><br><br>And posregex shows up in the path when I look @ code:get_path(), and code:priv_dir(posregex) does point to the right location as well.  Are there other ways of verifying whether my build is broken?  I'm using fc6 and 
gcc-4.1.1-51.<br><br>Thanks,<br>yc<br><br><div><span class="gmail_quote">On 10/5/07, <b class="gmail_sendername">Anders Nygren</b> <<a href="mailto:anders.nygren@gmail.com">anders.nygren@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 10/5/07, YC <<a href="mailto:yinso.chen@gmail.com">yinso.chen@gmail.com</a>> wrote:
<br>> Hi -<br>><br>> I downloaded posregex and compile on my machine per the suggestion of the<br>> thread<br>> <a href="http://www.erlang.org/pipermail/erlang-questions/2007-September/029492.html">http://www.erlang.org/pipermail/erlang-questions/2007-September/029492.html
</a><br>> .   I'm able to make and sudo make install, but when I try to run it in<br>> erlang I encounter the following message:<br>><br>> 2> {ok, RE} = posregex:compile(<<"abc.*def">>,[extended]).
<br>> sh: line 0: exec: RE_drv: not found<br>><br>>  BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded<br>>        (v)ersion (k)ill (D)b-tables (d)istribution<br>><br>> And not sure how to proceed from here.  I tried both 
1.0 & 1.0.1 with the<br>> same results.<br>><br>> Any insights are appreciated, thanks.<br>><br>> yc<br>><br><br>I think Your Erlang system is broken. I recently had a similar problem, and<br>it was solved by recompiling erlang with a different gcc version.
<br>The problem is that with the bad compiler version erlang is not able to<br>load any drivers.<br><br>If You try<br>crypto:start()<br>and it also fails, it is probably the same problem as I had.<br><br>/Anders<br></blockquote>
</div><br>