Date: Thu, 16 Sep 2010 18:28:10 +0430 From: Gholam Mostafa Faridi <mostafafaridi@gmail.com> To: Pieter de Goeje <pieter@degoeje.nl> Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org, Edho P Arief <edhoprima@gmail.com> Subject: Re: virtaullBox AMD64 32bit lib Message-ID: <4C922272.1010805@gmail.com> In-Reply-To: <201009161527.50430.pieter@degoeje.nl> References: <4C907918.7090609@gmail.com> <AANLkTimvW4U-WZr4bPPLypqiYeQJqbUXKKz9JMApVuLE@mail.gmail.com> <4C90D141.9060603@gmail.com> <201009161527.50430.pieter@degoeje.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On 09/16/2010 17:57, Pieter de Goeje wrote: > 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 > > I run this chflags noschg /usr/lib32/libc.so.7 but I see this error "/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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C922272.1010805>