Re: GKrellmms - Streaming Live Audio

Adam Nielsen <[email protected]> Tue, 10 Apr 2018 11:05:28 +1000
Newsgroups gmane.comp.gnome.apps.gkrellm
Message-ID <[email protected]>
> Not sure how to run the command=C2=A0
> command ['/usr/bin/ruby', '-rrbconfig', '-e', "puts
> Config::CONFIG['archdir']"] returned 1

I'm guessing each entry in the list is another parameter, so something
like:

  /usr/bin/ruby -rrbconfig -e "puts Config::CONFIG['archdir']"

If Ruby is installed then it must be something about this command that
doesn't work.  I haven't used Ruby much myself though so not really
sure what it might be.

> ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]

Maybe this version is too old?  Hopefully the above command gives you
something helpful.

Cheers,
Adam.