Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2260 > unrolled thread

Query for Ruby and mechanize gem on AIX 5.3

Started by"Vivek J." <jain.vivek86@gmail.com>
First post2011-04-04 07:01 -0500
Last post2011-04-05 01:27 -0500
Articles 4 — 3 participants

Back to article view | Back to comp.lang.ruby


Contents

  Query for Ruby and mechanize gem on AIX 5.3 "Vivek J." <jain.vivek86@gmail.com> - 2011-04-04 07:01 -0500
    Re: Query for Ruby and mechanize gem on AIX 5.3 Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-04-04 07:27 -0500
      Re: Query for Ruby and mechanize gem on AIX 5.3 Matt Lawrence <matt@technoronin.com> - 2011-04-04 11:54 -0500
    Re: Query for Ruby and mechanize gem on AIX 5.3 "Vivek J." <jain.vivek86@gmail.com> - 2011-04-05 01:27 -0500

#2260 — Query for Ruby and mechanize gem on AIX 5.3

From"Vivek J." <jain.vivek86@gmail.com>
Date2011-04-04 07:01 -0500
SubjectQuery for Ruby and mechanize gem on AIX 5.3
Message-ID<d5f52e9c08ed7414237b23708ecb073e@ruby-forum.com>
Hello

I have AIX 5.3 machine and  want to install Ruby and mechanize gem.

I tried googling , however I am not able to find installable packages
and guide for same.

Please point me to relevant link.

Thank you.

Appreciate your quick response.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [next] | [standalone]


#2263

FromPhillip Gawlowski <cmdjackryan@googlemail.com>
Date2011-04-04 07:27 -0500
Message-ID<BANLkTi=4MRneGgiVR9aFSZzSGRzGOLX9sw@mail.gmail.com>
In reply to#2260
On Mon, Apr 4, 2011 at 2:01 PM, Vivek J. <jain.vivek86@gmail.com> wrote:
> Hello
>
> I have AIX 5.3 machine and  want to install Ruby and mechanize gem.
>
> I tried googling , however I am not able to find installable packages
> and guide for same.
>
> Please point me to relevant link.

"Installing from the source code is a great solution for when you are
comfortable enough with your platform and perhaps need specific
settings for your environment. It’s also a good solution in the event
that there are no other premade packages for your platform."

http://www.ruby-lang.org/en/downloads/

-- 
Phillip Gawlowski

Though the folk I have met,
(Ah, how soon!) they forget
When I've moved on to some other place,
There may be one or two,
When I've played and passed through,
Who'll remember my song or my face.

[toc] | [prev] | [next] | [standalone]


#2272

FromMatt Lawrence <matt@technoronin.com>
Date2011-04-04 11:54 -0500
Message-ID<alpine.LRH.2.02.1104041152330.18265@oberon.technoronin.com>
In reply to#2263
On Mon, 4 Apr 2011, Phillip Gawlowski wrote:

> On Mon, Apr 4, 2011 at 2:01 PM, Vivek J. <jain.vivek86@gmail.com> wrote:
>> Hello
>>
>> I have AIX 5.3 machine and  want to install Ruby and mechanize gem.
>>
>> I tried googling , however I am not able to find installable packages
>> and guide for same.
>>
>> Please point me to relevant link.
>
> "Installing from the source code is a great solution for when you are
> comfortable enough with your platform and perhaps need specific
> settings for your environment. It’s also a good solution in the event
> that there are no other premade packages for your platform."

Installing from source code on AIX is often painful, I have pretty much 
given up.  Now I hope to convince my coworkers to go to jRuby.

-- Matt
It's not what I know that counts.
It's what I can remember in time to use.

[toc] | [prev] | [next] | [standalone]


#2300

From"Vivek J." <jain.vivek86@gmail.com>
Date2011-04-05 01:27 -0500
Message-ID<0ccb2c42a89360d02455cb04a6b0b313@ruby-forum.com>
In reply to#2260
Thank you Phillip Gawlowski for help.

Now I have AIX 5.3 machine and  want to install Ruby and mechanize gem.

I have downloaded ruby-1.9.2-p180.tar.gz and

Trying to run this :


 cd ruby-1.9.2-p180
bash-3.2# ./configure
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking target system type... powerpc-ibm-aix5.3.0.0
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/test/ruby-1.9.2-p180':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

----------

My AIX box says

bash-3.2# lslpp -L all | grep xl
  xlC.aix50.rte             10.1.0.2    C     F    XL C/C++ Runtime for
AIX 5.3
  xlC.cpp                    9.0.0.0    C     F    C for AIX
Preprocessor
  xlC.rte                   10.1.0.2    C     F    XL C/C++ Runtime


Which C Compiler I need to download ?

What we the next steps to install Ruby and mechanize gem.

Thank you.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web