Keith Lee <cmarvel2000@yahoo.comwrites:
Quote:
All:
I am attempting to compile the perl module Device::SerialPort and get
this error during make --
Manifying blib/man3/Device::SerialPort.3pm
Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument
at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132
make: *** [manifypods] Error 22
[cmarvel@localhost Device-SerialPort-1.002]$ make all
Manifying blib/man3/Device::SerialPort.3pm
Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument
at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132
make: *** [manifypods] Error 22
>
I have 5.8.8 perl. Any suggestions? Thank you.
It's complaining it gets an error trying to create a file
at blib/man3/Device::SerialPort.3pm.
Did you previously do a make as root?
It the file there writable?
You can either do a make clean as root
and then make as a normal user
or do the make as root.