in reply to Re^2: Jammed FH pipe
in thread Jammed FH pipe

I don't know the mibtable program, but are you sure it works in a pipe? Is Illegal seek coming from perl or mibtable? I suggest you try the program with exactly the same parameters on the command-line piped to something like od(1). Maybe it is trying to do operations (like a seek) on the pipe which are illegal. An strace or truss might help as well.