Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: raflik on September 22, 2010, 06:07:36 PM

Title: microcore: cp has unsatisfied dependency of libacl.so.1
Post by: raflik on September 22, 2010, 06:07:36 PM
error while loading shared libraries...
Title: Re: microcore: cp has unsatisfied dependency of libacl.so.1
Post by: tinypoodle on September 22, 2010, 07:11:44 PM
Huh?? 'cp' is symlinked to busybox and should therefore not have any deps  ::)
Title: Re: microcore: cp has unsatisfied dependency of libacl.so.1
Post by: Jason W on September 22, 2010, 08:14:08 PM
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.
Title: Re: microcore: cp has unsatisfied dependency of libacl.so.1
Post by: raflik on September 24, 2010, 03:29:32 AM
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.