I'm very new to linux (lovable geek housemate is teaching me); I've just installed Perl Audio Converter v.3.1.2 (lots of mucking around). The final report of the install went like this:
---------------
PAC - v3.1.2: Audio Modules
MP3::Tag -> Installed
Ogg::Vorbis::Header -> Not Installed
Audio::FLAC::Header -> Not Installed
MP4::Info -> Installed
Audio::Musepack -> Installed
Audio::WMA -> Installed
CDDB_get -> Installed
Done.
---------------
Although I've tried to use PAC without the two modules that weren't installed, not surprisingly it didn't work. However the install of the Ogg::Vorbis::Header doesn't work either (haven't tried Audio::FLAC::Header yet because PAC hasn't thrown any other errors about it at me). I used the following command (more or less as per the readme; I'm not a programmer)
>sudo perl -MCPAN -e 'install Ogg::Vorbis::Header'
All seems to go well until the following:
---------------
/bin/sh: cc: command not found
make[1]: *** [Header.o] Error 127
make[1]: Leaving directory `/home/$USERNAME/.cpan/build/Ogg-Vorbis-Header-0.03/_Inline/build/Ogg/Vorbis/Header'
A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
make
The build directory was:
/home/$USERNAME/.cpan/build/Ogg-Vorbis-Header-0.03/_Inline/build/Ogg/Vorbis/Header
To debug the problem, cd to the build directory, and inspect the output files.
at -e line 0
INIT failed--call queue aborted.
make: *** [Header.inl] Error 25
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
---------------
Any ideas? I've been to the build directory, but I'm too n00bie to even know which ones are "output" files (if I had to guess, I'd say all of them. Either way, I've had a look, and I can't find anything that I can understand or that helps). I've already told CPAN where "make" is (in order to install PAC in the first place).
And yes, I tried to use adept to get PAC, but it doesn't seem to know about it.
Any help is appreciated...
Thanks
---------------
PAC - v3.1.2: Audio Modules
MP3::Tag -> Installed
Ogg::Vorbis::Header -> Not Installed
Audio::FLAC::Header -> Not Installed
MP4::Info -> Installed
Audio::Musepack -> Installed
Audio::WMA -> Installed
CDDB_get -> Installed
Done.
---------------
Although I've tried to use PAC without the two modules that weren't installed, not surprisingly it didn't work. However the install of the Ogg::Vorbis::Header doesn't work either (haven't tried Audio::FLAC::Header yet because PAC hasn't thrown any other errors about it at me). I used the following command (more or less as per the readme; I'm not a programmer)
>sudo perl -MCPAN -e 'install Ogg::Vorbis::Header'
All seems to go well until the following:
---------------
/bin/sh: cc: command not found
make[1]: *** [Header.o] Error 127
make[1]: Leaving directory `/home/$USERNAME/.cpan/build/Ogg-Vorbis-Header-0.03/_Inline/build/Ogg/Vorbis/Header'
A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
make
The build directory was:
/home/$USERNAME/.cpan/build/Ogg-Vorbis-Header-0.03/_Inline/build/Ogg/Vorbis/Header
To debug the problem, cd to the build directory, and inspect the output files.
at -e line 0
INIT failed--call queue aborted.
make: *** [Header.inl] Error 25
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
---------------
Any ideas? I've been to the build directory, but I'm too n00bie to even know which ones are "output" files (if I had to guess, I'd say all of them. Either way, I've had a look, and I can't find anything that I can understand or that helps). I've already told CPAN where "make" is (in order to install PAC in the first place).
And yes, I tried to use adept to get PAC, but it doesn't seem to know about it.
Any help is appreciated...
Thanks
Comment