Hi Don,
Here is what I got from
pgsql-general@postgresql.org mailing list:
You need to set the LD_LIBRARY_PATH environment variable to include the location where libz is installed, e.g.,
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
And that helped. And I was able to install it successfully.
Regards,