>>>>> "R" == Ralph Amissah <ralph.amissah / gmail.com> writes:

R> I made the package, and i am not a Debian Developer.
R> SiSU is also available in Debian Unstable and Testing.

 You have not understood : I'm speaking about *ruby* not your package. 

 Try this :

   1) retrieve ruby-1.8.3.tar.gz from ftp.ruby-lang.org

 then do this

   mkdir $HOME/local
   tar zxf ruby-1.8.3.tar.gz
   cd ruby-1.8.3
   rm parse.c                     # THIS IS IMPORTANT
   ./configure --prefix=$HOME/local
   make  
   make  install

  2) change your PATH

      export PATH=$HOME/local/bin:$PATH

  3) install susi with the new ruby

  4) run it



Guy Decoux