WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Can't install tcpdump  (Read 3580 times)

Offline chichita

  • Newbie
  • *
  • Posts: 20
Can't install tcpdump
« 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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Can't install tcpdump
« Reply #1 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Can't install tcpdump
« Reply #2 on: February 23, 2020, 10:04:33 PM »
tcpdump posted

Offline hprem

  • Newbie
  • *
  • Posts: 12
Re: Can't install tcpdump
« Reply #3 on: February 27, 2020, 08:19:28 AM »
Hi,
Can you also post tcpdump extension for x86_64 (TCE. 11)

Thanks
Prem

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Can't install tcpdump
« Reply #4 on: February 28, 2020, 12:56:17 AM »
posted

Offline hprem

  • Newbie
  • *
  • Posts: 12
Re: Can't install tcpdump
« Reply #5 on: February 28, 2020, 01:36:47 AM »
Thankyou   ;D

Offline hprem

  • Newbie
  • *
  • Posts: 12
Re: Can't install tcpdump
« Reply #6 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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Can't install tcpdump
« Reply #7 on: March 04, 2020, 12:01:05 AM »
..not sure what happened there - it should be OK now

Offline hprem

  • Newbie
  • *
  • Posts: 12
Re: Can't install tcpdump
« Reply #8 on: March 04, 2020, 06:56:50 AM »
Thanks for your help. I can finally use tcpdump now

~ Prem