Albert2
(Albert)
1
I am coming back to Ruby after an absence. I have some *.rd files to read and, while trying to install rdtools-0.6.13, I got the following error:
$ ruby rdtoolconf.rb
rdtoolconf.rb:7:in `require’: No such file to load – amstd/rbparams (LoadError)
from rdtoolconf.rb:7
What package is “amstd/rbparams” in? I have Ruby-1.8.0 installed. Thanks ahead for any help.
$ locate racc
/usr/lib/ruby/1.8/i686-linux/racc
/usr/lib/ruby/1.8/i686-linux/racc/cparse.so
/usr/lib/ruby/1.8/racc
/usr/lib/ruby/1.8/racc/parser.rb
daz
(daz)
2
These are Minero Aoki’s utils.
He’s the author of Racc so no surprise
he’s making use of them 
http://www.loveruby.net/en/amstd.html
daz
···
“Albert Wagner” alwagner@tcac.net wrote:
What package is “amstd/rbparams” in? I have Ruby-1.8.0 installed. Thanks ahead for any help.
$ locate racc
/usr/lib/ruby/1.8/i686-linux/racc
/usr/lib/ruby/1.8/i686-linux/racc/cparse.so
/usr/lib/ruby/1.8/racc
/usr/lib/ruby/1.8/racc/parser.rb
Albert2
(Albert)
3
> These are Minero Aoki's utils.
>
> He's the author of Racc so no surprise
> he's making use of them :-)
>
>
> http://www.loveruby.net/en/amstd.html
Thanks, Daz.
···
On Sat, 9 Aug 2003 17:51:39 +0900 “daz” dooby@d10.karoo.co.uk wrote: