Home

Installing x264 (via git) in OpenSolaris

Clone, configure and make12345678910cd /srcgit clone git://git.videolan.org/x264.gitcd x264CFLAGS=$( find -L /my -type d -name include -exec echo "-I{} " \; | grep -v "[.][0-9]" | tr -d '\n'

Installing Git 1.7.0.4 in OpenSolaris

Download the sourceDownload the file git-1.7.0.4.tar.gz from http://git-scm.com/download Save this in /src You may also want to verify the file signature or checksums and read the README or INSTALL fi

Installing LAME 3.98.4 in OpenSolaris

Download the sourceDownload the file lame-3.98.4.tar.gz from http://sourceforge.net/projects/lame/files/lame/ Save this in /src You may also want to verify the file signature or checksums and read the

Installing XVid 1.2.2 in OpenSolaris

Download the sourceDownload the file xvidcore-1.2.2.tar.gz from http://www.xvid.org/Downloads.43.0.html Save this in /src You may also want to verify the file signature or checksums and read the READM

Sharing ZFS filesystems in OpenSolaris

Set sharenfs on the serving computer12suzfs set sharenfs=ro rpool/wav “ro” = read-only“on” = read/write“off” = off The other setting is sharesmb which requires SUNWsmbs SUNWsmbskr, a reboot, and svcad

Limiting ZFS ARC Cache in OpenSolaris

Set zfs_arc_maxVia http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide#Limiting_the_ARC_Cache 12345678910For example, if an application needs 5 GBytes of memory on a system with36-GBy

Useful packages in OpenSolaris

To install these packages, open a Terminal and type: 123456pfexec pkg install SUNWlexpt sunstudio SUNWgmake \ gcc-dev-4 SUNWflexlex SUNWgnu-gettext SUNWlynx \ SUNWgnome-img-editor SUNWGtk SUNWhexedit

Installing OpenSSL 1.0.0 on OpenSolaris

Download the sourceDownload the file openssl-1.0.0.tar.gz from http://www.openssl.org/source/ Save this in /src You may also want to verify the file signature or checksums and read the README or INSTA

Installing MySQL 5.1.45 on OpenSolaris

Download the sourceDownload the file mysql-5.1.45.tar.gz from http://dev.mysql.com/downloads/mysql/ Save this in /src You may also want to verify the file signature or checksums and read the README or

Installing MySQL 5.1.44 on OpenSolaris

Download the sourceDownload the file mysql-5.1.44.tar.gz from http://dev.mysql.com/downloads/mysql/ Save this in /src You may also want to verify the file signature or checksums and read the README or