Yep, looks like you probably don't have RMagick or ImageMagick installed
correctly.

On Thu, Oct 8, 2009 at 10:13 AM, FUSA <[email protected]> wrote:

>
> I tried the install again. See the output below. This seems to be
> related to rmagick not installing on my local system. Does this make
> sense? I have attached the output. I will be trying to get rmagick
> installed correctly on my system and running this again.
>
> 70-10-154-131:Sites user$ rails _2.3.2_ ceSVN -m
> http://www.communityengine.org/install_template.rb
>      create
>      create  app/controllers
>      create  app/helpers
>      create  app/models
>      create  app/views/layouts
>      create  config/environments
>      create  config/initializers
>      create  config/locales
>      create  db
>      create  doc
>      create  lib
>      create  lib/tasks
>      create  log
>      create  public/images
>      create  public/javascripts
>      create  public/stylesheets
>      create  script/performance
>      create  test/fixtures
>      create  test/functional
>      create  test/integration
>      create  test/performance
>      create  test/unit
>      create  vendor
>      create  vendor/plugins
>      create  tmp/sessions
>      create  tmp/sockets
>      create  tmp/cache
>      create  tmp/pids
>      create  Rakefile
>      create  README
>      create  app/controllers/application_controller.rb
>      create  app/helpers/application_helper.rb
>      create  config/database.yml
>      create  config/routes.rb
>      create  config/locales/en.yml
>      create  config/initializers/backtrace_silencers.rb
>      create  config/initializers/inflections.rb
>      create  config/initializers/mime_types.rb
>      create  config/initializers/new_rails_defaults.rb
>      create  config/initializers/session_store.rb
>      create  config/environment.rb
>      create  config/boot.rb
>      create  config/environments/production.rb
>      create  config/environments/development.rb
>      create  config/environments/test.rb
>      create  script/about
>      create  script/console
>      create  script/dbconsole
>      create  script/destroy
>      create  script/generate
>      create  script/runner
>      create  script/server
>      create  script/plugin
>      create  script/performance/benchmarker
>      create  script/performance/profiler
>      create  test/test_helper.rb
>      create  test/performance/browsing_test.rb
>      create  public/404.html
>      create  public/422.html
>      create  public/500.html
>      create  public/index.html
>      create  public/favicon.ico
>      create  public/robots.txt
>      create  public/images/rails.png
>      create  public/javascripts/prototype.js
>      create  public/javascripts/effects.js
>      create  public/javascripts/dragdrop.js
>      create  public/javascripts/controls.js
>      create  public/javascripts/application.js
>      create  doc/README_FOR_APP
>      create  log/server.log
>      create  log/production.log
>      create  log/development.log
>      create  log/test.log
>    applying  template: http://www.communityengine.org/install_template.rb
>              Please enter the application's name:
> svn
>   executing  rm public/index.html from /Users/user/Sites/ceSVN
>   executing  rm public/favicon.ico from /Users/user/Sites/ceSVN
>     running  git init
>     running  git add .
>   executing  touch tmp/.gitignore log/.gitignore vendor/.gitignore
> from /Users/user/Sites/ceSVN
>   executing  find . -type d -empty | grep -v "vendor" | grep -v
> ".git" | grep -v "tmp" | xargs -I xxx touch xxx/.gitignore from /Users/
> user/Sites/ceSVN
>        file  .gitignore
>         gem  desert
>         gem  rmagick
>         gem  hpricot
>         gem  htmlentities
>         gem  haml
>         gem  aws-s3
>         gem  calendar_date_select
>         gem  icalendar
>        rake  gems:install
> Password:
> ERROR:  Error installing rmagick:
>        ERROR: Failed to build gem native extension.
>
> /usr/local/bin/ruby extconf.rb install rmagick
> checking for Ruby version >= 1.8.5... yes
> checking for gcc... yes
> checking for Magick-config... no
> Can't install RMagick 2.12.1. Can't find Magick-config in /opt/local/
> bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/
> local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/
> local/bin:/usr/X11/bin
>
> *** 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/local/bin/ruby
>
>
> Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/
> rmagick-2.12.1 for inspection.
> Results logged to /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.12.1/ext/
> RMagick/gem_make.out
>      plugin  community_engine
>     running  git submodule init
>     running  git submodule update
>       route  map.routes_from_plugin :community_engine
>  [CE SETUP] Modifying your environment.rb and environments files to
> work with CE
>
>  [CE SETUP] Modifying environment files ...
>
>              Please enter the url where you plan to deploy this app
> (use 'example.com' for now if you don't know yet):
> example.com
>        file  config/application.yml
>   executing  script/generate plugin_migration from /Users/user/Sites/
> ceSVN
> Missing these required gems:
>  rmagick
>
> You're running:
>  ruby 1.8.7.72 at /usr/local/bin/ruby
>  rubygems 1.3.1 at /Users/user/.gem/ruby/1.8, /usr/local/lib/ruby/
> gems/1.8
>
> Run `rake gems:install` to install the missing gems.
>        rake  db:migrate
> Missing these required gems:
>  rmagick
>
> You're running:
>  ruby 1.8.7.72 at /usr/local/bin/ruby
>  rubygems 1.3.1 at /Users/user/.gem/ruby/1.8, /usr/local/lib/ruby/
> gems/1.8
>
> Run `rake gems:install` to install the missing gems.
>   capifying
>     running  git add .
>     running  git commit -a -m 'Initial commit'
> SUCCESS!
> Next, you should probably run `rake test` and `rake
> community_engine:test` and make sure all tests pass.
>     applied  http://www.communityengine.org/install_template.rb
>
>
>
> >
>

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

Reply via email to