> file libz.so has been presented and placed in /usr/local/lib If you are using csh/tcsh: $ make clean $ env LD_RUN_PATH=/usr/local/lib make In a Korn/Bourne shell: $ make clean $ LD_RUN_PATH=/usr/local/lib make