similar to: halp! howto config env.rb to look for rmagick gem?

Displaying 20 results from an estimated 8000 matches similar to: "halp! howto config env.rb to look for rmagick gem?"

2006 Nov 30
0
Are shared libraries being loaded in some other context?
I have come across an oddity and wanted to ask if anyone else has looked into this. 1) I have a locally installed gem: RMagick. 2) It loads and works just fine from script/console when I have LD_LIBRARY_PATH and GEM_PATH set in the shell. However, in the live environment it just does not want to play nicely. I have both LD_LIBRARY_PATH and GEM_PATH set in environment.rb and echo those values
2005 Dec 18
2
EdgeRails with other Gems like RMagick
I am using EdgeRails, and have some of the plugin''s using gems such as Rmagick which are included through a command similar to "require_gems ''rmagick''". Curious how to handle such attempts at inclusion when I am no longer bound to the system gems and am using the code strictly within vendor/rails and such. Is there a way to point require_gems to another
2010 May 06
0
how to find installed gem is rmagick 2 or rmagick 1?
Dear Friends, I need to install rmagick2. when i give gem install rmagick, rmagick 2.13.1 is installed. But how do i find whether its rmagick 1 or rmagick 2? Is is the series starts with rmagick 2.... belongs to rmagick 2 & series starts with rmagick 1.... belongs to rmagick 1? Thanks in advance Regards, Jose Martin -- Posted via http://www.ruby-forum.com/. -- You received this
2014 Aug 27
0
Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /home/anil/.rvm/rubies/ruby-2.0.0-p481/bin/ruby extconf.rb checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... no Can't install RMagick 2.13.2. Can't find Magick-config in
2006 Jun 30
3
gem Rmagick install problem on Linux
I get the following error when I try to install Rmagic (via gem) on Linux. Do I need to install anyting before installing rmagic? This worked seamlessly on windows. What the best way to install it on Linux. I am on RedHat ES 3. /thanks -thila Attempting local installation of ''rmagick'' Local gem file not found: rmagick*.gem Attempting remote installation of
2007 Sep 03
1
Problem installing RMagick gem
Hi, I have problems installing problem installing the RMagick gem. My environment: - winXP - instantrails 1.4 - installed ImageMagick-6.3.0-7-Q8-windows-dll.exe I have problems installing the gem: cmd I''m running: gem install rmagick --local --debug Error: Exception `Errno::ENOENT'' at F:/InstantRails/ruby/lib/ruby/site_ruby/ 1.8/rubygems/config_file.rb:50 - No such file or
2010 Nov 12
0
RMagick gem require error
When I try the following in my User model - require ''RMagick'' I get the following error: 127: The specified procedure could not be found. - C:/Ruby192/lib/ruby/gems/1.9.1/gems/rdp-rmagick-0.0.0/lib/RMagick2.so I''ve been to the directory and the RMagick2.so file exists After a bit or reading I think it has something to do with the libMagickWand.so.1 file but I
2010 Nov 15
1
Installing rmagick gem with RVM
Hello, I start using RVM for using Rails 3 and Rails 2 for some applications. At the moment I can''t install the rmagick gem in the new Ruby environment. I use Mac OSX and I installed already imagemagick via ports and this was working before using RVM, I succeed also to install the rmagick gem before installing RVM. Here is the output of the install command : http://pastie.org/1299253
2006 Jul 12
1
HOWTO: Install RMagick on OS X
Hello all fellow Mac OS X Railers. I''m just setting up a new MacBook from scratch. Everything has gone very easily, so I decide to attempt to install RMagick from scratch once again, something that I''ve wrestled with in the past, finally punting and going with a DarwinPorts ImageMagick install then direct gem install of RMagick. Well, I had no problems and have achieved
2010 Feb 24
5
gem install rmagick --local
Hi all i copied rmagic gem in my local system cd rmagick-2.12.2.gem bash: cd: rmagick-2.12.2.gem: Not a directory *[root@localhost shyam]# gem install rmagick --local* Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb checking for Ruby version >= 1.8.5... yes checking for gcc...
2006 May 19
6
rmagick->X11 on MacTel Howto?
I needed to install rmagick/GraphicsMagick on an IntelMac and did so from Darwinports. Some things work and others don''t work, like rendering fonts which needs X11 fonts and X server. The rmagick page at rubyforge points to .. http://developer.apple.com/opensource/tools/runningx11.html where X11 link to Apple is broken. X11User.pkg talked about on the page above no longer exists at
2006 Apr 17
0
RMagick installation error.
Hi everyone, I don''t know if it''s the right place to ask you this question. Anyway, now I''m trying to install RMagick, under Ubuntu Linux, in order to have an image resizing using RubyonRails. I followed the description how to install RMagic: http://rmagick.rubyforge.org/install-linux.html Everything works, as it''s written, but during the last point (Step 3:
2007 Nov 22
0
Problem Installing RMagick with Instant Rails on Windows
I''m running Instant Rails 1.4 on Windows XP with SP2. I have downloaded the Windows binary version of RMagick from the RubyForge page. Specifically, I have downloaded: 1.14.1 binary gem for Ruby 1.8.5 (fixed for RubyGems 0.9.4) RMagick-1.14.1_IM-6.3.0-7-Q8-2.zip I have removed any older versions of RMagick using: gem uninstall RMagick I have updated my version of rubygems. I
2006 Dec 21
0
how does capistrano get the ENV?
I don''t have the same environment variables with a capistrano task as I do with a conventional ssh session. When I ssh in and try "env" I see my GEM_HOME and GEM_PATH environment variables from my ~/.bash_profile (I also have a .gemrc file). But when I try "cap shell" and "env" I don''t see the GEM_HOME and GEM_PATH environment variables. How do I
2006 Aug 05
0
RMagick and FastCGI on Windows
I''m having trouble getting RMagick to work on my Apache/FastCGI setup. If I top Apache and start WEBrick on the exact same app/dirs, it works fine. I installed RMagick following the instructions here: http://rmagick.rubyforge.org/install-faq.html#win That gives me: C:\ruby\lib\ruby\gems\1.8\gems\RMagick-win32-1.9.2-mswin32\lib
2007 May 13
0
Problems with RMagick libraries
Hi, I''m trying to use File_colum plugin (rails/../plugin/trunk) with RMagick. When I use in the model: class Usuario < ActiveRecord::Base file_column :image ...rest of the code.... end There''s no problem, images are uploaded and all is working ok. The problem comes when I try to use: class Usuario < ActiveRecord::Base file_column :image, :magick => { :geometry =>
2007 Jun 05
1
My RMagick sucks under windowsXP
Hi,I plan to use rmagick for my rails app,however it can not work normally under windowsXP platform: I have installed ruby1.8.5,and then rmagick-1.14.1 and ImageMagick-6.3.0-7-Q8-windows-dll,which can be got from the url: http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7-Q8.zip after my installation,and when i run a rmagick test under
2006 Sep 15
0
RMagick, OS X, and granite
I''m having an odd problem with RMagick. Consider the following script: ############################################################ require ''rubygems'' require ''RMagick'' Magick::ImageList.new(''granite:'').display ############################################################ Under Linux (Debian in particular), this works fine and
2009 Mar 25
0
RMagick LoadError
I installed RMagick 2.9.1 and tried to test RMagick code below. irb -rubygems -r RMagick But I got an error like below. /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so: libMagickCore.so.2: cannot open shared object file: No such file or directory - /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so (LoadError) from
2007 Dec 13
0
Errors building RMagick on Linux
Here are the sequence of commands that I''ve done running CentOS 4.3. When I do the very last command ''make'', I get the errors below. Any ideas? thanks! chirag cd /usr/local/src wget http://image_magick.veidrodis.com/image_magick/ImageMagick.tar.gz tar xvzf ImageMagick.tar.gz cd ImageMagick-X.Y.Z ./configure --disable-static --with-modules --without-perl \