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:
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.
> 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:
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.
> 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: