On Tue, Sep 21, 2010 at 2:06 PM, elizat8 <[email protected]> wrote: > I installed Aptana Radrails 2.0.5, Ruby 1.86, the binary version of > ruby-oci8, and dm-core. When I attempt to run a Ruby script with some > simple DataMapper queries I get the following: > > C:/ruby/lib/ruby/gems/1.8/gems/ruby-oci8-2.0.4-x86-mingw32/lib/ > oci8lib_18.so: OCI.DLL: 126(The specified module could not be > found. ) (LoadError) > > [...] > What am I missing in the DataMapper installation? >
It seems OCI.dll, that cames from Oracle is not in the PATH. Locate that library and copy it over Ruby\bin directory or add the directory that contains it to the PATH. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
