Hi,

I freshly installed RedHat 8.0, but I cant install your Device::SerialPort version 
0.12. When I
run perl Makefile.PL, I got this error :

   Finding ioctl methods ...
   trying 'termios.ph'... nope
   trying 'asm/termios.ph'... not useful
   trying 'sys/termiox.ph'... nope
   trying 'sys/termios.ph'... not useful
   trying 'sys/ttycom.ph'... nope
   Device::Serial could not find ioctl definitions!

I got an instruction to do this :

   cd /usr/include; h2ph -r -l .

But, it stopped like this :

   ./asm/string.h -> ./asm/string.ph
   ./asm/string-486.h -> ./asm/string-486.ph
   Cannot parse:
   "repnz; scasb

Then I tried to h2ph manually for /usr/include/asm/termios.h
I run :

cd /usr/include/asm; h2ph -r -l termios.h
cd /usr/include/sys; h2ph -r -l .

And I can found all the .ph required on my machine :

# find / -name "term*.ph"
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/bits/termios.ph
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/linux/termios.ph
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/sys/termios.ph
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/termios.ph
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/sys/termios.ph
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/asm/termios.ph

But, again, no luck. Any ideas what should I do next ?

I can install this module in RedHat 7.3.

Thanks,



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to