From: Kamal Fariz Date: 2006-10-07T09:31:57+09:00 Subject: Re: AIX 5.2 Ruby binaries or installation package Karl Voit wrote: > * Daya Sharma wrote: >> Hi All >> >> I need help. I work for a company where I have to convince my superiors >> to use Ruby, the deployment machine available is AIX 5.2. I have read >> success stories of compiling Ruby 1.8.4 on AIX 5.2/5.3 . > > That might not solve your problem but I compiled Ruby 1.8.4 yesterday > on an AIX 5.2 (./configure && make) and then the local administrator > was able to install it using "make install". I did just this a few days ago on one of our dev boxes at work based on this HOWTO[1]. I did not have admin rights, so I created an opt directory in my home dir and included a --prefix=/home/kamal/opt on the ./configure script command line. I did try to compile 1.8.5 but I had some compilation problems. The version I installed is 1.8.4. kamal [1] http://homepage.mac.com/cjgibbons/rubyonaixhowto/t1.html -- Posted via http://www.ruby-forum.com/.