At 02:40 PM 6/6/2007, Gerard wrote:
On Wednesday June 06, 2007 at 01:03:21 (PM) Derek Ragona wrote:
[snip]
> Looks like the above is the fatal error. I suspect you rebuilt xfwm4 for
> shared memory, shmget. You need to add this to your kernel, or rebuild
> xfwm4 not to use it, if that's possible.
OK, how do I get 'shmget' activated in the kernel. I cannot find any
reference to it in the 'GENERIC' kernel file. Where else could I look
for information on it? I tried Googling, but got nowhere.
Add to your kernel config file:
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-Derek
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"