A Z wrote:
> /usr/bin/ruby extconf.rb install sqlite3-ruby
> checking for fdatasync() in -lrt... no
> checking for sqlite3.h... no
>
> make
> make: *** No rule to make target `ruby.h', needed by `sqlite3_api_wrap.o'.
> Stop.
>
Looks like you are missing the development headers for ruby. These are
often in a separate package from your linux distribution, often called
something like ruby-dev or something along those lines.
Fred
>
> Gem files will remain installed in
> /home/whatsup3/.gem/ruby/1.8/gems/sqlite3-ruby-1.2.4 for inspection.
> Results logged to
> /home/whatsup3/.gem/ruby/1.8/gems/sqlite3-ruby-1.2.4/ext/sqlite3_api/gem_make.out
> ]
>
> What should I do?
> The OS is :Fedora Core 7
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---