similar to: Problem in installing libxml gems for window.

Displaying 20 results from an estimated 100000 matches similar to: "Problem in installing libxml gems for window."

2008 Oct 20
3
LIBXML and LibXSLT
Hi, I installed libxml-ruby and libxslt-ruby. It took a while but it''s running now. However, on the libxml site (http://libxml.rubyforge.org/install.xml) it says: "...libxml requires a few other libraries to be installed in order to build and function properly. * libm (math routines: very standard) * libz (zlib) * libiconv * libxml2 ..." And
2007 Dec 21
3
error installing gems
Hi all. While installing gems i am getting an error: ERROR: Error installing gem xml-simple-1.0.11.gem[.gem]: install directory thname:e:/ruby/lib/ruby/gems/1.8/gems/xml-simple-1.0.11> not absolute Ruby Version = 1.8.4 Rails Version = 1.2.5 Gems Version = 0.9.4 can anybody provide any pointers??? Thanks Arpit.
2009 Sep 17
1
Load Error Using Mechanize Gem
Hi, I''m getting a "Could not open any of [xml2, xslt, exslt] (LoadError)" error when trying to run a simple Ruby program taken from the EXAMPLES.rdoc file of the Mechanize gem. The error is in this line of the Nokogiri module of libxml.rb: ffi_lib ''xml2'', ''xslt'', ''exslt'' Not sure if there are missing gems, and if so,
2009 Apr 03
2
Recovering in Ruby-libxml parser from invalid UTF8 code
I am parsing XML streams with ruby-libxml using the XML::Reader class. Several have invalid UTF-8 characters. I need a tutorial or at least some hints on how to recover and continue the parsing. TIA, Jeffrey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2008 Jun 24
1
Rails 'rake gems:install' error in windows
I am developing with rails at three platform mac, windows, linux. until Rails 2.1, we can describe gem dependencies in environment.rb. ( this one ~ http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies ) so I write environment.rb like below for using will_paginate ... config.gem ''capistrano'' config.gem
2008 Jul 08
0
Installing my own gems on a Dreamhost account
Hey all, Does anyone who uses Dreamhost have any experience installing your own gems there? On their wiki, I''ve found this: http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_Gems_Installed_in_Your_Home_Directory And this: http://wiki.dreamhost.com/index.php/Passenger (down at the bottom) But I seem to be too dumb to interpret these directions, since neither one seems to work.
2008 Jul 29
0
Installing ruby gems
hi, I have installed ruby gems sucessfully in ubuntu 7.04 in the command line if check the version i am getting the following error gem -v /usr/bin/gem:8:in `require'': no such file to load -- rubygems (LoadError) from /usr/bin/gem:8 plz reply if anybody knows -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received
2009 Feb 09
9
fastercsv, freezing into vendor/gems
I''m using fastercsv such that in my rake file I''m doing this. require ''fastercsv'' It works fine on my Mac. I need to freeze this gem into the app though so my rake tasks work on the production machine. ----------- I spent about two hours though this weekend trying to get this Gem "frozen" into the vendor/gems folder. I tried all sorts, I ... -
2009 Feb 14
3
I get “Missing these required gems”, but gems are installed
Hi, since I updated ruby using Mac Ports (on Leopard) I have got several problems and I also had to reinstall gems. Now when I run Mongrel I keep getting the error "Missing these required gems" followed by the list of gems that I required in environment.rb but that gems seems to be correctly installed as I see running gem list. I think that rails is looking for a previous installation,
2007 Apr 23
3
Troubles with using gems in Rails
Hi! I''m observing some problems using gem inside Rails. My understanding is that after following sequence in irb: $ irb irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''active_record'' => true irb(main):003:0> gem ''acts_as_taggable'' => true I should have access to acts_as_tagable mixins, like:
2008 Jan 20
9
Ferret Gem Installation on Windows
Trying to install ferret on my windows XP environment. Using InstantRails 2.0 with RoR 2.0.2, and NetBeans 6.0. I had successfully installed and built RailsSpace in InstantRails 1.7, but am trying to upgrade RailsSpace to RoR 2.0.2 using the code that Michael has kindly provided for us on the website. When I run the gem install ferret command, I get the following error: C:\Documents and
2008 Oct 02
1
acts_as_taggable_on environment issues
Like most people, I''ve got two machines: one for development and one for production. I''ve done everything I can to make sure the ruby/rails environments are the same, but of course they''re not identical (I''ll get into that in a moment). The error that I''m getting happens when I call a method in a background task controller on the production machine; I
2010 Jul 15
1
libxml: uninitialized constant
Hi all! I try to use libxml-ruby with my ROR-application and get the following error message: "uninitialized constant AdminController::XML". From controller file: require ''rubygems'' require ''xml/libxml'' ... parser = XML::Parser.new And the same code in irb work correctly: irb(main):001:0> require ''rubygems'' => true
2009 Mar 06
3
Gem update problem
Hi, firs at all sorry if my english is not the best. I''m working with OSX and i have a problem trying to launc localhost. In mongrel.log i can see this message: Agent Log is found in /Users/jose/rankia/log/newrelic_agent.3000.log /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- action_mailer/ar_mailer (MissingSourceFile)
2007 Apr 12
4
Installing rspec in Windows
Hi all, I''m trying to install rspec and I''m having a problem. C:\Users\Nathan\Documents\rails\myproject> gem install rspec Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed rspec-0.8.2 Installing ri documentation for rspec-0.8.2... Installing RDoc documentation for rspec-0.8.2... C:\Users\Nathan\Documents\rails\myproject> ruby
2009 Apr 07
2
gem install ruby-debug
tinix@Creek:/home/tinix/test/grin# gem install ruby-debug Building native extensions. This could take a while... ERROR: Error installing ruby-debug: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb install ruby-debug extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 Gem files will remain installed in
2009 Feb 25
2
gem install mysql --> Error
Hi, When I try to install "gem install mysql" it throwing error. For your ref, bash-2.05b$ gem install mysql -- --with-mysql-dir=/opt/etrade/p6/share/mysql5 ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem mysql locally or in a repository bash-2.05b$ gem install mysql -- --with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2007 Feb 07
3
Gem problem with ActiveRecord/Oracle (without rails)
I have written the small script below. I have the ruby-oci adapter installed, the newest version of gems and the newest version of ActiveRecord. When I run the code I''m getting the follow error following my code. It seems to be an issue with gems as far as I can tell. Any help? Thanks, Drew Code: require ''ruby_gems'' require ''active_record''
2006 Apr 01
0
CESA-2004:650 CentOS 3 x86_64 libxml - security update
CentOS Errata and Security Advisory 2005:650 libxml security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2004-650.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/libxml-1.8.17-9.2.i386.rpm updates/x86_64/RPMS/libxml-1.8.17-9.2.x86_64.rpm updates/x86_64/RPMS/libxml-devel-1.8.17-9.2.x86_64.rpm source:
2009 Aug 10
0
CESA-2009:1206 Moderate CentOS 3 x86_64 libxml and libxml2 - security update
CentOS Errata and Security Advisory CESA-2009:1206 libxml and libxml2 security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2009-1206.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/libxml-1.8.17-9.3.i386.rpm updates/x86_64/RPMS/libxml-1.8.17-9.3.x86_64.rpm updates/x86_64/RPMS/libxml2-2.5.10-15.i386.rpm