Обсуждение: [OT] Installing 8.3beta on debian (stable)

Поиск
Список
Период
Сортировка

[OT] Installing 8.3beta on debian (stable)

От
"Sean Davis"
Дата:
I have recently been convinced by a colleague to use debian (stable)
for our server.  Now, I would like to install 8.3beta.  I have been
running 8.3beta on another server and it (as usual) is quite stable.
How do I go about installing 8.3beta (using apt, if possible) on the
debian stable?  Feel free to tell me to ask on another list/forum, if
that is the best answer.

Thanks,
Sean

Re: [OT] Installing 8.3beta on debian (stable)

От
Oliver Elphick
Дата:
On Fri, 2007-11-16 at 11:28 -0500, Sean Davis wrote:
> I have recently been convinced by a colleague to use debian (stable)
> for our server.  Now, I would like to install 8.3beta.  I have been
> running 8.3beta on another server and it (as usual) is quite stable.
> How do I go about installing 8.3beta (using apt, if possible) on the
> debian stable?  Feel free to tell me to ask on another list/forum, if
> that is the best answer.

There will never be an official Debian package of 8.3 for current
stable.  What you can do is download the source files from
http://packages.debian.org/experimental/postgresql-8.3 and then build
postgresql-8.3 from source.  The process will go something like this:

[download postgresql-8.3_8.3~beta2-1.dsc
postgresql-8.3_8.3~beta2.orig.tar.gz
postgresql-8.3_8.3~beta2-1.diff.gz ]

[cd to a working directory, then
dpkg-source -x .../path/to/postgresql-8.3_8.3~beta2-1.dsc
]

apt-get install devscripts
cd postgresql-8.3
debuild

You will also have to install any packages that are reported as missing
along the way; these are build dependencies.  You can ignore the GPG
signing at the end of the build, since the package is only for your own
use.

The binary packages will be placed in the parent directory.  Install
them with:

dpkg -i *.deb

This will not sort out dependencies for you.  If any dependencies are
missing, install them with apt and repeat the dpkg command.

--
Oliver Elphick                                          olly@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
                 ========================================
 You're nearly out of time!   http://www.lfix.co.uk/disappearance.html


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: [OT] Installing 8.3beta on debian (stable)

От
chrisj
Дата:
Hi Oliver,

you said "There will never be an official Debian package of 8.3 for current
stable."

Any idea when 8.3 will make it to unstable??  Never delved into experimental
before and I am not sure I want to start now.


Oliver Elphick wrote:
>
>
> On Fri, 2007-11-16 at 11:28 -0500, Sean Davis wrote:
>> I have recently been convinced by a colleague to use debian (stable)
>> for our server.  Now, I would like to install 8.3beta.  I have been
>> running 8.3beta on another server and it (as usual) is quite stable.
>> How do I go about installing 8.3beta (using apt, if possible) on the
>> debian stable?  Feel free to tell me to ask on another list/forum, if
>> that is the best answer.
>
> There will never be an official Debian package of 8.3 for current
> stable.  What you can do is download the source files from
> http://packages.debian.org/experimental/postgresql-8.3 and then build
> postgresql-8.3 from source.  The process will go something like this:
>
> [download postgresql-8.3_8.3~beta2-1.dsc
> postgresql-8.3_8.3~beta2.orig.tar.gz
> postgresql-8.3_8.3~beta2-1.diff.gz ]
>
> [cd to a working directory, then
> dpkg-source -x .../path/to/postgresql-8.3_8.3~beta2-1.dsc
> ]
>
> apt-get install devscripts
> cd postgresql-8.3
> debuild
>
> You will also have to install any packages that are reported as missing
> along the way; these are build dependencies.  You can ignore the GPG
> signing at the end of the build, since the package is only for your own
> use.
>
> The binary packages will be placed in the parent directory.  Install
> them with:
>
> dpkg -i *.deb
>
> This will not sort out dependencies for you.  If any dependencies are
> missing, install them with apt and repeat the dpkg command.
>
> --
> Oliver Elphick                                          olly@lfix.co.uk
> Isle of Wight                              http://www.lfix.co.uk/oliver
> GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
>                  ========================================
>  You're nearly out of time!   http://www.lfix.co.uk/disappearance.html
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>

--
View this message in context:
http://www.nabble.com/-OT--Installing-8.3beta-on-debian-%28stable%29-tf4822449.html#a13917566
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.