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..
On Tue, Dec 9, 2008 at 3:18 PM, sonicpond <[EMAIL PROTECTED]> wrote:
>
> On Dec 9, 5:34 pm, "Michael D'Auria" <[EMAIL PROTECTED]> wrote:
> > You must be missing the sqlite3 library files. On a Ubuntu system, i
> would
> > do a
> >
> > % sudo apt-get install libsqlite3-dev
> >
> > This would install the requirement for me. I am not sure what you would
> > need on a FreeBSD however.
> >
> > Michael
>
> thanks michael:
>
> it's still confusing to me, becuase sqlite3.h *does* exist at /usr/
> local/include/sqlite3 and the fact that merb will start up and connect
> to sqlite3 using sequel but not datamapper is very baffling. i'm
> dubious that one orm requires development libraries and the other does
> not.
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---