GLibc problème with Wisp-Dist

View: New views
6 Messages — Rating Filter:   Alert me  

GLibc problème with Wisp-Dist

by Michael Plourde :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I've got some problem to cross-compile madwifi-tools for my wisp-dist. I had
used crosstool with gcc2.95-libc-2.2.2 with linux-2.4.25 kernel and still
I've got the error : athstats: /lib/libc.so.6: version `GLIBC_2.3' not
found.

What's the problem, what should i do and should athstats from Madwifi-Tools
work on Wisp-Dist ?

I can send a tarball of the compiled tools if needed.

Thanks for your help,
Michael Plourde






-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Re: GLibc problème with Wisp-Dist

by Vladimir Ivashchenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

The problem is not with the version of gcc, it is with the version of
glibc. You need to use earlier version of glibc.

Try compiling athstats with -static gcc option and see if it helps.

On Fri, 2005-12-16 at 09:53 -0500, Michael Plourde wrote:

> Hi,
> I've got some problem to cross-compile madwifi-tools for my wisp-dist. I had
> used crosstool with gcc2.95-libc-2.2.2 with linux-2.4.25 kernel and still
> I've got the error : athstats: /lib/libc.so.6: version `GLIBC_2.3' not
> found.
>
> What's the problem, what should i do and should athstats from Madwifi-Tools
> work on Wisp-Dist ?
>
> I can send a tarball of the compiled tools if needed.
>
> Thanks for your help,
> Michael Plourde
>
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> leaf-wisp-dist mailing list
> leaf-wisp-dist@...
> https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist
--
Best Regards,
Vladimir Ivashchenko
Chief Technology Officer
Thunderworx Cyprus - www.thunderworx.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Parent Message unknown Re: GLibc problème with Wisp-Dist

by Vladimir Ivashchenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I can't say if it would work, you need to actually try. :)

"-static" will produce a large static binary which would be independent
of all libraries.

On Mon, 2005-12-19 at 09:21 -0500, Michael Plourde wrote:

> If i use gcc with these options, will it be ok ?
>
> gcc -static -L/usr/local/wrap-board/lib -O2 ... where
> /usr/local/wrap-board/lib contains lib for my wisp-dist on my PC-Engine
> wrap-board.
>
> Thanks for your help,
>
> Michael Plourde
>
> ----- Original Message -----
> From: "Vladimir Ivashchenko" <hazard@...>
> To: "Michael Plourde" <mplourde@...>
> Cc: "Wisp-Mlist" <leaf-wisp-dist@...>
> Sent: Monday, December 19, 2005 8:38 AM
> Subject: Re: [leaf-wisp] GLibc problème with Wisp-Dist
>
>
> > Hi,
> >
> > The problem is not with the version of gcc, it is with the version of
> > glibc. You need to use earlier version of glibc.
> >
> > Try compiling athstats with -static gcc option and see if it helps.
> >
> > On Fri, 2005-12-16 at 09:53 -0500, Michael Plourde wrote:
> > > Hi,
> > > I've got some problem to cross-compile madwifi-tools for my wisp-dist. I
> had
> > > used crosstool with gcc2.95-libc-2.2.2 with linux-2.4.25 kernel and
> still
> > > I've got the error : athstats: /lib/libc.so.6: version `GLIBC_2.3' not
> > > found.
> > >
> > > What's the problem, what should i do and should athstats from
> Madwifi-Tools
> > > work on Wisp-Dist ?
> > >
> > > I can send a tarball of the compiled tools if needed.
> > >
> > > Thanks for your help,
> > > Michael Plourde
> > >
> > >
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > > for problems?  Stop!  Download the new AJAX search engine that makes
> > > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> > > _______________________________________________
> > > leaf-wisp-dist mailing list
> > > leaf-wisp-dist@...
> > > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist
> > --
> > Best Regards,
> > Vladimir Ivashchenko
> > Chief Technology Officer
> > Thunderworx Cyprus - www.thunderworx.com
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> > _______________________________________________
> > leaf-wisp-dist mailing list
> > leaf-wisp-dist@...
> > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist
> >
--
Best Regards,
Vladimir Ivashchenko
Chief Technology Officer
Thunderworx Cyprus - www.thunderworx.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Radio Association

by Ray Gwinn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Given a wisp-dist node with two radios.  One radio in master mode and one in
infrastructure mode.

Is there any way to prevent the two radios from associating with each other, other than
assigning different ESSIDs to the radios?

Ray



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Re: Radio Association

by Vladimir Ivashchenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The card in infrastructure mode will try to connect to the best/first AP
with the same ESSID. So you need to use different ESSIDs.

On Tue, 2005-12-20 at 20:38 -0500, Ray Gwinn wrote:

> Given a wisp-dist node with two radios.  One radio in master mode and one in
> infrastructure mode.
>
> Is there any way to prevent the two radios from associating with each other, other than
> assigning different ESSIDs to the radios?
>
> Ray
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> leaf-wisp-dist mailing list
> leaf-wisp-dist@...
> https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist
--
Best Regards,
Vladimir Ivashchenko
Chief Technology Officer
Thunderworx Cyprus - www.thunderworx.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Multiple Internet feeds

by Ray Gwinn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We have a wireless network using wisp-dist and ospf for routing.  We are currently
getting our wired internet feed from a local university.

We have an opportunity to add a second wired internet feed.  Does anyone know if ospf
can handle this correctly.

That is, the wireless network will have two possible routes to the wired internet through
the ethernet port of two different wireless nodes. Are we going to have problems if we
connect both routes?

Ray



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist