Newbie question on require and semaphores

From: Gerald Meazell (gmeazell_at_swbell.net)
Date: 12/29/04


Date: Wed, 29 Dec 2004 03:21:10 GMT

I'm trying to do some semaphore programming but when I put in the line
'require "ipc.ph"', perl whines that ipc.ph cannot be found in @INC. It
then goes on to list out the @INC directories. Sure enough, ipc.ph
isn't in any of them, but it is in some subdirectories of the ones in
@INC.

I tried copying the files up one level but that did not work due to a
compilation error.

What do I need to do to get this working? I'm using RedHat.

Thanks!

--
Gerald