Re: linux module problem..

2003-07-05 Thread Stefan Moro
On 5 Jul 2003, Khairil Yusof wrote: > On Sat, 2003-07-05 at 07:08, Stefan Moro wrote: > > I'm running FreeBSD 4.8-stable. When i try to load the Linux module to the > > kernel with kldload it fails. Adding options SYSVSHM options SYSVMSG options SYSVSEM to kernel config solved the problem. _

Re: linux module problem..

2003-07-05 Thread Stefan Moro
On 5 Jul 2003, Khairil Yusof wrote: > On Sat, 2003-07-05 at 07:08, Stefan Moro wrote: > > I'm running FreeBSD 4.8-stable. When i try to load the Linux module to the > > kernel with kldload it fails. > > You should try using the abi script for this, > > #/etc/rc.d/abi start linux_enable=YES > >

Re: linux module problem..

2003-07-05 Thread Khairil Yusof
On Sat, 2003-07-05 at 07:08, Stefan Moro wrote: > I'm running FreeBSD 4.8-stable. When i try to load the Linux module to the > kernel with kldload it fails. You should try using the abi script for this, #/etc/rc.d/abi start linux_enable=YES for more options #/etc/rc.d/abi rcvar To start it aut

Re: linux module problem..

2003-07-05 Thread Stefan Moro
On Sat, 5 Jul 2003, Danny Pansters wrote: > On Saturday 05 July 2003 01:08, Stefan Moro wrote: > > I'm running FreeBSD 4.8-stable. When i try to load the Linux module > > to the kernel with kldload it fails. > > > > kldload output is as follows: > > kldload: can't load linux: Exec format error > >

linux module problem..

2003-07-04 Thread Stefan Moro
I'm running FreeBSD 4.8-stable. When i try to load the Linux module to the kernel with kldload it fails. kldload output is as follows: kldload: can't load linux: Exec format error I recently upgraded from 4.7 using make world. Any ideas of how to get the linux compatibility to work? //Stefan Mo