I'm trying to install merb on a fresh isntall of debian etch.
I installed merb from rubygems by first installing rubygems via the
instructions at
http://wiki.merbivore.com/howto/installation/gems
Then when I did installl merb suing gem install merb, I got the
following message:
Building native extensions. This could take a while...
Building native extensions. This could take a while...
ERROR: Error installing merb:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb install merb
checking for sqlite3.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.8
--with-sqlite3-dir
--without-sqlite3-dir
--with-sqlite3-include
--without-sqlite3-include=${sqlite3-dir}/include
--with-sqlite3-lib
--without-sqlite3-lib=${sqlite3-dir}/lib
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/
do_sqlite3-0.9.6 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/
gem_make.out
Updating class cache with 1845 classes...
I didn't know what to do so I tried creating a test app following the
isntructions at
http://wiki.merbivore.com/howto/gettingstarted/firstapp
merb-gen app my-app worked perfectly, but then when I tried
merb-gen resource article title:string I got the following message
Loading init file from /home/max/my-app/config/init.rb
Loading /home/max/my-app/config/environments/development.rb
~
~ FATAL: The gem dm-aggregates (= 0.9.6, runtime), [] was not found
~
~
~ FATAL: The file dm-aggregates was not found
~
I decided to come here before doing gem install dm-aggregates, because
the last time I tried to install merb I got into this dependency hell
where I ran merb, installed a new gem as dictated to me by an error
message, and then repeated that process half a dozen times more times,
until I was asked to install something I couldn't.
This is something like my third or fourth attempt to install merb. I'm
starting to think I should wait until 1.0.
Any help would be appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---