Front page | perl.perl5.porters |
Postings from September 2000
problems with shmget
Thread Next
From:
Brust, Corwin
Date:
September 18, 2000 15:49
Subject:
problems with shmget
Message ID:
C9B7EC4FABC7D31199E800105AE670FA432AE9@shadmail1.alldata.net
I'm using an AIX system under perl 5.00503 and 5.6 and both versions of perl
give the same results.
My goal is to use IPC::Shareable which will make && make install but, when
`make test`ed nearly every test fails. Here's the first test which fails:
t/05sv..............IPC::Shareable::SharedMem: shmget: A file or directory
in the path name does not exist.
After reading the module source I discovered the the error came when it used
shmget (IPC/Sharable/SharedMem.pm, Line 50) so I wrote a one liner to test
this: `perl -e " die $! unless shmget 58194208, 65536, 438"` which yields:
A file or directory in the path name does not exist. at -e line 1.
Can anyone shed light on this for me, please?
Corwin
Corwin BrustSoftware Engineer
Alliance Data Systems
formerly Harmonic Systems, Inc.
701 Fourth Ave South, Suite-1600
Minneapolis, Minnesota 55415
Office(612) 672-3584
Mobil(612) 239-8073
Email: cbrust@harmonic.com
Thread Next
-
problems with shmget
by Brust, Corwin