Pages : 1
#1 Le 06/05/2007, à 14:10
- jaimes
[RESOLU] Ruby pb avec gem
bonjour à tous,
petit souci de bibliotheque.
j'arrive a la telecharger. je connait pas trop, ça se trouve c'est tout c..
voici le message :
~/tmp :->sudo gem install hpricot
Password:
Need to update 36 gems from http://gems.rubyforge.org
....................................
complete
Select which gem to install for your platform (i486-linux)
1. hpricot 0.5 (mswin32)
2. hpricot 0.5 (ruby)
3. hpricot 0.4 (ruby)
4. hpricot 0.4 (mswin32)
5. Cancel installation
> 3
Building native extensions. This could take a while...
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1
ERROR: While executing gem ... (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in /var/lib/gems/1.8/gems/hpricot-0.4 for inspection.
Results logged to /var/lib/gems/1.8/gems/hpricot-0.4/ext/hpricot_scan/gem_make.out
~/tmp :->more /var/lib/gems/1.8/gems/hpricot-0.4/ext/hpricot_scan/gem_make.out
~/tmp :->
D'avance merci
fredo
Dernière modification par jaimes (Le 07/05/2007, à 11:47)
Hors ligne
#2 Le 07/05/2007, à 11:47
- jaimes
Re : [RESOLU] Ruby pb avec gem
salut,
un petit apt....et voila que cela marche mieux ;-)
sudo apt-get install ruby1.8-dev
Hors ligne
Pages : 1