PDA

View Full Version : installing perl module: tagged



KayMyst
January 23rd, 2005, 11:55 AM
hi, I'm trying to install tagged 0.40, a perl module for id3 tags,and I get the following error when I run "sudo make":

Manifying blib/man3/MP3::Tag::ID3v2-Data.3
Can't open blib/man3/MP3::Tag::ID3v2-Data.3 for writing: Invalid argument
at /usr/share/perl/5.8/ExtUtils/Command/MM.pm line 126
make: *** [manifypods] Error 255

the same thing append when I tried to install another module: Compress Zlib:

Manifying blib/man3/Compress::Zlib.3pm
Can't open blib/man3/Compress::Zlib.3pm for writing: Invalid argument
at /usr/share/perl/5.8/ExtUtils/Command/MM.pm line 126
make: *** [manifypods] Error 255


thanks for your help

defkewl
February 17th, 2005, 08:47 AM
Are you using super user when installing it?

nosiad2
June 28th, 2005, 03:50 AM
please help...i am having the some error as the first poster above....

steps i took:

as norm user:
perl Makefile.PL
make

i get the error when doing 'make'.

i also tried doing the above commands as root(sudo) with no success....
whats going on?