| View previous topic :: View next topic |
| Author |
Message |
Raja
Joined: 03 Dec 2009 Posts: 18
|
Posted: Fri Jan 29, 2010 3:11 am Post subject: Failed to build gem native extension in rails app |
|
|
hai
I am getting following error while Installing mechanize gem
sudo gem install mechanize
Building native extensions. This could take a while...
ERROR: Error installing mechanize:
ERROR: Failed to build gem native extension.
any one can solve this problem
Thanks & Regards
Raja |
|
| Back to top |
|
 |
Raghu
Joined: 12 Mar 2009 Posts: 34
|
Posted: Fri Jan 29, 2010 5:54 am Post subject: Solution for Error installing mechanize in rails app |
|
|
hai Raja
For the following error
ERROR: Error installing mechanize:
ERROR: Failed to build gem native extension.
you have to need install following files.
apt-get install libxslt-ruby libxslt-ruby1.8 libxslt1.1 libxslt1-dev libxslt1-dbg
after installation of the above files you need go for gem install mechanize.
========================================= ======
thanks
Raghu |
|
| Back to top |
|
 |
|