Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 13:10:10 GMT
From:      Vick Khera <vivek@khera.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152134: [ERROR] cannot portupgrade 'slony1-1.2.20' to 'slony1-1.2.21' (databases/slony1)
Message-ID:  <201011111310.oABDAA9r005326@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/152134; it has been noted by GNATS.

From: Vick Khera <vivek@khera.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/152134: [ERROR] cannot portupgrade 'slony1-1.2.20' to
 'slony1-1.2.21' (databases/slony1)
Date: Thu, 11 Nov 2010 08:01:58 -0500

 It looks like slony is failing to finish its own internal config
 script, which is complaing about an old libpq.so library.
 
 Run this:   find /usr -name libpq.so\* -print
 
 and delete any old random libpq.so.N  files for N < the max number you
 find, which should be 5.
 
 The other option is that your libpq is requiring some other library,
 and your configuration is not showing that to slony, so the compile
 fails entirely for any libpq program.



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