Subject: | Inappropriate ioctl for device |
I do the following code.
my $data_file_zip = "$data_file.zip";
$zip->addFile( $data_file ) || die "Problem with addfile: $!";
my $output = $zip->writeToFileNamed( $data_file_zip ) || print
"Problem with writeToFileNamed: $!";
and get Inappropriate ioctl for device
Is there any thing I can do about this.
Linux 2.6.15-1.2054_FC5 #1
This is perl, v5.8.8 built for i386-linux-thread-multi