Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "UsingLzoCompression" page has been changed by LarsFrancke. The comment on this change is: add note for FreeBSD. http://wiki.apache.org/hadoop/UsingLzoCompression?action=diff&rev1=13&rev2=14 -------------------------------------------------- Ensure the native Lzo base library is available on every node: * on Ubuntu: apt-get install liblzo2-dev + * on FreeBSD: + * cd /usr/ports/archivers/lzo2/ && make install clean + * In addition you might need to copy the libraries and headers to where they can be found, the alternative being to include the directories in CFLAGS and LDFLAGS: + * cp -R /usr/local/include/lzo /usr/include/ + * cp /usr/local/lib/liblzo2.* /usr/lib/ * or Download and build [[http://www.oberhumer.com/opensource/lzo/]] Download the native connector library:
