Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Manoj Srivastava
Mark == Mark Phillips [EMAIL PROTECTED] writes: Mark I think this is the problem. I shouldn't have to do the configuring Mark myself because make-kpkg should do it for me. For some reason it Mark seems that it doesn't. It sounds like a bug with make-kpkg. No, this is pilot error.

make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
Hi, I am trying to use make-kpkg to make a pcmcia-modules package for a laptop. It quits giving the following error: /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such file or directory and sure enough, I can't find a file called modversions.h anywhere on the system!! I

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Corey Popelier
Well I'm not sure what you've done, but I am using kernel 2.2.15 (pre19-1) and I have the modversions.h file in: /usr/src/kernel-source-2.2.15/include/config/modversions.h /usr/src/kernel-source-2.2.15/include/linux/modversions.h Cheers, Corey Popelier http://members.dingoblue.net.au/~pancreas

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
Well I'm not sure what you've done, but I am using kernel 2.2.15 (pre19-1) and I have the modversions.h file in: Yes that's the same version as me (2.2.15pre19-1) /usr/src/kernel-source-2.2.15/include/config/modversions.h /usr/src/kernel-source-2.2.15/include/linux/modversions.h Neither

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
Mark I am guessing you must have done something which creates this Mark config directory and puts modversions.h in the right place. If Mark you do Mark So the question is, what do you do which creates this file??? Did you try configuring the kernel? I think this is the problem. I

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
Well I used make menuconfig, and then make dep, make modules, make modules_install, make bzImage and make bzlilo. Of course, by doing things like this, I have no idea what caused the modversions.h file to get where it has. Thanks. I've sort of solved the problem. I think maybe make dep

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Joachim Trinkwitz
Mark Phillips [EMAIL PROTECTED] writes: I am trying to use make-kpkg to make a pcmcia-modules package for a laptop. It quits giving the following error: /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such file or directory and sure enough, I can't find a file

modversions.h ?

2000-01-20 Thread Pollywog
What is the story behind modversions.h ? I am using kernel 2.2.14 and I don't have this file, but I see it is listed for kernel-headers package 2.2.13. I built a custom kernel and I am not using the default Debian kernel image. gcc -L../lib -I../include/ -Wall -O6-c -o bcreencrypt.o

RE: modversions.h ?

2000-01-20 Thread Pollywog
On 20-Jan-2000 Pollywog wrote: What is the story behind modversions.h ? I am using kernel 2.2.14 and I don't have this file, but I see it is listed for kernel-headers package 2.2.13. I built a custom kernel and I am not using the default Debian kernel image. oops it does appear that I

Re: modversions.h ?

2000-01-20 Thread aphro
it for that(i had the similar problems trying to compile smbmount from samba 3) nate On Thu, 20 Jan 2000, Pollywog wrote: pollyw What is the story behind modversions.h ? pollyw pollyw I am using kernel 2.2.14 and I don't have this file, but I see it is listed pollyw for kernel-headers package 2.2.13

Re: modversions.h ?

2000-01-20 Thread Pollywog
On 20-Jan-2000 aphro wrote: if the program you are compiling requires 2.2.x i suggest re linking /usr/include/linux to /usr/src/linux/include/linux (i think thats right) .. rename /usr/include/linux That is the action I was considering, but I did not think it should be done with 2.2.x kernels

Re: modversions.h ?

2000-01-20 Thread Gary Hennigan
Pollywog [EMAIL PROTECTED] writes: On 20-Jan-2000 aphro wrote: if the program you are compiling requires 2.2.x i suggest re linking /usr/include/linux to /usr/src/linux/include/linux (i think thats right) .. rename /usr/include/linux That is the action I was considering, but I did not

modversions.h missing

1999-09-16 Thread Pollywog
I was trying to compile an app and I got this error about modversions.h What do I have to do to get modversions.h ? I thought I had to answer Y to the question about setting module versions when I compiled my kernel (2.2.12) and I did that. make[1]: Entering directory `/home/pollywog/bcrypt-0.2b

RE: modversions.h missing

1999-09-16 Thread Pollywog
On 16-Sep-99 Pollywog wrote: I was trying to compile an app and I got this error about modversions.h What do I have to do to get modversions.h ? I thought I had to answer Y to the question about setting module versions when I compiled my kernel (2.2.12) and I did that. I seem to recall

Re: modversions.h missing

1999-09-16 Thread Seth R Arnold
Some apps can also compile without modversions.h -- try removing the -DMODVERSIONS in the Makefile for the program, and try compiling again. On Thu, Sep 16, 1999 at 01:01:37AM -, Pollywog wrote: I was trying to compile an app and I got this error about modversions.h What do I have to do

<    1   2