root@Gargoyle:/tmp# opkg update
Downloading package list for attitude_adjustment source...
Package list for attitude_adjustment downloaded successfully.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
root@Gargoyle:/tmp# opkg list |grep ^tcpd
tcpdump - 4.2.1-3 - Network monitoring and data acquisition tool
tcpdump-mini - 4.2.1-3 - Network monitoring and data acquisition tool (minimal version)
root@Gargoyle:/tmp# opkg install tcpdump
ERROR: Not enough space in destination root to install specified packages:
tcpdump, libpcap
root@Gargoyle:/tmp# opkg install tcpdump-mini
ERROR: Not enough space in destination root to install specified packages:
tcpdump-mini, libpcap
Perfect... thank you. A quick change to LD_LIBRARY_PATH and all was good
It's not a problem that this will be lost on a reboot since it's not like it has to be there 24/7. And I could always put a cron job in place to re-install if the file is missing