Matt Schalit wrote: > I think it's because ethereal was compiled against > glibc-2.1.3, whereas your ES2B is a glibc-2.0.x.
Almost certainly. > Here's the info I can give you from installing it and > running it on Oxygen. > Ethereal brings a lot of libraries over. > --------------------------------------------- > > # ldd /usr/sbin/tethereal > libsnmp.so.0 => /usr/lib/libsnmp.so.0 (0x00125000) Some sort of support for SNMP... > libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x00163000) > libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x00166000) These are part of Glib, some sort of utility library. > libdl.so.2 => /lib/libdl.so.2 (0x00189000) Database library? Part of glibc... > libm.so.6 => /usr/lib/libm.so.6 (0x0018e000) Math library (part of glibc). > libz.so.1 => /usr/lib/libz.so.1 (0x001ab000) Compression... > libc.so.6 => /lib/libc.so.6 (0x001ba000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00110000) > > # tethereal --help > Cannot find module (IP-MIB): At line 0 in (none) > Cannot find module (IF-MIB): At line 0 in (none) > Cannot find module (TCP-MIB): At line 0 in (none) > Cannot find module (UDP-MIB): At line 0 in (none) > Cannot find module (SNMPv2-MIB): At line 0 in (none) > Cannot find module (SNMPv2-SMI): At line 0 in (none) > Cannot find module (UCD-SNMP-MIB): At line 0 in (none) > Cannot find module (UCD-DEMO-MIB): At line 0 in (none) > Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none) > Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none) > Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) > Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) > Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none) > Cannot find module (SNMP-MPD-MIB): At line 0 in (none) > Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none) > tethereal: invalid option -- - Apparently tetheral doesn't support long opts. > Just a little info to help you diagnose your setup > and whether it's useful to persue this ethereal. This isn't ethereal, but tethereal: tethereal is a tcpdump-like network traffic dumping tool which works in text mode. Full blown ethereal this is not. Several things are nice about tethereal over tcpdump: * More powerful filtering language * More protocols supported * Lots of file formats supported, including translation capabilities Drawbacks: * Non-standard filtering language * Bigger, more libraries needed If you use this package, realize that it can be slimmed down by removing libraries like libz, libm, and perhaps libdl which may be available separately. I think I must have included them all because I felt the trade-off in not having to get all those packages separately would be best for many people. _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
