Re: Silly RH6.1 Question

1999-11-17 Thread Nir Simionovich \(Rin Solo\)
Hi Meir, On Thu, 18 Nov 1999, Meir Litmanovich wrote: > I think, I can describe this strange behavior :-) > Only thing you needed to do is to do > make xconfig/xonfig in kernel directory. > It creates some very importent architecture links > in the directory three. Without it no include > would

Re: Silly RH6.1 Question

1999-11-17 Thread Meir Litmanovich
I think, I can describe this strange behavior :-) Only thing you needed to do is to do make xconfig/xonfig in kernel directory. It creates some very importent architecture links in the directory three. Without it no include would work. Seems strange that RH not thought about it :-) Meir P.S. An

Re: Silly RH6.1 Question

1999-11-17 Thread Nir Simionovich \(Rin Solo\)
Hi all, On Wed, 17 Nov 1999, Ilya Konstantinov wrote: > Heya Nir, > > Did you install kernel-headers package? > (kernel-headers-2.2.12-20.i386.rpm) > You need it for basic Linux include (C header .h files). > Those should be stored in /usr/include/linux. > You don't have to install the whole ke

Re: Silly RH6.1 Question

1999-11-17 Thread Ilya Konstantinov
Heya Nir, Did you install kernel-headers package? (kernel-headers-2.2.12-20.i386.rpm) You need it for basic Linux include (C header .h files). Those should be stored in /usr/include/linux. You don't have to install the whole kernel source for it, just kernel-headers package. "Nir Simionovich (Ri

Silly RH6.1 Question

1999-11-17 Thread Nir Simionovich \(Rin Solo\)
Hi All, I've encountered a silly problem with RH6.1, and wondered if anyone encountered it too, so here goes. After the installation is finished, which went well, nothing unusuall happend. I wanted to compile and install Apache 1.3.9 on the machine, imagine my surprise that after running 'make'

Re: Silly RH6.1 Question

1999-01-16 Thread Alexander Goldberg
the only ones needed are: /usr/src/include/asm -> /usr/src/include/asm-i386 /usr/include/asm -> /usr/src/include/asm (if it points to asm-i386 it is a wrong assumption) The second one already should have been there even on fresh installed RH The first one is somehow absent, which is RH mystery