Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2011 19:33:42 -0200
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails
Message-ID:  <1320269622.87660.4.camel@z6000.lenzicasa>
In-Reply-To: <D358EEF1F9124D44B25B0ED225C8FDE615F3D6@hydra.dawnsign.com>
References:  <D358EEF1F9124D44B25B0ED225C8FDE615F3D2@hydra.dawnsign.com> <D358EEF1F9124D44B25B0ED225C8FDE615F3D3@hydra.dawnsign.com> <4EB199D1.7080604@yandex.ru> <D358EEF1F9124D44B25B0ED225C8FDE615F3D4@hydra.dawnsign.com> <4EB1A42E.80506@yandex.ru> <D358EEF1F9124D44B25B0ED225C8FDE615F3D6@hydra.dawnsign.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Try this;
pkg_delete -f postgresql-server postgresql-client
make sure it has been removed...
than.....
cd /usr/ports/databases/postgresql84-server
make clean config
In the configuration menu UNMARK GSSAPI
then.... 
cd /usr/ports/databases/postgresql84-client
make clean config
In the configuration menu UNMARK GSSAPI
back to  server.......
cd /usr/ports/databases/postgresql84-server
make install
--------------------------
This will build libpq.so.5 without the gssapi.

For me this works....

Sergio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1320269622.87660.4.camel>