I just grabbed bpmtools today,
<ftp://ftp.direct.net/pub/btools/bpmtools/bpmtools.tar.Z>
and am having a little trouble with them.
First of all, I am using Solaris 2.4, and had to change the way the
socket was created in pm.pl, since the defines are a little different:
$proto = (getprotobyname('tcp'))[2];
socket(main'DS, &AF_INET, &SOCK_STREAM, $proto) || die "Socket: $!";
Next, Solaris, Sunos4.1.3, and Linux's <sys/socket.h> doesn't have and
#defines set to 0x0200...what is this call for? Seems to work without
it (note I replaced the literal with the constant):
setsockopt(main'DS, &SOL_SOCKET, 0x0200, 1) || die "Sockopt: $!";
Third...the tools don't seem to work with the IRX (ComOS 3.0.1R IRX)...
are they supposed to?
List users: Anybody else using these under Solaris 2.x?
And with the IRX? Thanks.
------------------------------------------------------------------------
David Carmean WB6YZM DC574 dave@west.net
WestNet Communications, Inc. (805)892-2133 (805)289-1000
PGP Key Fingerprint: CD 1C C1 15 3E E3 1D 41 ED C2 3E A8 D6 29 BD C4
------------------------------------------------------------------------