Re: Couldn't load standard target ?

Sander Smeenk <ssmeenk+ebtables-ntXksADE/[email protected]>
Newsgroups gmane.linux.network.bridge.ebtables.devel
Message-ID <[email protected]>
Quoting Sander Smeenk (ssmeenk+ebtables-ntXksADE/[email protected]):

> | ebtables.o(.text+0xa6): In function `find_match':
> | : the 'strcmp' function supports only C|POSIX locales

Ok. I did some tests. I created a test-program like so:

| #include <stdio.h>
| 
| int main () {
|         if (strcmp("aa", "bb")) {
|                 printf("Yallah!\n");
|         } else {
|                 printf("Nooyah!\n");
|         }
|         if (strcmp("bb", "bb")) {
|                 printf("Yallah!\n");
|         } else {
|                 printf("Nooyah!\n");
|         }
|         return 0;
| }

When compiled it says:

| /tmp/ccAVl3mU.o(.text+0x30): In function `main':
|: the 'strcmp' function supports only C|POSIX locales

When ran on the Wireless-AccessPoint it /does/ work:

| # wget url/bla
| # chmod a+x ./bla
| # ./bla
| Yallah!
| Nooyah!
| # 

So, what else could make ebtables say that it can't find the standard
target? Because aparently this compilerwarning isn't relevant.

Any ideas?

Kind regards,
Sander.

-- 
| You dig around for a while but you fail to find any treasure
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.