installing Device::SerialPort perl module

tobie

Registered
Hi has anyone succesfully got this module working under x? Running makefile.ph gives me a load of errors based around missing ioctl methods:

Finding ioctl methods ...
trying 'termios.ph'... nope
trying 'asm/termios.ph'... nope
trying 'sys/termiox.ph'... nope
trying 'sys/termios.ph'... nope
trying 'sys/ttycom.ph'... nope
Device::Serial could not find ioctl definitions!
Perl did not find any .ph files to get at least the following ioctls:
TIOCMBIS
TIOCMBIC
TIOCMGET
CRTSCTS

Anyone shed any light on this, I can't find any reference to it
 
Back
Top