extconf.rb troubles

E

Electricmew

~/sqlite/ext # more extconf.rb
require 'mkmf'

dir_config( "sqlite" )
have_library( "sqlite" )
if have_header( "sqlite.h" ) and have_library( "sqlite", "sqlite_open" )
create_makefile( "_sqlite" )
end
------------------

Ok heres the deal, I am trying to install via rpa-base. I have come
across this problem before... the have_header is only searching
/usr/include, what is wrong here? I have manually modified it to
search in /usr/local/include though.

--David Ross
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top