On Wed, Jan 12, 2005 at 09:15:23PM -0500, Ed Budd wrote: > install: error while loading shared libraries: libacl.so.1: cannot open > shared object file: No such file or directory
coreutils files are required to merge (probably) anything, since merging depends on things like cp, ls, etc. The easiest thing to do is boot something like Knoppix and drop a libacl.so.1 into place, then do whatever you want with the package tools (probably wisest to merge acl first) to fix your problem. You're going to be missing another shared library or two. Try 'ldd /bin/cp' to see what else you need to put in place. I know Knoppix has it; I acccidentally did the same thing. > !!! ERROR: sys-apps/coreutils-5.2.1-r2 failed. > !!! Function dyn_unpack, line 632, Exitcode 127 > !!! Failed to create dir '/var/tmp/portage/coreutils-5.2.1-r2/work' > > So my most pressing concern at this point is how to emerge this without > the automagic. I'm at a bit of loss and certainly don't want to make > things any worse than they already are. -- Adam Fabian ([EMAIL PROTECTED]) -- [email protected] mailing list
