Tiny Core Extensions > TCE Q&A Forum
lldpd not available for 16.x
orneh24:
Hi,
I was hoping to add lldpd to a TCL install, but could only find it available for 14.x:
http://tinycorelinux.net/14.x/x86_64/tcz/src/lldpd/
Will the lldpd app be made available for 16.x builds? Or is it possible to simply install the 14.x version, on top of a 16.x build?
Rich:
Hi orneh24
Welcome to the forum.
Try downloading:
http://tinycorelinux.net/14.x/x86_64/tcz/lldpd.tcz
http://tinycorelinux.net/14.x/x86_64/tcz/lldpd.tcz.dep
Then:
--- Code: ---tce-load -w libcap readline libxml2
tce-load -i lldpd
--- End code ---
and see if it works.
If not, download the files at:
http://tinycorelinux.net/14.x/x86_64/tcz/src/lldpd/
into their own directory. Then:
--- Code: ---chmod 775 lldpd.build
./lldpd.build
--- End code ---
The first command makes lldpd.build executable.
The second command runs lldpd.build.
When lldpd.build completes, you should have a complete set of
files for the lldpd extension.
orneh24:
Thanks Rich :)
Will give it a go right away.
Quick follow-up; would the same process be applicable for the net-snmp package from 15.x?
http://tinycorelinux.net/15.x/x86_64/tcz/src/net-snmp/
Rich:
Hi orneh24
net-snmp is available in TC16 x86_64:
http://tinycorelinux.net/15.x/x86_64/tcz/net-snmp.tcz.info
orneh24:
--- Quote from: Rich on August 21, 2025, 08:30:16 PM ---Then:
--- Code: ---tce-load -w libcap readline libxml2
tce-load -i lldpd
--- End code ---
and see if it works.
--- End quote ---
Looks like it's almost there;
--- Code: ---tc@box:/tmp$ tce-load -w libcap readline libxml2
libcap.tcz.dep OK
Downloading: attr.tcz
readline.tcz.dep OK
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'attr.tcz'
attr.tcz 100% |*******************************************************************************************************************************************************************************************| 24576 0:00:00 ETA
'attr.tcz' saved
attr.tcz: OK
Downloading: libcap.tcz
libxml2.tcz.dep OK
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'libcap.tcz'
libcap.tcz 100% |*******************************************************************************************************************************************************************************************| 24576 0:00:00 ETA
'libcap.tcz' saved
libcap.tcz: OK
Downloading: readline.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'readline.tcz'
readline.tcz 100% |*******************************************************************************************************************************************************************************************| 144k 0:00:00 ETA
'readline.tcz' saved
readline.tcz: OK
Downloading: libxml2.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'libxml2.tcz'
libxml2.tcz 100% |*******************************************************************************************************************************************************************************************| 568k 0:00:00 ETA
'libxml2.tcz' saved
libxml2.tcz: OK
--- End code ---
--- Code: ---tc@box:/tmp$ tce-load -i lldpd
libxml2.tcz not found!
--- End code ---
On a whim, I tried the following:
--- Code: ---tc@box:/tmp$ tce-load -w libcap readline libxml2
libcap is already downloaded.
readline is already downloaded.
libxml2 is already downloaded.
tc@box:/tmp$ tce-load -i lldpd
libxml2.tcz not found!
tc@box:/tmp$ tce-load -wi libcap readline libxml2
libcap is already downloaded.
readline is already downloaded.
libxml2 is already downloaded.
attr.tcz: OK
libcap.tcz: OK
readline.tcz: OK
libxml2.tcz: OK
tc@box:/tmp$ tce-load -i lldpd
lldpd.tcz: OK
tc@box:/usr/bin$ lldpcli show neighbors
/usr/local/sbin/lldpcli: line 1: can't create *@@€^@8: Permission denied
/usr/local/sbin/lldpcli: line 1: A1+V]F$
: not found
/usr/local/sbin/lldpcli: line 1: syntax error: unexpected word (expecting ")")
tc@box:/usr/bin$ sudo lldpcli show neighbors
/usr/local/sbin/lldpcli: line 1: can't open 8: no such file
/usr/local/sbin/lldpcli: line 1: A1+V]F$
: not found
/usr/local/sbin/lldpcli: line 1: syntax error: unexpected word (expecting ")")
--- End code ---
Will take a look at the build method, to see if that works (although let me know if you spot anything incorrect in what I did above)
Navigation
[0] Message Index
[#] Next page
Go to full version