Re: [OT] Installing 8.3beta on debian (stable)
От | Oliver Elphick |
---|---|
Тема | Re: [OT] Installing 8.3beta on debian (stable) |
Дата | |
Msg-id | 1195286389.11121.282.camel@linda.lfix.co.uk обсуждение исходный текст |
Ответ на | [OT] Installing 8.3beta on debian (stable) ("Sean Davis" <sdavis2@mail.nih.gov>) |
Ответы |
Re: [OT] Installing 8.3beta on debian (stable)
|
Список | pgsql-novice |
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.
В списке pgsql-novice по дате отправления: