I tried setting up merb on a virtual ubuntu server. I got the same problem with SQLite 3 dependency, but since I installed it with
sudo apt-get install sqlite3 libsqlite3-dev I didn't have to specify the directory of sqlite3.h on my next try (i.e. just a plain 'sudo gem install merb'). sqlite3.h is located in / usr/include and I think that's the default. After successfully installing merb, I tried generating an app and I didn't get any errors regarding json dependency. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
