<div dir="ltr">Yes, I tried with LD_LIBRARY_PATH and -rpath. Neither worked. This is on Linux. I also tried using the erl_ddll:format_error/1 and that said that one of the functions was undefined. The function is actually in a .so file in the same directory.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 15, 2015 at 3:36 AM, Boris Mühmer <span dir="ltr"><<a href="mailto:boris.muehmer@gmail.com" target="_blank">boris.muehmer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is Your work Linux based? If so, did You try to set LD_LIBRARY_PATH? But this is only needed, if Your shared library dependency is in an unusual location. There are other ways, to specify non-default shared library pathes as well, but LD_LIBRARY_PATH may be the fastest to test for non-default pathes.<div><br></div><div>For gcc you can specify -static when linking to force to use no dynamic libraries. Another approach would be to use "-Wl,-rpath=...".</div><div>Maybe You should have a look at</div><div><a href="http://stackoverflow.com/questions/8835108/specify-non-default-shared-library-path-in-gcc-linux" target="_blank">http://stackoverflow.com/questions/8835108/specify-non-default-shared-library-path-in-gcc-linux</a><br></div><div><br></div><div>Regards,</div><div>Boris</div><div><br></div></div>
</blockquote></div><br></div>