Help with compilation gpg 1.0.6 on Solaris7

Lars Hecking lhecking@nmrc.ie
Mon Apr 15 17:15:02 2002


 
> 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