Issue: do_sqlite3.bundle not installed in gem when installed to a
custom location.

Here is my console output from a MacBook running Snow Leopard:
>>>>>>>>>>
joshaven: ~$ mkdir scrap
joshaven: ~$ cd scrap
joshaven: ~/scrap$ gem install do_sqlite3 -i gems
Building native extensions.  This could take a while...
Successfully installed addressable-2.1.2
Successfully installed data_objects-0.10.1
Successfully installed do_sqlite3-0.10.1.1
3 gems installed
joshaven: ~/scrap$ ls gems/gems/do_sqlite3-0.10.1.1/lib/do_sqlite3
transaction.rb  version.rb
<<<<<<<<<<

As you can see there are two files in lib/do_sqlite3/. It is missing
do_sqlite3.bundle which is require on line 22 of lib/do_sqlite3.rb
This file is installed when I don't specify the install location.  It
doesn't seem to matter if I have root privileges at the time of the
install or not.

I don't have the experience with C extensions required to figure this
out...

I am installing using the gemcutter gem source

This gem installs properly if I don't specify the location to install
the gem to.

If I install the gem to the default location and then copy the missing
file to the custom location then the gem in the custom location works.

Sincerely,
Joshaven Potter < yourtech at gmail dot com >

-- 
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.

Reply via email to