Hi all,
I am developing a suite to customize a TC USB/ISO disk [1], At the moment I put every tcz in a folder named tcz and I load it at startup.
However I wish to use the standard tce folder but I have one problem in using optionals / onboot.list.
I put all tcz in tce/optional then I put in ondemand.lst the package with its dependecies. Then I do:
tc@box:~$ sudo unlock.sh
/mnt/sda1 (RW)
/mnt/sda2 (RW)
tc@box:~$ sudo ondemand wget.tcz
tc@box:~$ wget
BusyBox v1.33.0 (2021-01-17 14:57:11 UTC) multi-call binary.
tc@box:~$ /usr/local/bin/wget
-ash: /usr/local/bin/wget: not found
tc@box:~$ ondemand -e wget.tcz
tc@box:~$ wget: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
tc@box:~$ sudo ondemand libssl.so.1.1.tcz
tc@box:~$ ondemand -e wget.tcz
tc@box:~$ wget: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
The library is still missing. How I can manage the load of executable and its dependencies? Thank you, R.
[1]
https://github.com/robang74/tinycore-editor