Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2010 15:27:50 +0200
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-questions@freebsd.org
Cc:        Gholam Mostafa Faridi <mostafafaridi@gmail.com>, freebsd-emulation@freebsd.org
Subject:   Re: virtaullBox AMD64 32bit lib
Message-ID:  <201009161527.50430.pieter@degoeje.nl>
In-Reply-To: <4C90D141.9060603@gmail.com>
References:  <4C907918.7090609@gmail.com> <AANLkTimvW4U-WZr4bPPLypqiYeQJqbUXKKz9JMApVuLE@mail.gmail.com> <4C90D141.9060603@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 15 September 2010 15:59:29 Gholam Mostafa Faridi wrote:
> On 09/15/2010 13:00, Edho P Arief wrote:
> > sh install.sh
> 
> I download all file and go to download directory and run that command ,
> for first time I do not see error and do not see messages , but when I
> run that sh install.sh again I see this error
> 
> "mfaridipc# sh install.sh
> 
> ./usr/lib32/libc.so.7: Could not unlink
> ./usr/lib32/libcrypt.so.5: Could not unlink
> ./usr/lib32/librt.so.1: Could not unlink
> ./usr/lib32/libthr.so.3: Could not unlink
> ./libexec/ld-elf32.so.1: Could not unlink
> tar: Error exit delayed from previous errors."
> 
> and problem do not solve

These files have the schg flag set (see chflags(1)). This means the files are 
immutable. Try removing the schg flag first: 

# chflags noschg /usr/lib32/libc.so.7

- Pieter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009161527.50430.pieter>