[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Why do I need to be a %^#$# programmer to use Linux?



Colin,

I pulled down kernel-headers-2.2.19 and go alot futher, thanks.  Why on
earth would the files in kernel-headers-2.2.19 be different than in
kernel-source-2.2.19???

Now I get an error saying:

depmod: Unresolved symbols in /lib/modules/2.2.19/fs/binfmt_aout.o

Any clues on that one??

THanks again!

Barry deFreese
NTS Technology Services Manager
Nike Team Sports
(949)-616-4005
Barry.deFreese@nike.com

"Technology doesn't make you less stupid; it just makes you stupid faster."
Jerry Gregoire - Former CIO at Dell



-----Original Message-----
From: Colin Watson [mailto:cjwatson@debian.org]
Sent: Friday, September 13, 2002 4:08 PM
To: debian-user@lists.debian.org
Subject: Re: Why do I need to be a %^#$# programmer to use Linux?


On Fri, Sep 13, 2002 at 01:34:04PM -0700, deFreese, Barry wrote:
> I had an old 8 port Digiboard laying around so I stuck that in so that I
> could set up multiple inbound fax lines on the box.  I download the
drivers
> from Digi (which are in rpm packages unfortunately ) and I install them as
> they say.  However, when I try to create the packages it fails trying to
> include some functions from asm/io.h and asm/pgtable.h.

Both those files are in the libc6-dev package, which you should install
if you want to compile pretty much anything.

However, given that it's a driver, it may need to be built against the
appropriate set of kernel headers rather than the versions in libc6-dev.
Say the kernel image you're using is kernel-image-2.4.18-686; then
install the kernel-headers-2.4.18-686 package and add
'-I/usr/src/kernel-headers-2.4.18-686/include' to the gcc calls that are
being made to compile this driver.

Cheers,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org




Reply to: