Installing szip
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the szip installation package.
tar -zxvf szip-2.1.1.tar.gz
- Go to the directory generated after the decompression.
cd szip-2.1.1
- Perform the configuration.
./configure --prefix=/path/to/SZIP
- Perform the compilation and installation.
make -j 64 make install
- Load the szip environment variables.
export LD_LIBRARY_PATH=/path/to/SZIP/lib:$LD_LIBRARY_PATH
Parent topic: Configuring the Compilation Environment