Hi,
I'm a Windows adminstrators
... , but i was curios to learn more about the jails concept, so I installed FreeBSD as a Virtual Maschine on my Windows 7 maschine. I used VirtualBox by the way.
Installing FreeBSD worked fine for me, and so I also installed Gnome (don't like KDE that much, no real reason). And that, although FreeBSD with Gnome feels a little slow on my Intel i7 920, it pretty much works fine.
The next step for me was to look at VirtualBox for BSD. Thankfully I found something in the manuel on installing Virtualbox on a FreeBSD system and so I followed the manuel orders.
First I typed as root
The result was
Okay, if an error message tells me to do
Next my terminal tells me
which makes sense to me, because /usr/src is empty.
I downloaded FreeBSD 8.0 RELEASE amd64 from yesterday evening, so its pretty much the current version i guess.
Can anyone tell me how to get the lib32 on my system?
I'm a Windows adminstrators

Installing FreeBSD worked fine for me, and so I also installed Gnome (don't like KDE that much, no real reason). And that, although FreeBSD with Gnome feels a little slow on my Intel i7 920, it pretty much works fine.
The next step for me was to look at VirtualBox for BSD. Thankfully I found something in the manuel on installing Virtualbox on a FreeBSD system and so I followed the manuel orders.
First I typed as root
# cd /usr/ports/emulators/virtualbox-ose
# make install clean
The result was
Code:
Requires 32-bit libraries installed under /usr/lib32.
Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32
*** Error code 1
Stop in /usr/ports/emulators/virtualbox-ose.
*** Error code 1
Stop in /usr/ports/emulators/virtualbox-ose.
Okay, if an error message tells me to do
cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32
, then I'm willing to give it a try and also typed that in my terminal.Next my terminal tells me
Code:
make: don't know how to make build32. Stop
I downloaded FreeBSD 8.0 RELEASE amd64 from yesterday evening, so its pretty much the current version i guess.

Can anyone tell me how to get the lib32 on my system?