in reply to Re^2: Inappropriate ioctl for device error on system call
in thread Inappropriate ioctl for device error on system call
Does it run from the command line? If so, perl is probably not giving expected access to some filehandle.
Try tracing it with strace. You can do it from the command line if the command version fails, or from perl by adding it to the system call. It can generate a lot of output but may show what file descriptor is causing the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inappropriate ioctl for device error on system call
by neilwatson (Priest) on Dec 12, 2006 at 20:19 UTC | |
by traveler (Parson) on Dec 12, 2006 at 21:12 UTC |