Nexenta

Nexenta

Distributions

Official Nexenta website

Nexenta Operating System is a free and open source operating system combining the OpenSolaris kernel with GNU application userland. Nexenta Operating System runs on Intel/AMD 32/64bit hardware and is distributed as a single installable CD. Upgrades and binary packages not included on the CD can be installed from NexentaOS repository using Advanced Packaging Tool. In addition, source based software components can be downloaded from network repositories available at Debian/GNU Linux and Ubuntu Linux, and built as described here.

Compiling Wine on Nexenta:

Currently, Wine does not compile on Nexenta see bug 13002.

However, to get ready to compile Wine, follow these steps:

Download nexenta platform 1.0, test 3: http://www.nexenta.org/releases/nexenta-core-platform_1.0.1-b85-test3_x86.iso.zip

Install on hardware of choice (Mostly works in virtualbox, sound doesn't as of yet).

Once installed, install X/Gnome. See: http://www.nexenta.org/os/FAQ#head-87e98175a6d3f7aa088e1e24916a419e11882854 In short, add:

deb http://www.nexenta.org/apt-gnusolaris elatte-unstable main contrib non-free

to /etc/apt/sources.list, then:

sudo apt-get update ; sudo apt-get install nexenta-gnome

Reboot.

Now to setup Wine dependencies:

wget http://www.kegel.com/wine/hardy.sh
gedit hardy.sh

Remove: cvs, git-core, git, libcapi20-3m, libcapi20-dev, libldap2-dev, libopencdk10-dev, libtasn1-3-dev, linux-libc-dev, valgrind sudo sh hardy.sh

./configure && make depend && make

You'll hit bug 13002 here.


Nexenta (last edited 2011-11-10 10:07:47 by DmitryTimoshkov)