I had the test_x10 working just fine. Then I moved onto working with the actual misterhouse. I changed mh.ini and got the web interface working. When I tried to turn a light on and off via the web interface it was not working. I am using an X10 CM11 via ttys0. since the web interface would not work, I backed tracked and tested the test_x10 again, now I get this error:
mythtv@mythtv:/myth/misterhouse-2.103/bin$ ./test_x10
Using interface=CM11 port=/dev/ttys0
Constant subroutine __USE_POSIX undefined at /usr/lib/perl/5.8/features.ph line 8.
Constant subroutine __USE_POSIX2 undefined at /usr/lib/perl/5.8/features.ph line 9.
Constant subroutine __USE_POSIX199309 undefined at /usr/lib/perl/5.8/features.ph line 10.
Constant subroutine __USE_POSIX199506 undefined at /usr/lib/perl/5.8/features.ph line 11.
Constant subroutine __USE_XOPEN undefined at /usr/lib/perl/5.8/features.ph line 12.
Constant subroutine __USE_XOPEN_EXTENDED undefined at /usr/lib/perl/5.8/features.ph line 13.
Constant subroutine __USE_UNIX98 undefined at /usr/lib/perl/5.8/features.ph line 14.
Constant subroutine __USE_LARGEFILE undefined at /usr/lib/perl/5.8/features.ph line 16.
Constant subroutine __USE_LARGEFILE64 undefined at /usr/lib/perl/5.8/features.ph line 17.
Constant subroutine __USE_FILE_OFFSET64 undefined at /usr/lib/perl/5.8/features.ph line 18.
Constant subroutine __USE_BSD undefined at /usr/lib/perl/5.8/features.ph line 19.
Constant subroutine __USE_SVID undefined at /usr/lib/perl/5.8/features.ph line 20.
Constant subroutine __USE_MISC undefined at /usr/lib/perl/5.8/features.ph line 21.
Constant subroutine __USE_GNU undefined at /usr/lib/perl/5.8/features.ph line 22.
Constant subroutine __USE_REENTRANT undefined at /usr/lib/perl/5.8/features.ph line 23.
Constant subroutine _POSIX_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 48.
Constant subroutine _POSIX_C_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 50.
Constant subroutine _XOPEN_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 52.
Constant subroutine _XOPEN_SOURCE_EXTENDED undefined at /usr/lib/perl/5.8/features.ph line 54.
Constant subroutine _LARGEFILE64_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 56.
Constant subroutine _LARGEFILE_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 98.
Constant subroutine __USE_ISOC99 undefined at /usr/lib/perl/5.8/features.ph line 102.
Constant subroutine __GNU_LIBRARY__ undefined at /usr/lib/perl/5.8/features.ph line 146.
Number found where operator expected at (eval 114) line 1, near ")0"
(Missing operator before 0?)
can't open device: /dev/ttys0
at ./test_x10 line 52
Can't start /dev/ttys0
BEGIN failed--compilation aborted at ./test_x10 line 67.
and nothing works. I checked to make sure /dev/ttys0 was executable by anyone. Any clues? thanks