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