Thank you for your reply, Ben.

The command
# yum whatprovides */sqlite3.h
says that the file is provded by the RPM package "sqlite3-devel" -- is
this installed on your system so the Gem can be built against it? The
file that exists in your file-system may be a placeholder or something
provided by another package.

What sqlite* packages have you installed? ( yum list sqlite* )

$ yum list sqlite*

gave me:

Loaded plugins: presto, refresh-packagekit
Installed Packages
sqlite.i686                                                  3.6.20-1.fc12      
                                     @updates
sqlite-devel.i686                                            3.6.20-1.fc12      
                                     @updates
sqlite-doc.i686                                              3.6.20-1.fc12      
                                     @updates
Available Packages
sqlite-tcl.i686 3.6.20-1.fc12 updates sqlite2.i686 2.8.17-5.fc12 fedora sqlite2-devel.i686 2.8.17-5.fc12 fedora sqlite2-tcl.i686 2.8.17-5.fc12 fedora sqliteman.i686 1.2.1-2.fc12 fedora
I'm sorry I have to say that I don't understand "Is this installed
on your system so the Gem can be built against it?".
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Do you mean I have to install sqlite3-devel before gem installation?
Speaking of the installation order, I installed sqlite3-devel after
gem was installed.

Thank you,
Nao

--
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to