installing zlib for postgres on ubuntu
- by pstanton
Hi, i've installed postgres on ubuntu and am trying to do a pg_dump but get the error message:
"pg_dump: [archiver] WARNING: requested compression not available in this installation -- archive will be uncompressed"
i've read that this is because i didn't install zlib along with postgres.
how can i install zlib for postgres now that postgres is already installed?
thanks.