Problems with gem installation on Windows

R

Roman Parashchenko

I am looking for ruby expert for installing 'libxslt-ruby' gem on
Windows with Ruby 1.9.2 via Bundler.

The main problem is it is dependent on the following libraries to
function properly:

* libm (math routines: very standard)
* libz (zlib)
* libiconv
* libxml2
* libxslt
* libxml-ruby bindings

Can anybody help me?
 
D

Daniel Lidström

From: "Roman Parashchenko said:
I am looking for ruby expert for installing 'libxslt-ruby' gem on
Windows with Ruby 1.9.2 via Bundler.

The main problem is it is dependent on the following libraries to
function properly:

* libm (math routines: very standard)
* libz (zlib)
* libiconv
* libxml2
* libxslt
* libxml-ruby bindings

Can anybody help me?

Hello Roman,

if you are using cygwin you can probably find those libraries in the setup
program.
I was able to install rails by installing most of the above libraries in the
cygwin setup program.

Good luck!

Daniel
 
L

Luis Lavena

I am looking for ruby expert for installing 'libxslt-ruby' gem on
Windows with Ruby 1.9.2 via Bundler.

The main problem is it is dependent on the following libraries to
function properly:

    * libm (math routines: very standard)
    * libz (zlib)
    * libiconv
    * libxml2
    * libxslt
    * libxml-ruby bindings

Can anybody help me?

Please ask the gem author to provide binaries for MinGW based ruby
(RubyInstaller) -- which is hte one I assume you're using.

Indicate to him to look at projects like sqlite3-ruby, nokogiri and
rake-compiler on GitHub:

http://github.com/luislavena/rake-compiler
http://github.com/luislavena/sqlite3-ruby
http://github.com/tenderlove/nokogiri

rake-compiler provides the building blocks to create binary gems from
Linux or OSX.

Examples of usage generating "fat-binaries" supporting both 1.8 and
1.9 are in sqlite3-ruby and nokogiri build and uses libxml, which may
serve as guidance.

You can also point the developer to RubyInstaller group:

http://groups.google.com/group/rubyinstaller/

Where other Windows Ruby developers might help him getting things
working to provide these binaries.

I know it doesn't solve the problem, but is a start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top