Chris Browne wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Here are the open items for 8.2: > > > > http://momjian.postgresql.org/cgi-bin/pgopenitems > > > > This list will be continually updated until we release 8.2. > > I've got suggested patches for my item (e.g. - --with-openssl causing > contrib stuff to break on AIX); a couple of instances of: > > SHLIB_LINK = $(libpq) $(LIBS) > > in contrib/dblink/Makefile and contrib/sslinfo seem to do the trick. > I'm not sure of adverse effects for others, so that's only speculative > at this point...
My guess is that sslinfo needs it because of the use of the SSL libraries. I would guess any of the other /contrib modules would need similar changes. Can you do a 'make' at the top of the contrib tree and see what fails? -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend