E
EVman
This is probably a known issue by regulars, but I will post it for Ruby
newbies using Debian. I have tested the following several times on a
fresh new install of Debian Etch just to make sure that the problem wasn't
particular to my two year old Sarge.
The apt install process is really hoked up with the Ruby stuff. Ruby and
Gems installs ok but don't run immediately. Ruby itself installs as
ruby1.8 but the paths are set to call just ruby. Either simlink to the
proper name or change the name of the executable or shebang it.
Also the executable is installed in /usr/bin but the paths are set to
/usr/local/bin. Again you either have to move it or simlink it or add to
the path.
Gems installs ok but gives an "in `require': no such file to load". This
is because the package maintainers forgot to include zlibc in the package.
Strange because Debian packages seldom have this kind of error. Apt-get
it and gems should start working.
For some reason, libtk-ruby may or may not be included by something that I
haven't tracked down yet. Sometimes it is already there even though I
didn't install anything related to TK. But if you want to run Ruby-TK,
just manually apt-get it.
I assume that the above will affect both Sarge and Etch, and the various
flavors of Debian like Knoppix and Ubuntu.
EVMan
newbies using Debian. I have tested the following several times on a
fresh new install of Debian Etch just to make sure that the problem wasn't
particular to my two year old Sarge.
The apt install process is really hoked up with the Ruby stuff. Ruby and
Gems installs ok but don't run immediately. Ruby itself installs as
ruby1.8 but the paths are set to call just ruby. Either simlink to the
proper name or change the name of the executable or shebang it.
Also the executable is installed in /usr/bin but the paths are set to
/usr/local/bin. Again you either have to move it or simlink it or add to
the path.
Gems installs ok but gives an "in `require': no such file to load". This
is because the package maintainers forgot to include zlibc in the package.
Strange because Debian packages seldom have this kind of error. Apt-get
it and gems should start working.
For some reason, libtk-ruby may or may not be included by something that I
haven't tracked down yet. Sometimes it is already there even though I
didn't install anything related to TK. But if you want to run Ruby-TK,
just manually apt-get it.
I assume that the above will affect both Sarge and Etch, and the various
flavors of Debian like Knoppix and Ubuntu.
EVMan