search for: magick_configure_path

Displaying 4 results from an estimated 4 matches for "magick_configure_path".

2006 Mar 23
1
Using ImageMagick with Locomotive
Hi, I''m trying to use the routines on this page: <http://addictedtonew.com/archives/127/rotating-images-with-rmagick-and-ruby-on-rails/> to try and rotate some images. I tried using the script/console to do some testing, - I know ImageMagick is working, as I''m using the filecolumn plugin to resize images as they are loaded. When I try, using the console, to rotate an
2006 Jan 19
0
Rails with Apache - application failed to start
...nstall the latest Ruby Installer for Windows Install the latest Ruby For Apache In httpd.conf I have: FastCgiConfig -maxClassProcesses 1 -maxProcesses 1 -minProcesses 1 -processSlack 1 \ -initial-env PATH=e:/ruby/bin;d:/windows/system32;d:/windows \ -initial-env RUBYOPT=rubygems \ -initial-env MAGICK_CONFIGURE_PATH=e:/ruby/lib/ruby/gems/1.8/gems/RMagick-win32-1.7.0-mswin32/config When I browse http://127.0.0.1/ it shows ok, but when I click http://localhost/rails_info/properties or http/localhost/recipes/ I get: Application error Rails application failed to start properly. I have Windows XPSP2, Apache 2.0...
2005 Dec 30
0
XP Apache FastCGI ok if RAILS_ENV="", crash when RAILS_ENV="production"
...9;'production''. By default RAILS_ENV is null, and my env is like explained by Deme : FastCgiConfig -maxClassProcesses 1 -MaxProcesses 1 -minProcesses 1 -processSlack 1 \ -initial-env PATH="c:/ruby/bin;C:/oracle/ora817/bin;[snip] -initial-env RUBYOPT=rubygems \ -initial-env MAGICK_CONFIGURE_PATH=C:/ruby/lib/ruby/gems/1.8/gems/RMagick-win32-1.9.2-mswin32/config Also tried to add more process values. This setup works fine, Webrick works fine also in -e production By adding : \ -initial-env RAILS_ENV="production" Apache is going to moon by filling error log (cpu 100%) with messa...
2006 Aug 05
0
RMagick and FastCGI on Windows
.../dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2-on-windows) It says to try this: FastCgiConfig -maxClassProcesses 1 -maxProcesses 1 -minProcesses 1 -processSlack 1 -initial-env PATH="c:/ruby/bin;c:/windows/system32;c:/windows;" -initial-env RUBYOPT=rubygems \ -initial-env MAGICK_CONFIGURE_PATH="c:/ruby/lib/ruby/gems/1.8/gems/RMagick-win32-1.9.2-mswin32/lib;" No luck. Can anyone give me any ideas to try or help me troubleshoot? I''m not sure what to try next. Do I need to put RMagick.so someplace special? Do something else? I''ve tried everything I can think...