<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Thanx for the all replies. Apparently I had a wrong understanding of Erlang. In the process of creating the release file and upgrading the existing modules while the system is running, I discovered that Erlang in not Python or Perl. <br><br>My understanding of Erlang was that whatever I installed as a default erlang release is like a perl or python interpreter. But I came to know that what I installed itself is a release of Erlang. I can pick & choose the applications I want in the final release and create a release of my own distribution like doing a Linux distribution with only the required components.<br><br>In my case I need only kernel, stdlib, inets, ibrowse, compiler and my own applications for the final release. <br><br>I am posting this just in case if members here are not aware of
 it.<br><br>Cheers,<br>-- baliga<br><div> </div>"The quality of programmers is a decreasing function of the density of GOTO statements in the programs they produce." - Edsger W. Dijkstra<br><br><span><a target="_blank" href="http://dudefrommangalore.blogspot.com/">http://dudefrommangalore.blogspot.com/</a></span><br><div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Yogish Baliga <yogishb@yahoo.com><br><b><span style="font-weight: bold;">To:</span></b> Erlang Questions <erlang-questions@erlang.org><br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, April 2, 2009 1:14:43 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Error while installing new release<br></font><br>
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt; color: rgb(68, 34, 0);">Hello all,<br><br>  I have done all the steps required to release an application. release_handler:unpack_release("2") worked fine. It create lib/erlang/releases/2 directory and files within it. 3 files are create in the directory.<br>start.boot, relup and myapp-2.rel<br><br>While installing the release (release_handler:install_release("2")), I am getting the error<br><br>{error,{enoent,"/usr/local/lib/erlang/releases/R12B/relup"}}<br><br>Any clue on how to solve this?<br><br>Thanx,<br>-- baliga<br><div> </div>"The quality of programmers is a decreasing function of the density of GOTO statements in the programs they produce." - Edsger W. Dijkstra<br><br><span><span><a target="_blank" href="http://dudefrommangalore.blogspot.com/">http://dudefrommangalore.blogspot.com/</a></span></span><br><div><br></div></div></div></div></div></body></html>