Re: Shared library conflicts
От
William ZHANG
Тема
Re: Shared library conflicts
Дата
Msg-id
e7gem3$1678$1@news.hub.org
Список
Дерево обсуждения
Re: Shared library conflicts "William ZHANG" <uniware@zedware.org>
"Thomas Hallgren" > > Another related question. What happens when I use --without-zlib? Does it > have any effect on besides disabling compression for the dump/restore > utilities? Is there anyway to make it affect the backend only? --without-zlib will affected LIBS and HAVE_LIBZ defined in configure. I searched HAVE_LIBZ in the source code, and find only pg_dump use it. I think we can change LIBS to not include "-lz" in configure, and add "-lz" for pg_dump in its Makefile. With regards, William ZHANG > > Kind Regards, > Thomas Hallgren > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Have you searched our list archives? > > http://archives.postgresql.org >
В списке pgsql-hackers по дате отправления