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'}} Give the full path name (without the .boot extension), e.g.: erl -boot /usr/lib/erlang/lib/myapp-0.0.0/priv/boot/myapp /Uffe