0
votes
1answer
71 views

Ruby on Rails query to MySQL doesn't always return newly-added information

I've taken over a Red Hat Enterprise Linux 5 system running Ruby (v1.8.5) on Rails (v2.3.5) with Passenger (v2.2.9), Thinking Sphinx (v1.3.14) and MySQL (v5.0.77-log). I know they're all out of date, ...
0
votes
1answer
190 views

libpq.so.5: cannot open shared object file: No such file or directory - /gds/apps/ruby-1.9.2-p180/lib/ruby/gems/1.9.1/gems/pg-0.14.1/lib/pg_ext.so

I am trying to run a script (ruby script) on a linux server. I get the below error: I am not sure what the issue is but it looks a like shared library issue. Linux experts, can you please enlighten ...
0
votes
1answer
121 views

Build 32bits ruby using rvm in RHEL 6(x86_64 arch)

Hope someone can shed a light on this issue for me. I am building ruby 32bit in RHEL 6 x86_64 using rvm. Followed this guide(ignored Mac related stuffs), I ran rvm_archflags="-arch i386" ...
0
votes
1answer
314 views

Thin + EventMachine fails to start

While loading a Thin webserver for a sinatra app I keep getting Unable to load the EventMachine C extension; To use the pure-ruby reactor, require ...
0
votes
1answer
141 views

Passenger Disappeared from Webserver

I have a web server running a ruby on rails application and passenger with the following specs Red Hat Enterprise Linux Server release 5.4 (Tikanga) Server version: Apache/2.2.3 Server built: May ...
1
vote
1answer
173 views

Most current redhat-supported ruby version for RHEL 5.3? [closed]

So I'm trying to get some leg work out of the way for our shop's SA in order to request an upgrade to our currently installed ruby on several Redhat Enterprise Linux production servers. There are ...
0
votes
0answers
92 views

Compilation vim with ruby on redhat (Tikanga)

I have problem with compilation vim with ruby on Red Hat 5.7 (Tikanga). I compiled ruby and python manually. In console it work fine. When I compile vim with ruby: ./configure --prefix=$HOME/local ...
0
votes
1answer
563 views

Cannot install ruby version on redhat

I have the following problem and whatever I try, nothing helps. I hope someone could help me with this. I have a redhat server and I'm trying to install redmine on it. Redmine needs Ruby >= 1.8.7 to ...
2
votes
1answer
336 views

Rake spec fails with no error message

I have a Rails app that runs on Phusion+Apache in the following environment: RHEL 5 x64 Ruby 1.9.2 p290 x64 Rails 3.0.4 Rake 0.9.2.2 I'm using and Oracle 11g database so I've also ...
1
vote
3answers
2k views

Errors installing RVM

I'm trying to install rvm on redhat 5.5 and I'm getting this error: [mc@owl-ci ~]$ bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) % Total % Received % Xferd ...
0
votes
1answer
240 views

Ruby search path different on two boxes with same build of ruby?

We have two servers with the same home-brewed RPM of ruby installed. One one server, the search path is different, and it fails the following snippet. #!/usr/bin/env ruby require 'openssl' require ...
1
vote
6answers
929 views

Is it OK to use Ruby 1.8.5?

I'm setting up a new RedHat Enterprise Linux 5 system to host Ruby apps running under Apache with Phusion Passenger. I've updated all the local packages on the system. Here is what RedHat is giving me ...
12
votes
5answers
13k views

Ruby on Rails: no such file to load — openssl on RedHat Linux Enterprise

I am trying to do 'rake db:migrate' and getting the error message 'no such file to load -- openssl'. Both 'openssl' and 'openssl-devel' packages are installed. Others on Debian or Ubuntu seem to be ...