From: ??? (cslee@glotrex.co.kr)
Date: Thu Aug 22 2002 - 22:47:59 EDT
Dear Erik
Please check the belows;
//////////////////////////////////
LEE CHANG SOO
cslee@glotrex.co.kr
Senior Engineering Manager,
GLOTREX Corp. Seoul, Korea
www.glotrex.co.kr
TEL) 82-2-2142-1704
FAX) 82-2-2142-1710
MOB) 82-16-368-2916
//////////////////////////////////
----- Original Message -----
From: "Erik Andersen" <andersen@codepoet.org>
To: "ÀÌâ¼ö" <cslee@glotrex.co.kr>
Cc: "uclinux" <uclinux-dev@uclinux.org>
Sent: Friday, August 23, 2002 1:54 AM
Subject: Re: [uClinux-dev] PPPOA in uClinux
> On Thu Aug 22, 2002 at 11:23:29PM +0900, ÀÌâ¼ö wrote:
> > Dear Everyone
> >
> > I have found that the PPPD in uClinux/user don't include PPPOA patch.
> > But I become to know that PPPD aware PPPOA needs some patch to PPPD application.
> > If you have the experience with PPPOA in the uClinux,
> > Could you help me the porting guide about that job?
> >
> > Actually I have some trouble to make libatm.a becuase the uClibc and uc-libc don't provide resolv library.
>
> uClibc does provide a resolv library -- but you don't need it.
> Remove whatever is trying to link in the libresolv and it
> should just work,
But did you check the resolv library?
That's a stub.
The contents of libresolv is just a resolv.c which contains the code as follows
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void stub(void)
{
return;
}
link_warning(gets,"the 'lobresolv' library is a stub. Do you really need it?"
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Also If I block the routine which calls resolv function,
There is a restriction that I can't support IPOA
Could you recommend other kinds of method for me?
Thanks in advance.
>
> -Erik
>
> --
> Erik B. Andersen http://codepoet-consulting.com/
> --This message was written using 73% post-consumer electrons--
> This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/
This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/
This archive was generated by hypermail 2.1.4 : Thu Sep 19 2002 - 13:21:44 EDT