  | | | RHEL3 CIFS won 't compile | RHEL3 CIFS won 't compile 2005-09-26 - By Wagner, Chris (GE Trans, Non-GE)
Back It's not really "touching" the kernel tree. U copy the cifs dir under the kernel fs dir, where all the other file system code is and patch the config files so it knows CIFS is there. Then u tell it to include that new dir in make menuconfig. CIFS shows up there and u put an M to tell it to make a module. That's it, there's no alteration of any existing kernel code. The CIFS code needs to be in the kernel tree to satisfy the #includes. Now if I do a plain make rather than make modules it successfully compiles a kernel. Since it works with the raw kernel source, there has to be something changed by Red Hat to make it not work. If u have a RHEL3 box try it for urself. Maybe I'm being clueless about something.
-- --Original Message-- -- From: taroon-list-bounces@(protected) on behalf of Arjan van de Ven Sent: Mon 9/26/05 4:13 PM To: Discussion of Red Hat Enterprise Linux 3 (Taroon) Cc: Subject: Re: RHEL3 CIFS won't compile
On Mon, 2005-09-26 at 15:54 -0400, Chris Wagner wrote: > Then what are u "supposed" to do to build a module??
you put your makefile and code in their own dir and if you do that right (where "you" is the module author) then it "just works", no need for any of that stuff to touch the actual tree
> This is something that > has to be made from source code, there's no package that I know of. If > there is a CIFS package for RHEL3 I would love to know about it. I followed > the instruction exactly as stated on the CIFS homepage. > http://us1.samba.org/samba/Linux_CIFS_client.html
the instructions there aren't good for rhel3 really
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |