search for: ruby_src

Displaying 2 results from an estimated 2 matches for "ruby_src".

2011 Mar 03
4
Problems with Sqlite3 and apt-get
I am new to Ruby, and have a problem to install Sqlite3. After searching the previous posts, I found a solution, first to do : sudo apt-get install libsqlite3-0 libsqlite3-dev However, I am on an AWS Ec2 instance which don''t have apt-get, only with yum. Would anyone please tell me how to install apt-get, or how to use yum to install libsqlite3-dev ? Really appreciate ! Scott -- You
2013 Feb 11
27
Certificate verify fails without indications
...nothing works) a. wget ftp://ftp.pbone.net/mirror/ftp.wesmo.com/pub/redhat/i386/openssl-devel-0.9.7-1.i386.rpm b. rpm –i openssl-devel-0.9.7-1.i386.rpm (Note: 0.9.7 is the most updated version of openssl library that can be installed on red hat 4) Install openssl support for ruby a. cd /${ruby_src}/ext/openssl b. ruby extconf.rb c. make d. make install a. Gem install puppet - puppet.conf is the same on working and non-working agent I’m afraid this problem is related to openssl… rpm -qa | grep openssl: On Centos (master and working nodes) openssl-devel-1.0.0-25.el6_3.1.i686 ope...