View previous topic :: View next topic |
Author |
Message |
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
Posted: Thu Mar 10, 2005 5:06 pm Post subject: [EMERGE] sary-ruby : ruby header files |
|
|
Quote: | >>> emerge (1 of 1) dev-ruby/sary-ruby-1.1.0.1 to /
>>> md5 src_uri sary-ruby-1.1.0.1.tar.gz
>>> Unpacking source...
>>> Unpacking sary-ruby-1.1.0.1.tar.gz to /var/tmp/portage/sary-ruby-1.1.0.1/work
>>> Source unpacked.
can't find header files for ruby. |
Ca me vexe beaucoup parce que je veux installer prime. Ceci est sur amd64.. Bref.. Ou est-ce que je trouve les header pour ruby? _________________ Votre moment detente
What is the nature of conflict? |
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Thu Mar 10, 2005 5:18 pm Post subject: |
|
|
Quote: | $qpkg -f /usr/lib/ruby/1.8/i686-linux/ruby.h
dev-lang/ruby *
|
hope it helps _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
Posted: Thu Mar 10, 2005 6:14 pm Post subject: |
|
|
Ok, je vois, c'est parce que je suis sur un amd64 alors je pense.. sary-ruby cherche les sources autre part.. ?
On dirait que c'est .. resolu .. ? Parce que j'ai trouve les fichiers, mais pas resolu car l'erreur persiste. _________________ Votre moment detente
What is the nature of conflict? |
|
Back to top |
|
|
simkin Apprentice
Joined: 25 Jun 2003 Posts: 164
|
Posted: Mon Apr 04, 2005 3:47 pm Post subject: |
|
|
Hello! I had same problem, solved it editing file /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb (line 32):
Code: | - CONFIG["libdir"] = "$(DESTDIR)/usr/lib64"
+ CONFIG["libdir"] = "$(DESTDIR)/usr/lib" |
PD: Sorry, I don't speak french |
|
Back to top |
|
|
|