[erlang-questions] Cant't start odbc from .app file

wenew zhang wenewboy@REDACTED
Sun May 11 00:38:11 CEST 2008


authserver.app
{application, authserver,
 [
  {description, "Authory TCP server"},
  {vsn, "1.0"},
  {id, "authserver"},
  {modules,      [authserver]},
  {registered,   [authserver]},
  {applications, [kernel, stdlib, odbc]},
  %%
  %% mod: Specify the module name to start the application, plus args
  %%
  {mod, {auth_sup, []}},
  {env, []}
 ]
}.
i try put odbc in modules,registered ,it doesn't  work too,
my os is:Ubuntu 8.04

Best Regards

Wenew Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080511/19d41461/attachment.htm>


More information about the erlang-questions mailing list