Hi - <br><br>I downloaded posregex and compile on my machine per the suggestion of the thread <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>.   I'm able to make and sudo make install, but when I try to run it in erlang I encounter the following message:<br><br><span style="font-family: courier new,monospace;">2> {ok, RE} = posregex:compile(<<"abc.*def">>,[extended]).
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">sh: line 0: exec: RE_drv: not found</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">       (v)ersion (k)ill (D)b-tables (d)istribution
</span><br><br>And not sure how to proceed from here.  I tried both 1.0 & 1.0.1 with the same results.  <br><br>Any insights are appreciated, thanks.<br><br>yc<br><br>