D
Dan Munk
Hello,
Sorry for the repetitive post, but I've scoured all of the Mac Ruby
pages and still haven't found a solution to my issue. Up to date
version of Tiger. I have 1.8.4 installed.
ruby -v yields:
ruby 1.8.4 (2005-12-24) [powerpc-darwin8.4.0]
I have gem installed. gem -v gives me:
0.8.11
gem env outputs:
Rubygems Environment:
- VERSION: 0.8.11 (0.8.11)
- INSTALLATION DIRECTORY: /opt/local/lib/ruby/gems/1.8
- GEM PATH:
- /opt/local/lib/ruby/gems/1.8
- REMOTE SOURCES:
- http://gems.rubyforge.org
gem list outputs:
actionmailer (1.1.5)
Service layer for easy email delivery and testing.
actionpack (1.11.2)
Web-flow and rendering framework putting the VC in MVC.
actionwebservice (1.0.0)
Web service support for Action Pack.
activerecord (1.13.2)
Implements the ActiveRecord pattern for ORM.
activesupport (1.2.5)
Support and utility classes used by the Rails framework.
rails (1.0.0)
Web-application framework with template engine, control-flow layer,
and ORM.
rake (0.7.0)
Ruby based make-like utility.
sources (0.0.1)
This package provides download sources for remote gem installation
sqlite3-ruby (1.1.0)
SQLite3/Ruby is a module to allow Ruby scripts to interface with a
SQLite3 database.
When I execute:
irb(main):001:0> require 'sqlite3'
I get the following:
LoadError: no such file to load -- sqlite3
from (irb):1:in `require'
from (irb):1
I installed swig using DarwinPorts. Any direction would be greatly
appreciated.
Thanks,
Dan
Sorry for the repetitive post, but I've scoured all of the Mac Ruby
pages and still haven't found a solution to my issue. Up to date
version of Tiger. I have 1.8.4 installed.
ruby -v yields:
ruby 1.8.4 (2005-12-24) [powerpc-darwin8.4.0]
I have gem installed. gem -v gives me:
0.8.11
gem env outputs:
Rubygems Environment:
- VERSION: 0.8.11 (0.8.11)
- INSTALLATION DIRECTORY: /opt/local/lib/ruby/gems/1.8
- GEM PATH:
- /opt/local/lib/ruby/gems/1.8
- REMOTE SOURCES:
- http://gems.rubyforge.org
gem list outputs:
actionmailer (1.1.5)
Service layer for easy email delivery and testing.
actionpack (1.11.2)
Web-flow and rendering framework putting the VC in MVC.
actionwebservice (1.0.0)
Web service support for Action Pack.
activerecord (1.13.2)
Implements the ActiveRecord pattern for ORM.
activesupport (1.2.5)
Support and utility classes used by the Rails framework.
rails (1.0.0)
Web-application framework with template engine, control-flow layer,
and ORM.
rake (0.7.0)
Ruby based make-like utility.
sources (0.0.1)
This package provides download sources for remote gem installation
sqlite3-ruby (1.1.0)
SQLite3/Ruby is a module to allow Ruby scripts to interface with a
SQLite3 database.
When I execute:
irb(main):001:0> require 'sqlite3'
I get the following:
LoadError: no such file to load -- sqlite3
from (irb):1:in `require'
from (irb):1
I installed swig using DarwinPorts. Any direction would be greatly
appreciated.
Thanks,
Dan