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

Re: [cobalt-users] linux path



On Tue, 6 Mar 2001, Jon Rosenberg wrote:

> How do I set my path(and what should I set it to?), for include files
> mainly, so when I compile, it finds what it needs.  In my ld.so.conf(if that
> is the right place), there is only:
> 
> /usr/i486-linux-libc5/lib
> /usr/X11R6/lib

Um, ld.so has NOTHING to od with include files -/ don't even think of
fiddling with it -/

> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory

This is the real error, you are missing kernel-headers, 
type uname -a , note the particular kernel version you have, then go to 
cobaltnet.com ftp site and get the rpm with the headers in it that match
your kernel and install that and you will have the needed files.

gsh