On Tue, 9 Dec 2008 16:05:30 -0800
"Tony Mann" <[EMAIL PROTECTED]> wrote:

> I just ran into this problem today on FreeBSD. I ended up editing the
> ext/extconf.rb file, changing the line:
> 
>   dir_config("sqlite3")
> 
> to
> 
>   dir_config("sqlite3", "usr/local")
> 
> Then it compiles successfully. But I am sure there must be a better fix. I
> have not submitted this as a bug because I am still not sure if there is
> something about my FreeBSD conf that is the real issue. For example, webrat
> has the exact same issue.
> 
> ..tony..
> 

gem install do_sqlite3 -- --with-sqlite3-dir=/usr/local

Regards,
Jon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to