Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Anyone know where I can get an 8.2.3 binary for ubuntu?



On 4/1/07, Mikko Partio <dun(at)haisuli(dot)net> wrote:
> Subject says it all.  Doing a source compile under Debian or
> Debian-like condition is not an option for the end user.  They need
> an apt-get (the ubuntu equivalent to rpm AFAICT) version.
>
> Unfortunately, the latest I can find is 8.1.8
> Where's 8.2.3?

>

What ubuntu version do you have? I believe that 8.2.3 is at the
repositories for edgy and feisty. Or download the .debs from
https://launchpad.net/ubuntu/+source/postgresql-8.2

Regards

MP


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
       message can get through to the mailing list cleanly



and once you downloaded the packages do a :

apt-get build-deps  postgresql-8.1
then

dpkg-source -x postgresql-8.2_8.2.3-2.dsc
cd postgresql-8.2-8.2.3
edit  debian/control   and  put the dapper's version for  debhelper  and  cdbs
dpkg-buildpackage -us -nc

you may ignore the  version dependency for  debhelper and cdbs  or edit the
debian/control     file  to use the  dapper version for those packages

then
add  this to your  /etc/apt/sources.list

deb-src http://archive.ubuntu.com/ubuntu/ feisty  main universe

then

apt-get source tzdata
cd tzdata-2007b
dpkg-buildpackage -rfakeroot
cd ..
dpkg -i tzdata_2007b0ubuntu1_all.deb


and now  install  postgresql 8.2.3



--
Leonel



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group