Re: How to find ioctl.ph - is my version of perl busted?
- From: smallpond <smallpond@xxxxxxxx>
- Date: Tue, 29 Jul 2008 08:00:40 -0700 (PDT)
On Jul 29, 7:35 am, Mark Seger <Mark.Se...@xxxxxx> wrote:
According to perlpaq8, I should be able to "require sys/ioctl.ph" but
when I run my script I get:
Can't locate features.ph in @INC (did you run h2ph?)...
I sure hope I don't have to run h2ph because I'd rather simply know if
ioctl.ph is loadable or not. I'm running on a fairly old system with
perl 5.8.0 and am wondering is this is correct behavior or if my
installation might have gotten corrupted over the years. I can't find
'features' anywhere under the perl tree.
In fact, if I comment out the "require 'features.ph'" in the ioctl.ph I
then start getting errors that it can't find ioctls.ph which is clearly
all wrong.
If my distro is indeed correct, does anyone at least know which distro
started shipping with the appropriate includes in place?
-mark
ioctl.ph should be in the directory at:
perl -e 'use Config; print $Config{archlib},"/sys/\n"'
--S
.
- References:
- How to find ioctl.ph - is my version of perl busted?
- From: Mark Seger
- How to find ioctl.ph - is my version of perl busted?
- Prev by Date: Adding a quantifier to substitution
- Next by Date: Re: Adding a quantifier to substitution
- Previous by thread: How to find ioctl.ph - is my version of perl busted?
- Next by thread: Re: How to find ioctl.ph - is my version of perl busted?
- Index(es):