[erlang-questions] trouble getting application to load

Jed McCaleb jed@REDACTED
Sat Dec 20 07:31:11 CET 2008


So I installed erlang from EPEL on a centos machine. I can't seem to get
odbc to work on it though. I get:
12> application:start(odbc).
{error,{"no such file or directory","odbc.app"}}

but
# locate odbc.app
/usr/lib/erlang/lib/odbc-2.10.2/ebin/odbc.app

and other applications load fine
1> application:load(mnesia).
ok
2> application:load(xmerl).
ok

I don't understand how application:load works. How does it know where to
look for these .app files?
Thanks for any help,
Jed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081220/0ae27817/attachment.htm>


More information about the erlang-questions mailing list