Building LZO on Solaris Notes: http://www.oberhumer.com/opensource/lzo/ # mkdir /build Download from http://www.oberhumer.com/opensource/lzo/download/lzo-1.08.tar.gz to /build # gzip -d lzo-1.08.tar.gz # tar xvf lzo-1.08.tar # cd /build/lzo-1.08 # ./configure --prefix=/usr/local # make # make test Look for message "All tests passed. Now you are ready to install LZO." # make install