noclue_
2010-Aug-25 21:39 UTC
[R] Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
I have found an existing image on Amazon EC2 including R. But unfortunately, it is 32-bit R on 32-bit Linux. Does anybody know if there exists an mage (R 64-bit on Linux 64-bit) on Amazon EC2? Or how can I install 64-bit R on my own Linux instance there? Thanks. -- View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2338938.html Sent from the R help mailing list archive at Nabble.com.
stephen sefick
2010-Aug-25 21:54 UTC
[R] Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
You have a 64 bit Linux? If so... Dowload the sources make sure you have all of the dependencies unpack tarball cd to de-compressed directory issue ./configure make sudo make install or maybe use your distros packages managment tool. Am I missing something? On Wed, Aug 25, 2010 at 4:39 PM, noclue_ <tim.liu at netzero.net> wrote:> > I have found an existing image on Amazon EC2 including R. But unfortunately, > it is 32-bit > R on 32-bit Linux. > > Does anybody know if there exists an mage (R 64-bit on Linux 64-bit) on > Amazon EC2? > > Or how can I install 64-bit R on my own Linux instance there? > > Thanks. > -- > View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2338938.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Stephen Sefick ____________________________________ | Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? | | Department of Biological Sciences? ? ? ? ?? | | 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | | Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? | | 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | |___________________________________| | sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? | | http://www.auburn.edu/~sas0025? ? ? ? ? ?? | |___________________________________| Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods.? We are mammals, and have not exhausted the annoying little problems of being mammals. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -K. Mullis "A big computer, a complex algorithm and a long time does not equal science." ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -Robert Gentleman
noclue_
2010-Aug-26 01:12 UTC
[R] Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
>> You have a 64 bit Linux? If so...>>Dowload the sourcesDo you mean download Linux kernel source code and then compile it on Amazon EC2? -- View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2339072.html Sent from the R help mailing list archive at Nabble.com.
Sarah Goslee
2010-Aug-26 08:05 UTC
[R] Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
It would presumably help you get a good answer if you explained what Amazon EC2 was, and what limitations are involved in that platform. You got a very good answer for standard 64-bit Linux, because that was the recognizable part of your query. To go beyond that we need more information. *Can* you install software from source? What version of linux is it running? Are repos for that version available? Etc. In other words, how do you install any software? Sarah On Wed, Aug 25, 2010 at 9:12 PM, noclue_ <tim.liu at netzero.net> wrote:> > >>> You have a 64 bit Linux? ?If so... > >>>Dowload the sources > > Do you mean download Linux kernel source code and then compile it on Amazon > EC2? > > > -- > View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2339072.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Sarah Goslee http://www.stringpage.com http://www.astronomicum.com http://www.functionaldiversity.org
Saeed Abu Nimeh
2010-Aug-26 19:45 UTC
[R] Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
No need to do that. They have some instances that run 64-bit ubuntu. If I remember correctly we had to install 64-bit R from the debian packages on the ubuntu instance. On Wed, Aug 25, 2010 at 6:12 PM, noclue_ <tim.liu at netzero.net> wrote:> > >>> You have a 64 bit Linux? ?If so... > >>>Dowload the sources > > Do you mean download Linux kernel source code and then compile it on Amazon > EC2? > > > -- > View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2339072.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
noclue_
2010-Aug-28 06:10 UTC
[R] Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
Thanks! But how could I find out their names on Amazon EC2? -- View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2357731.html Sent from the R help mailing list archive at Nabble.com.