<div dir="ltr"><div><div><div><div>Greetings...<br><br></div>I'm finding that I can't start syslog when it is built as a dependency of my <a href="http://erlang.mk">erlang.mk</a> project.  For example:<br><br><span style="font-family:monospace,monospace">$ erl -pa _rel/${MY_PROJECT}/lib/*/ebin<br>Erlang/OTP 18 [erts-7.0] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]<br><br>Eshell V7.0  (abort with ^G)<br>1> syslog:start().<br>{error,"could not load driver syslog_drv: \"cannot open shared object file: No such file or directory\""}<br></span><br><br></div>The root of the problem seems to be that <a href="http://erlang.mk">erlang.mk</a> compiled syslog_drv.c as "syslog.so" and syslog expects to load "syslog_drv.so".  I have confirmed that renaming the file solves the problem.<br><br></div>What do I do with that?<br><br></div>~BC<br><br></div>