Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: raflik on September 22, 2010, 06:07:36 PM
-
error while loading shared libraries...
-
Huh?? 'cp' is symlinked to busybox and should therefore not have any deps ::)
-
Coreutils cp is linked to libacl.so.1, which is found in the acl.tcz extension. Acl.tcz is in the dep file of coreutils, so it should have been loaded upon loading coreutils. Using coreutils.tcz without installing the necessary dependencies will cause this error.
-
Great, thanks for your reply. I'll investigate it as soon as I find time to set up my microcore installation.
For some reason I didn't have any coreutils' dependencies installed. Installing acl.tcz resolved my problem, thanks again.