Re: KLD cannot load dependent modules

1999-01-19 Thread Doug Rabson
On Tue, 19 Jan 1999, Peter Wemm wrote: > Doug Rabson wrote: > > On Tue, 19 Jan 1999, Julian Elischer wrote: > > > > > > > > If I load a module A > > > then try load a module B that requires a function in A > > > it fails because it cannot find the symbol.. > > > is this a known problem? > > > >

Re: KLD cannot load dependent modules

1999-01-19 Thread Peter Wemm
Doug Rabson wrote: > On Tue, 19 Jan 1999, Julian Elischer wrote: > > > > > If I load a module A > > then try load a module B that requires a function in A > > it fails because it cannot find the symbol.. > > is this a known problem? > > > > (A real bummer if so) > > The module B needs to have A

Re: KLD cannot load dependent modules

1999-01-19 Thread Doug Rabson
On Tue, 19 Jan 1999, Julian Elischer wrote: > > If I load a module A > then try load a module B that requires a function in A > it fails because it cannot find the symbol.. > is this a known problem? > > (A real bummer if so) The module B needs to have A as a dependancy. Use KMODDEPS to do thi

KLD cannot load dependent modules

1999-01-19 Thread Julian Elischer
If I load a module A then try load a module B that requires a function in A it fails because it cannot find the symbol.. is this a known problem? (A real bummer if so) julian To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message