Re: problem with devfsd compilation

2001-02-06 Thread Andris Pavenis
>> I am trying to compile devfsd on my system running RedHat linux 7.0 >> (kernel 2.2.16-22). I get the error "RTLD_NEXT" undefined. I am not >> sure where this symbol is defined. Is there anything that I am missing >> on my system. > > >Sounds like a missing include in the devfsd code. That com

Re: problem with devfsd compilation

2001-02-02 Thread Georg Nikodym
> "M" == Meunier writes: M> Not true. I'm pretty sure /dev/.devfsd is only created when you M> mount devfs at boot time or via mount -t devfs devfs /dev in your M> system initialization script. Creating /dev/.devfsd with touch M> defeats the purpose of /etc/rc.sysinit example. Right yo

Re: problem with devfsd compilation

2001-02-02 Thread Michael B. Trausch
On Thu, 1 Feb 2001 [EMAIL PROTECTED] wrote: > > Hi, > > I am trying to compile devfsd on my system running RedHat linux 7.0 > (kernel 2.2.16-22). I get the error "RTLD_NEXT" undefined. I am not > sure where this symbol is defined. Is there anything that I am missing > on my system. > It's a p

Re: problem with devfsd compilation

2001-02-01 Thread Michael B. Trausch
On Thu, 1 Feb 2001, Alan Cox wrote: > > I am trying to compile devfsd on my system running RedHat linux 7.0 > > (kernel 2.2.16-22). I get the error "RTLD_NEXT" undefined. I am not > > sure where this symbol is defined. Is there anything that I am missing > > on my system. > > Sounds like a mi

Re: problem with devfsd compilation

2001-02-01 Thread Frédéric L. W. Meunier
Georg Nikodym wrote: > Also, RH7's /etc/rc.sysinit can already start devfsd > automatically with the following line: > [ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev If devfs is mounted and devfsd exists, start devfsd. > So, all you have to do is create an empty file /dev/.devf

Re: problem with devfsd compilation

2001-02-01 Thread Georg Nikodym
> "hm" == hiren mehta <[EMAIL PROTECTED]> writes: hm> Hi, I am trying to compile devfsd on my system running RedHat hm> linux 7.0 (kernel 2.2.16-22). I get the error "RTLD_NEXT" hm> undefined. I am not sure where this symbol is defined. Is there hm> anything that I am missing on my system

Re: problem with devfsd compilation

2001-02-01 Thread Alan Cox
> I am trying to compile devfsd on my system running RedHat linux 7.0 > (kernel 2.2.16-22). I get the error "RTLD_NEXT" undefined. I am not > sure where this symbol is defined. Is there anything that I am missing > on my system. Sounds like a missing include in the devfsd code. That comes from

Re: problem with devfsd compilation

2001-02-01 Thread Georg Nikodym
> "hm" == hiren mehta <[EMAIL PROTECTED]> writes: hm> Hi, I am trying to compile devfsd on my system running RedHat hm> linux 7.0 (kernel 2.2.16-22). I get the error "RTLD_NEXT" hm> undefined. I am not sure where this symbol is defined. Is there hm> anything that I am missing on my system

problem with devfsd compilation

2001-02-01 Thread hiren_mehta
Hi, I am trying to compile devfsd on my system running RedHat linux 7.0 (kernel 2.2.16-22). I get the error "RTLD_NEXT" undefined. I am not sure where this symbol is defined. Is there anything that I am missing on my system. Also, I applied the devfs patch to the kernel, installed the new kern