search for: techie1

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

Did you mean: techies
2009 Sep 18
6
should I chmod gem writable directories?
I am new to Solaris and new to Ruby. When I install some gem file using gem install, I get this warning. I''d like to make these gems available globally: bash-3.00$ gem install thor WARNING: Installing to ~/.gem since /opt/coolstack/lib/ruby/gems/1.8 and /opt/coolstack/bin aren''t both writable. /opt/coolstack/lib/ruby/site_ruby/1.8/rubygems/installer.rb:149: warning:
2009 Sep 16
12
Connecting to Oracle (Solaris Sparc 10)
My company''s System-admin installed Ruby and Gems (using Sun Coolstack package) and I have sudo access to ruby, gem etc. Now I need to get my app to talk to oracle db (through network). From what I understand, it requires three steps: Step 1: Install oracle instant client ( I installed it in my ~/oracle/ instantclient_11_1) Step2: Install OCI8 libraries (this is where I am stuck). Here is