[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

minor problem with 1.9 compile

Tom Cloyd

5/13/2009 4:24:00 AM

I'm following instructions "Install Alongside Ruby 1.8.x- -Upgrading to
Ruby 1.9.1" at
http://ruby.about.com/od/newinruby191/ss/inst...

I'm sitting in the dir where I've unpacked the source, and I'm now
trying to run the configuration script. But...it appears to be an
unknown entity - to wit:

$ sudo ./configure --program-suffix=19
sudo: ./configure: command not found

I don't know what to do at this point. Suggestions?

t.

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


3 Answers

Tom Cloyd

5/13/2009 4:30:00 AM

0

Tom Cloyd wrote:
> I'm following instructions "Install Alongside Ruby 1.8.x- -Upgrading
> to Ruby 1.9.1" at
> http://ruby.about.com/od/newinruby191/ss/inst...
>
> I'm sitting in the dir where I've unpacked the source, and I'm now
> trying to run the configuration script. But...it appears to be an
> unknown entity - to wit:
>
> $ sudo ./configure --program-suffix=19
> sudo: ./configure: command not found
>
> I don't know what to do at this point. Suggestions?
>
> t.
>
A file called "configure" is definitely in the directory, and it has
script in it.

t.

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Denis Defreyne

5/13/2009 6:06:00 AM

0

On 13 May 2009, at 06:23, Tom Cloyd wrote:

> I'm following instructions "Install Alongside Ruby 1.8.x- -Upgrading
> to Ruby 1.9.1" at
> http://ruby.about.com/od/newinruby191/ss/inst...
>
> I'm sitting in the dir where I've unpacked the source, and I'm now
> trying to run the configuration script. But...it appears to be an
> unknown entity - to wit:
>
> $ sudo ./configure --program-suffix=19
> sudo: ./configure: command not found
>
> I don't know what to do at this point. Suggestions?

Hi,

Are you sure you're in the right directory?
Is 'configure' executable?
Can you try without sudo (which isn't necessary for configure to run
anyway)?

Regards,

Denis

--
Denis Defreyne
denis.defreyne@stoneship.org


Tom Cloyd

5/13/2009 6:43:00 AM

0

Denis Defreyne wrote:
> On 13 May 2009, at 06:23, Tom Cloyd wrote:
>
>> I'm following instructions "Install Alongside Ruby 1.8.x- -Upgrading
>> to Ruby 1.9.1" at
>> http://ruby.about.com/od/newinruby191/ss/inst...
>>
>> I'm sitting in the dir where I've unpacked the source, and I'm now
>> trying to run the configuration script. But...it appears to be an
>> unknown entity - to wit:
>>
>> $ sudo ./configure --program-suffix=19
>> sudo: ./configure: command not found
>>
>> I don't know what to do at this point. Suggestions?
>
> Hi,
>
> Are you sure you're in the right directory?
> Is 'configure' executable?
I figured out that THAT was the issued, got it working fine, and just
now saw your email. I'm evidently still afflicted by Windows brain
death. Or maybe...well, we won't go there.

Thanks for your help. I'm flying now.

t.
> Can you try without sudo (which isn't necessary for configure to run
> anyway)?
>
> Regards,
>
> Denis
>


--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~