%general-entities; ]> $LastChangedBy$ $Date$ LZO-&lzo-version; LZO Introduction to LZO LZO is a data compression library which is suitable for data decompression and compression in real-time. This means it favors speed over compression ratio. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &lzo-md5sum; Download size: &lzo-size; Estimated disk space required: &lzo-buildsize; Estimated build time: &lzo-time; User Notes: Installation of LZO Install LZO by running the following commands: ./configure --prefix=/usr \ --enable-shared \ --disable-static \ --docdir=/usr/share/doc/lzo-&lzo-version; && make To test the results, issue: make check; make test. Now, as the root user: make install The shared library needs to be moved to /lib, and as a result the .so file in /usr/lib will need to be recreated. Run the following command as the root user: mv -v /usr/lib/liblzo2.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/liblzo2.so) /usr/lib/liblzo2.so Command Explanations Contents Installed Programs Installed Libraries Installed Directories None liblzo2.so /usr/include/lzo and /usr/share/doc/lzo Short Descriptions liblzo2.so is a data compression and decompression library. liblzo2.so