HI there,

It's me again :) I realised after reviewing the onion web page. They are
using linux OpenWRT and it has 'opkg' package manager. So I just used it
and update its repo to instal tcpdump.

Thanks a lot anyway.

================= console output =================
root@Omega-2000:/etc# opkg install tcpdump
Unknown package 'tcpdump'.
Collected errors:
 * opkg_install_cmd: Cannot install package tcpdump.
root@Omega-2000:/etc# opkg update
Downloading
http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz
.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading
http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.sig
.
Signature check passed.
Downloading
http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/Packages.gz
.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading
http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/Packages.sig
.
Signature check passed.
root@Omega-2000:/etc# opkg list | grep libpcap
libpcap - 1.5.3-1 - This package contains a system-independent library for
user-level network packet capture.
root@Omega-2000:/etc# opkg list | grep tcpdump
tcpdump - 4.5.1-4 - Network monitoring and data acquisition tool
tcpdump-mini - 4.5.1-4 - Network monitoring and data acquisition tool
(minimal version)
root@Omega-2000:/etc# opkg install tcpdump
Installing tcpdump (4.5.1-4) to root...
Downloading
http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/tcpdump_4.5.1-4_ar71xx.ipk
.
Installing libpcap (1.5.3-1) to root...
Downloading
http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/libpcap_1.5.3-1_ar71xx.ipk
.
Configuring libpcap.
Configuring tcpdump.
================= console output =================


2015-11-05 21:00 GMT+00:00 Rubenangel Vitale Rincon <rvita...@gmail.com>:

> Hi there,
>
> I tried to install libpcap for then install tcpdump on the new onion omega
> device but I could not due the errors below for the scripts config.guess
> and config.sub after run ./configure
>
> More info about the onion omega project can be found in their web page
> https://onion.io/omega/
>
> Please let me know if there is any other relevant information I can
> provide you to add this linux to be recognised by the script.
>
> Thanks a lot for your great work and help in advance.
>
> ================= console output =================
> root@Omega-2000:/mnt/libpcap-1.7.4# ./configure
> checking build system type... ./config.guess: unable to guess system type
>
> This script, last modified 2015-10-21, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
>
>
> http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
> and
>
> http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
>
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <config-patches@gnu.org> in order to provide the needed
> information to handle your system.
>
> config.guess timestamp = 2015-10-21
>
> uname -m = mips
> uname -r = 3.18.21
> uname -s = Linux
> uname -v = #1 Sat Oct 31 19:02:01 UTC 2015
>
> /usr/bin/uname -p =
> /bin/uname -X     =
>
> hostinfo               =
> /bin/universe          =
> /usr/bin/arch -k       =
> /bin/arch              =
> /usr/bin/oslevel       =
> /usr/convex/getsysinfo =
>
> UNAME_MACHINE = mips
> UNAME_RELEASE = 3.18.21
> UNAME_SYSTEM  = Linux
> UNAME_VERSION = #1 Sat Oct 31 19:02:01 UTC 2015
> configure: error: cannot guess build type; you must specify one
> ================= console output =================
>
> --
>
> *Rubenangel Vitale R.*
>



-- 

*Rubenangel Vitale R.*
_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to