Je n'ai pas de libruby.so dans mon dossier /usr/lib, en voici le contenu partiel:<br>
<span style="font-family: courier new,monospace;">tom@debig:/usr/lib$ ls ./libr*</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraptor.so.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./libresolv.so&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./librsvg-2.so.2</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraptor.so.1.1.0&nbsp;&nbsp; ./librfftw_mpi.so.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./librsvg-2.so.2.12.7</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./librfftw_mpi.so.2.0.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./librt.a</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.la&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./librfftw.so.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./librt.so</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.so&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./librfftw.so.2.0.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./libruby1.8.so.1.8</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.so.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./librfftw_threads.so.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./libruby1.8.so.1.8.4</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.so.5.2.0&nbsp; ./librfftw_threads.so.2.0.5&nbsp; ./libruby1.9.so</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.so.8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./libroken.so.16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./libruby1.9.so.1.9</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libraw1394.so.8.1.0&nbsp; ./libroken.so.16.1.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./libruby1.9.so.1.9.0</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./librecode.so.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./librom1394.so.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
./libruby1.9-static.a</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./librecode.so.0.0.0&nbsp;&nbsp; ./librom1394.so.0.2.1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">./libresolv.a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./librpcsvc.a</span><br>
<br>
Donc, j'ai fait un lien symbolique:<br>
<span style="font-family: courier new,monospace;">debig:/usr/lib# ln -s <a href="http://libruby1.9.so">libruby1.9.so</a> libruby.so</span><br>
<br>
Ce qui donne:<br>
<span style="font-family: courier new,monospace;">tom@debig:/usr/lib$ ls -l ./libruby.so</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">lrwxrwxrwx&nbsp; 1 root root 13 2006-03-21 19:58 ./libruby.so -&gt; <a href="http://libruby1.9.so">libruby1.9.so</a></span><br>
<br>
Le résultat final:<br>
<span style="font-family: courier new,monospace;">debig:/home/tom/pd stuff/gridflowcvs# ./configure</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">You need Ruby 1.9 to run GridFlow.</span><br>
<br>
Que puis-je faire d'autre?<br>
En passant, je viens tout juste de télécharger du cvs (avec les instructions de <a href="http://gridflow.ca">gridflow.ca</a>) et cela semble être encore 0.8.2.<br>
<br>
Tom<br>
<br><div><span class="gmail_quote">On 3/21/06, <b class="gmail_sendername">Mathieu Bouchard</b> &lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 21 Mar 2006, Thomas Ouellet Fredericks wrote:<br><br>&gt; je veux installer le nouveau GridFlow fait que j'ai téléchargé<br>&gt; gridflow-0.8.2 et Synpatic m'indique que j'ai bel et bien Ruby<br>&gt; 1.9d'installé. Quand j'execute ./configure, le script me répond que je
<br>&gt; n'ai pas ruby 1.9. Ruby est installé dans /usr/lib/ruby/1.9,<br>&gt; /usr/lib/ruby/1.9/i486-linux/, /usr/lib/libruby1.9.so<br><br>soit que tu mets des liens symboliques pour que ça s'appelle<br>/usr/lib/libruby.so, soit que tu upgrades à 
0.8.3 (CVS). Si tu n'as pas<br>besoin de Ruby 1.8 pour faire autre chose, c'est plus facile de rajouter<br>un lien symbolique.<br><br>&gt; Je veux bien (comme indiqué dans ton guide d'installation) &quot;Note: you may<br>
&gt; have to set CPLUS_INCLUDE_PATH to indicate where to find *.h files, and you<br>&gt; may have to set both LIBRARY_PATH and LD_LIBRARY_PATH to indicate where to<br>&gt; find *.so or *.aor *.dylib or *.bundle or *.dll or *.lib files.&quot;, mais
<br>&gt; comment je fais?<br><br>Ça c'est juste pour les répertoires. On écrit des commandes &quot;export&quot; dans<br>~/.bashrc ou ~/.bash_profile et ensuite on reloade cette conf. Pour les<br>fichiers qui portent pas le même nom, ça sert à rien.
<br><br>Oublie pas ldconfig quand tu modifies /usr/lib.<br><br> _ _ __ ___ _____ ________ _____________ _____________________ ...<br>| Mathieu Bouchard - tél:+1.514.383.3801 - <a href="http://artengine.ca/matju">http://artengine.ca/matju
</a><br>| Freelance Digital Arts Engineer, Montréal QC Canada<br></blockquote></div><br>