I'd appreciate the help! Nama won't start unless i cd to the dir it's
in, and i can only start it with
perl Nama.pm
It then attempts to start, but crashes before i get anywhere near a
gui. Here's the error:
alex@parchmentstudios /usr/lib/perl5/site_perl/5.12.2/Audio $ perl Nama.pm
Can't locate Params/Util.pm in @INC (@INC contains:
/usr/lib64/perl5/site_perl/5.12.2/x86_64-linux-thread-multi
/usr/lib64/perl5/site_perl/5.12.2
/usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.12.2
/usr/lib64/perl5/5.12.2/x86_64-linux-thread-multi
/usr/lib64/perl5/5.12.2 /usr/lib64/perl5/site_perl
/usr/lib64/perl5/vendor_perl .) at
/usr/lib64/perl5/site_perl/5.12.2/Data/OptList.pm line 7.
BEGIN failed--compilation aborted at
/usr/lib64/perl5/site_perl/5.12.2/Data/OptList.pm line 7.
Compilation failed in require at
/usr/lib64/perl5/site_perl/5.12.2/Sub/Exporter.pm line 7.
BEGIN failed--compilation aborted at
/usr/lib64/perl5/site_perl/5.12.2/Sub/Exporter.pm line 7.
Compilation failed in require at
/usr/lib64/perl5/site_perl/5.12.2/Data/Section.pm line 13.
BEGIN failed--compilation aborted at
/usr/lib64/perl5/site_perl/5.12.2/Data/Section.pm line 13.
Compilation failed in require at Nama.pm line 49.
BEGIN failed--compilation aborted at Nama.pm line 49.
alex@parchmentstudios /usr/lib/perl5/site_perl/5.12.2/Audio $
Params::Util is installed as a module.
I can't help thinking i'm missing something basic here.
Audio::Ecasound is already installed, but i suspect there's a rogue
install i did from an Ebuild (server shows net-aci or whatever it is),
so i'm off to excise the last of that, and see what happens.