>sysv semaphores are different from POSIX semaphores,
>so loading
>sysvsem.ko won't help you here.  It looks like the
>"sem" module is
>missing from /usr/src/sys/modules/Makefile, which
>explains why you
>don't have it :)  You can build it manually though:
>
>cd /usr/src/sys/modules/sem 
>make obj && make depend && make && make install
>kldload sem
>-- 
>       Dan Nelson
>       [EMAIL PROTECTED]

Got it!
Thanks Dan.



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to