Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: chichita on February 23, 2020, 04:14:44 PM

Title: Can't install tcpdump
Post by: chichita on February 23, 2020, 04:14:44 PM
hello,
i'm trying to install tcpdump with the command line tce-load -wi tcpdump but im getting this message

downloading: tcpdump.tcz
connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: tcpdump.tcz.md5.txt: No such file or directory
Error on tcpdump.tcz




what can i do please ? is there any other command ? and what is the command line to save everything ? ( i tried wr but it doesn't work)

THANKS
Title: Re: Can't install tcpdump
Post by: Rich on February 23, 2020, 04:42:51 PM
Hi chichita
Since you didn't provide any details, I'm going to guess you are talking about  TC11  and  X86 (or X86_64).  Extensions that rely
on  openssl  need to be recompiled prior to being migrated to  TC11.  The dependency file for  tcpdump  lists  openssl  as a
dependency so it hasn't been recompiled yet.
Title: Re: Can't install tcpdump
Post by: Juanito on February 23, 2020, 10:04:33 PM
tcpdump posted
Title: Re: Can't install tcpdump
Post by: hprem on February 27, 2020, 08:19:28 AM
Hi,
Can you also post tcpdump extension for x86_64 (TCE. 11)

Thanks
Prem
Title: Re: Can't install tcpdump
Post by: Juanito on February 28, 2020, 12:56:17 AM
posted
Title: Re: Can't install tcpdump
Post by: hprem on February 28, 2020, 01:36:47 AM
Thankyou   ;D
Title: Re: Can't install tcpdump
Post by: hprem on March 03, 2020, 01:42:09 PM
Hi,
I cant use tcpdump.
Seems that 32bit binary is packages as a 64 bit extension.

Code: [Select]
tc@trex:~$ file /tmp/tcloop/tcpdump/usr/local/sbin/tcpdump
/tmp/tcloop/tcpdump/usr/local/sbin/tcpdump: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 4.19.10, stripped
tc@trex:~$
tc@trex:~$ md5sum /mnt/vda1/tce/optional/tcpdump.tcz
9516aad47a35d7126113314d1130cbd6  /mnt/vda1/tce/optional/tcpdump.tcz
tc@trex:~$
tc@trex:~$ cat /mnt/vda1/tce/optional/tcpdump.tcz.md5.txt
9516aad47a35d7126113314d1130cbd6  tcpdump.tcz
tc@trex:~$

Can you please build a 64 bit binary

Regards
Prem
Title: Re: Can't install tcpdump
Post by: Juanito on March 04, 2020, 12:01:05 AM
..not sure what happened there - it should be OK now
Title: Re: Can't install tcpdump
Post by: hprem on March 04, 2020, 06:56:50 AM
Thanks for your help. I can finally use tcpdump now

~ Prem