Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 1996 13:20:23 -0800 (PST)
From:      Steve Reid <steve@edmweb.com>
To:        Gary Heller <gaz@cylink10>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: SVID IPC
Message-ID:  <Pine.BSF.3.91.961208131827.200E-100000@bitbucket.edmweb.com>
In-Reply-To: <199612082016.MAA00355@cylink10.>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm porting some apps to FreeBSD and I can't for the life of me figure out
> how to configure the SVID IPC (semaphore, shmem, message queues etc.) into
> the kernel. 

Add these lines to your kernel config:

options         SYSVSEM
options         SYSVSHM
options         SYSVMSG

Also, please keep your line length to less than 80 chars.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961208131827.200E-100000>