I want install wvirtualbox and I can not , you can see it in this post
http://forums.freebsd.org/showthread.php?t=17607
after many try I have that problem and I send email to FreeBSD mailing list and describe my problem and they send my this email
So I go this directory and download everything
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.1-RELEASE/lib32/
and put them in one folder and run this command
for first time and do not see out put and I do not see messages about succeed of installation so I run that command again
and I see this error
but after this I can install virtualbox and do not see error about lib32 error , but when I want install OS on virtualbox , I see this error and I can run OS on virtualbox
but I see these
in
So I think problem is SRC and lib32 , so I want remove or deinstall lib32 and SRC
How I can remove lib32 and SRC ??
maybe this way solve my problem .
http://forums.freebsd.org/showthread.php?t=17607
after many try I have that problem and I send email to FreeBSD mailing list and describe my problem and they send my this email
Code:
On Wed, Sep 15, 2010 at 2:43 PM, Gholam Mostafa Faridi
<mostafafaridi@gmail.com> wrote:
> > I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC
> > directory , but when I run make install clean I see this error
> > " Requires 32-bit libraries installed under /usr/lib32.
> > Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 "
> > and I run this command
> > "cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32"
> > and after minutes I see this error
> >
download everything in
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.1-RELEASE/lib32/
to a directory and then run `sh install.sh` from there.
So I go this directory and download everything
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.1-RELEASE/lib32/
and put them in one folder and run this command
Code:
sh install.sh
and I see this error
Code:
/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 I see this error tooFailed to open a session for the virtual machine obsd.
The virtual machine 'obsd' has terminated unexpectedly during startup with exit code 1.
Code:
Kernel driver not installed (rc=-1908) Make sure the kernel module has been loaded successfully.
Code:
sem_load="YES"
cuse4bsd_load="YES"
vboxdrv_load="YES"
Code:
/boot/loader.conf
So I think problem is SRC and lib32 , so I want remove or deinstall lib32 and SRC
How I can remove lib32 and SRC ??
maybe this way solve my problem .