So I installed erlang from EPEL on a centos machine. I can't seem to get odbc to work on it though. I get:<br>12> application:start(odbc).<br>{error,{"no such file or directory","odbc.app"}}<br><br>
but <br># locate odbc.app<br>/usr/lib/erlang/lib/odbc-2.10.2/ebin/odbc.app<br><br>and other applications load fine<br>1> application:load(mnesia).<br>ok<br>2> application:load(xmerl).<br>ok<br><br>I don't understand how application:load works. How does it know where to look for these .app files?<br>
Thanks for any help,<br>Jed.<br><br><br>