Oleg, On Mon, 18 Aug 2003, Oleg Kodel wrote:
> Brian, thank you for answer! > > Additional question: > These custom libraries should be streams modules or regular kernel modules? Either. > Where I load these modules? In the kernel module directory. > And.. Theoretical question: How can my Lis module "find" the library module All it needs to do is reference a function from the module. depmod will then load the library module whenever it loads a module that references it. > when running? > (they aren't linked together, right?) Yes they link together. Read 'man depmod'. --brian > > > Thanks a lot! > > -----Original Message----- > From: Brian F. G. Bidulock [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 10:41 AM > To: Oleg Kodel > Cc: '[EMAIL PROTECTED]' > Subject: Re: [Linux-streams] Using custom libraries from Lis module > > > Oleg, > > On Mon, 18 Aug 2003, Oleg Kodel wrote: > > > Hi. > > I am porting streams modules/drivers from UnixWare to linux. These > > modules uses methods from the custom libraries (compiled as kernel > > modules). Is it possible with Linux/Lis? > > Yes. > > --brian > > > > > This e-mail message has been sent by Elbit Systems Ltd. > > and is for the use of the intended recipients only. > > The message may contain privileged or confidential information . If > > you are not the intended recipient you are hereby notified that any > > use, distribution or copying of this communication is strictly > > prohibited, and you are requested to delete the e-mail and any > > attachments and notify the sender immediately. > > > > _______________________________________________ > > Linux-streams mailing list > > [EMAIL PROTECTED] > > http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams > > -- > Brian F. G. Bidulock | The reasonable man adapts himself to the | > [EMAIL PROTECTED] | world; the unreasonable one persists in | > http://www.openss7.org/ | trying to adapt the world to himself. | > | Therefore all progress depends on the | > | unreasonable man. -- George Bernard Shaw | > > This e-mail message has been sent by Elbit Systems Ltd. > and is for the use of the intended recipients only. > The message may contain privileged or confidential information . > If you are not the intended recipient you are hereby notified that any use, > distribution or copying of this communication is strictly prohibited, > and you are requested to delete the e-mail and any attachments > and notify the sender immediately. > > _______________________________________________ > Linux-streams mailing list > [EMAIL PROTECTED] > http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams -- Brian F. G. Bidulock � The reasonable man adapts himself to the � [EMAIL PROTECTED] � world; the unreasonable one persists in � http://www.openss7.org/ � trying to adapt the world to himself. � � Therefore all progress depends on the � � unreasonable man. -- George Bernard Shaw � _______________________________________________ Linux-streams mailing list [EMAIL PROTECTED] http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams
