Installing the .boot file.
Gunilla Arendt
gunilla@REDACTED
Mon Jan 23 09:21:47 CET 2006
Snip from erl(4):
"Unless File contains an absolute path, the system searches for
File.boot in the current and $ROOT/bin directories."
/ Gunilla
Pupeno wrote:
> where can I install my .boot file to be found ?
>
> $ erl -boot myapp
> {"init terminating in do_boot",{'cannot get bootfile','myapp.boot'}}
>
> I tried
> /usr/lib/erlang/release
> /usr/lib/erlang/releases/R10B
> /usr/lib/erlang/releases/0.0.0 (0.0.0 is the version of myapp).
> Myapp is installed on /usr/lib/erlang/lib/myapp-0.0.0/ and I can load it
> successfully, I can even run it by:
> application:start(myapp).
>
> Thank you.
More information about the erlang-questions
mailing list