Forum OpenACS Q&A: Response to Postgres 7.1RC1 on Solaris 7

Collapse
Posted by Ahmed Moustafa on
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,