WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: microcore: cp has unsatisfied dependency of libacl.so.1  (Read 2106 times)

Offline raflik

  • Newbie
  • *
  • Posts: 8
microcore: cp has unsatisfied dependency of libacl.so.1
« on: September 22, 2010, 06:07:36 PM »
error while loading shared libraries...

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: microcore: cp has unsatisfied dependency of libacl.so.1
« Reply #1 on: September 22, 2010, 07:11:44 PM »
Huh?? 'cp' is symlinked to busybox and should therefore not have any deps  ::)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: microcore: cp has unsatisfied dependency of libacl.so.1
« Reply #2 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.

Offline raflik

  • Newbie
  • *
  • Posts: 8
Re: microcore: cp has unsatisfied dependency of libacl.so.1
« Reply #3 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.
« Last Edit: September 24, 2010, 01:42:14 PM by raflik »