Problem on installing rubyworks on centos5

hi all,

I have met a problem on installing rubyworks on centos5. I have
checked the install steps from here:
http://rubyworks.rubyforge.org/installation/centos.html

when running the command: sudo yum install rubyworks, i got the
following errors:


→ Running transaction check
→ Processing Dependency: libreadline.so.4 for package: ruby-libs
→ Processing Dependency: libssl.so.4 for package: ruby-libs
→ Processing Dependency: libcrypto.so.4 for package: monit
→ Processing Dependency: libcrypto.so.4 for package: ruby-libs
→ Processing Dependency: libssl.so.4 for package: monit
→ Processing Dependency: libdb-4.2.so for package: ruby-libs
→ Restarting Dependency Resolution with new changes.
→ Populating transaction set with selected packages. Please wait.
—> Package compat-db.i386 0:4.2.52-5.1 set to be updated
→ Running transaction check
→ Processing Dependency: libcrypto.so.4 for package: ruby-libs
→ Processing Dependency: libssl.so.4 for package: monit
→ Processing Dependency: libreadline.so.4 for package: ruby-libs
→ Processing Dependency: libcrypto.so.4 for package: monit
→ Processing Dependency: libssl.so.4 for package: ruby-libs
→ Finished Dependency Resolution
Error: Missing Dependency: libcrypto.so.4 is needed by package monit
Error: Missing Dependency: libssl.so.4 is needed by package monit
Error: Missing Dependency: libreadline.so.4 is needed by package ruby-
libs
Error: Missing Dependency: libssl.so.4 is needed by package ruby-libs
Error: Missing Dependency: libcrypto.so.4 is needed by package ruby-
libs

As in centos, the version of these packages is higher, which are
libssl.so.6, libcrypto.so.6 and libreadline.so.5.

Anyone knows how to solve this problem?

On Sep 13, 9:59 am, CraX Sun [email protected] wrote:

I have met a problem on installing rubyworks on centos5. I have
checked the install steps from here:http://rubyworks.rubyforge.org/installation/centos.html

I found the build of the ruby packages on some versions of CentOS to
be broken - seem to be missing support for ssl.

After trying various approaches, the only one that worked was to
remove them all and build ruby from source :slight_smile:

On Sep 13, 10:40 am, CraX Sun [email protected] wrote:

This is always a solution:)

Thanks, i will install them by hand~

Just make sure you have all the -dev packages for ssl and anything
else you need before you configure and build ruby.

This is always a solution:)

Thanks, i will install them by hand~

  • crax