Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bramswenson  
View profile   Translate to Translated (View Original)
 More options Oct 9 2011, 2:57 pm
From: bramswenson <b...@craniumisajar.com>
Date: Sun, 9 Oct 2011 11:57:56 -0700 (PDT)
Local: Sun, Oct 9 2011 2:57 pm
Subject: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0
Hello all,

I am trying to install ruby-enterprise-1.8.7-2011.03 in Ubuntu 11.10
which now uses libssl1.0.0 for libssl-dev. It seems ree isn't happy
with this. I am using the latest version of ruby-build to install, but
also get the same error trying to install manually from source. I have
posted a gist with the log file from the install. I'm not really sure
whats happening here, but it seems to be related to ssl.

As Ubuntu 11.10 is in beta2, this may be an often reported issue very
soon. Please let me know how I can assist further. Here is the gist:

https://gist.github.com/1274015

Thanks,
Bram.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nachokb  
View profile  
 More options Oct 17 2011, 1:46 pm
From: nachokb <nach...@gmail.com>
Date: Mon, 17 Oct 2011 10:46:45 -0700 (PDT)
Local: Mon, Oct 17 2011 1:46 pm
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0

I second this. I was using rvm to install this, so this is what I had to do:

rvm remove ree
rvm install ree -C --with-zlib-dir=$rvm_path/usr
--with-openssl-dir=$rvm_path/usr

The first line is just in case (if you started this before and got an error,
then the installer does not run configure again -- and it fails again). I'm
not sure you need to user the zlib package either, but this is what worked
for me.

nachokb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bramswenson  
View profile  
 More options Nov 2 2011, 5:37 pm
From: bramswenson <b...@craniumisajar.com>
Date: Wed, 2 Nov 2011 14:37:27 -0700 (PDT)
Local: Wed, Nov 2 2011 5:37 pm
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0
Ok folks. This is a known issue in many other Rubies. Seems we can
lean on that experience here:

MRI Fixed - http://redmine.ruby-lang.org/issues/4556
Rubinius Fixed - https://github.com/rubinius/rubinius/commit/9c72fbaee6450855e65a32323...
Debian MRI before MRI Fixed - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620998

Am I a re-post? Has this been solved? Why U no respond?

On Oct 9, 11:57 am, bramswenson <b...@craniumisajar.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Uckun  
View profile  
 More options Nov 3 2011, 9:32 pm
From: Tim Uckun <tim.uc...@digitaldialogue.com.au>
Date: Thu, 3 Nov 2011 18:32:33 -0700 (PDT)
Local: Thurs, Nov 3 2011 9:32 pm
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0

> Am I a re-post? Has this been solved? Why U no respond?

I tried to build it today on ubuntu 11.10 and it's still not fixed.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nachokb  
View profile  
 More options Nov 4 2011, 3:13 pm
From: nachokb <nach...@gmail.com>
Date: Fri, 4 Nov 2011 12:13:37 -0700 (PDT)
Local: Fri, Nov 4 2011 3:13 pm
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0

yes, make sure you install the packages with rvm pkg and then

rvm remove ree
rvm install ree -C --with-zlib-dir=$rvm_path/usr
--with-openssl-dir=$rvm_path/usr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Uckun  
View profile  
 More options Nov 4 2011, 8:19 pm
From: Tim Uckun <tim.uc...@digitaldialogue.com.au>
Date: Sat, 5 Nov 2011 13:19:19 +1300
Local: Fri, Nov 4 2011 8:19 pm
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0

On Sat, Nov 5, 2011 at 8:13 AM, nachokb <nach...@gmail.com> wrote:
> yes, make sure you install the packages with rvm pkg and then
> rvm remove ree
> rvm install ree -C --with-zlib-dir=$rvm_path/usr
> --with-openssl-dir=$rvm_path/usr

What if you are not using RVM?  I tried some combinations but it didn't work.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christoffer Sawicki  
View profile  
 More options Nov 8 2011, 5:51 am
From: Christoffer Sawicki <christoffer.sawi...@gmail.com>
Date: Tue, 8 Nov 2011 02:51:39 -0800 (PST)
Local: Tues, Nov 8 2011 5:51 am
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0
This is an open issue on the bug tracker:

http://code.google.com/p/rubyenterpriseedition/issues/detail?id=81

Please star it!

On Oct 9, 7:57 pm, bramswenson <b...@craniumisajar.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NachoKB  
View profile  
 More options Nov 8 2011, 10:39 am
From: NachoKB <nach...@gmail.com>
Date: Tue, 8 Nov 2011 12:39:16 -0300
Local: Tues, Nov 8 2011 10:39 am
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0

On Fri, Nov 4, 2011 at 21:19, Tim Uckun <tim.uc...@digitaldialogue.com.au>wrote:

> What if you are not using RVM?  I tried some combinations but it didn't
> work.

why don't you start using it? it's easy enough, plus all that you would be
doing is doing manually what it does automatically...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Uckun  
View profile  
 More options Nov 8 2011, 3:26 pm
From: Tim Uckun <tim.uc...@digitaldialogue.com.au>
Date: Wed, 9 Nov 2011 09:26:06 +1300
Local: Tues, Nov 8 2011 3:26 pm
Subject: Re: ruby-enterprise-1.8.7-2011.03 - Ubuntu 11.10 - libssl1.0.0

>> What if you are not using RVM?  I tried some combinations but it didn't
>> work.

> why don't you start using it? it's easy enough, plus all that you would be
> doing is doing manually what it does automatically...

In my case I want to use puppet to install it on servers and don't
want to do it via rvm. I want a simple install into /usr/local

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »