Re: PostgreSQL v8.1 on Sarge v3.1r2 problem
On 08/24/2006 4:46:54 AM +0100
"Jason Tan Boon Teck" <jasontn@gmail.com> said:
> The problem is the lsb-base and the ssl-cert requires a newer version
> than the cd's. I've tried it using synaptic and also apt-get.
I suspect you're a victim of the change of policy of backports. Add the
following to /etc/apt/preferences:
-------------------------------------
Package: postgresql-8.1
Pin: release a=sarge-backports
Pin-Priority: 999
Package: lsb-base
Pin: release a=sarge-backports
Pin-Priority: 999
Package: ssl-cert
Pin: release a=sarge-backports
Pin-Priority: 999
-------------------------------------
Then try installing postgres again.
Reply to: