Re: [GENERAL] Installation of BDR from source

2015-09-03 Thread Craig Ringer
On 3 September 2015 at 21:18, Ray Stell wrote: > This doc: http://bdr-project.org/docs/stable/installation-source.html > > at section: 3.3.3. Installation of BDR from source > > needs to have a "make install" added here: > > cd /path/to/bdr-plugin-source/ > PATH=/path/to/install:"$PATH" ./

[GENERAL] Installation of BDR from source

2015-09-03 Thread Ray Stell
This doc: http://bdr-project.org/docs/stable/installation-source.html at section: 3.3.3. Installation of BDR from source needs to have a "make install" added here: cd /path/to/bdr-plugin-source/ PATH=/path/to/install:"$PATH" ./configure make -j4 -s all -- Sent via pgsql-general m

Re: [GENERAL] Installation Size showing huge size in postgres installed on windows os

2015-03-19 Thread jaime soler gómez
El mié, 18-03-2015 a las 23:05 -0700, Rajagopal NS escribió: > I have installed Postgres 9.0 in my machine. When I look at Programs and > Features under Control Panel, > I see the Size for Postgres 9.0 is shown as 121GB. > > I feel neither the installation or the small postgres databases I would

[GENERAL] Installation Size showing huge size in postgres installed on windows os

2015-03-19 Thread Rajagopal NS
I have installed Postgres 9.0 in my machine. When I look at Programs and Features under Control Panel, I see the Size for Postgres 9.0 is shown as 121GB. I feel neither the installation or the small postgres databases I would have created use 121GB. Any reason why it shows 121GB Regards NS Raja

Re: [GENERAL] Installation Size showing huge size in postgres installed on windows os

2015-03-19 Thread Alban Hertroys
On 19 March 2015 at 13:44, Raymond O'Donnell wrote: > On 19/03/2015 12:39, jaime soler wrote: >> El mié, 18-03-2015 a las 23:05 -0700, Rajagopal NS escribió: >>> I have installed Postgres 9.0 in my machine. When I look at Programs and >>> Features under Control Panel, >>> I see the Size for Postgr

Re: [GENERAL] Installation Size showing huge size in postgres installed on windows os

2015-03-19 Thread Raymond O'Donnell
On 19/03/2015 12:39, jaime soler wrote: > El mié, 18-03-2015 a las 23:05 -0700, Rajagopal NS escribió: >> I have installed Postgres 9.0 in my machine. When I look at Programs and >> Features under Control Panel, >> I see the Size for Postgres 9.0 is shown as 121GB. >> >> I feel neither the instal

Re: [GENERAL] Installation Size showing huge size in postgres installed on windows os

2015-03-19 Thread jaime soler
El mié, 18-03-2015 a las 23:05 -0700, Rajagopal NS escribió: > I have installed Postgres 9.0 in my machine. When I look at Programs and > Features under Control Panel, > I see the Size for Postgres 9.0 is shown as 121GB. > > I feel neither the installation or the small postgres databases I would

[GENERAL] Installation Size showing huge size in postgres installed on windows os

2015-03-18 Thread Rajagopal NS
I have installed Postgres 9.0 in my machine. When I look at Programs and Features under Control Panel, I see the Size for Postgres 9.0 is shown as 121GB. I feel neither the installation or the small postgres databases I would have created use 121GB. Any reason why it shows 121GB Regards NS

[GENERAL] Installation

2013-01-08 Thread James
Hello, I was just wondering if it is possible to set the postgresql default folder to a data drive? I tried to change the default from my system drive because it was taking up far too much space, but it was having none of it and continued to install on my system drive. Regards, James. -- Sen

Re: [GENERAL] Installation Issue on Ubuntu under Xen

2012-12-09 Thread Adrian Klaver
On 12/09/2012 02:40 AM, P. Broennimann wrote: Hi there I have a VM running under XEN XCP. The VM is Ubuntu server 12.04.1/64 headless. The VM is completely fresh & clean and works fine. Then I install Postgresql... sudo apt-get install python-software-properties sudo add-apt-repositor

[GENERAL] Installation Issue on Ubuntu under Xen

2012-12-09 Thread P. Broennimann
Hi there I have a VM running under XEN XCP. The VM is Ubuntu server 12.04.1/64 headless. The VM is completely fresh & clean and works fine. Then I install Postgresql... sudo apt-get install python-software-properties sudo add-apt-repository ppa:pitti/postgresql sudo apt-get update s

Re: [GENERAL] Installation faillure version 8.4.12

2012-08-08 Thread John R Pierce
On 08/07/12 9:48 AM, Segato Luca wrote: We try to install, several times, postgres version 8.4.12, each installation was failed during the “post-install step ” displaying this error: (install-postgresql.log) what OS version? 32 or 64bit? f: is a local disk and not a network share? (storin

[GENERAL] Installation faillure version 8.4.12

2012-08-08 Thread Segato Luca
Dear All We try to install, several times, postgres version 8.4.12, each installation was failed during the "post-install step " displaying this error: (install-postgresql.log) Executing cscript //NoLogo "F:\postgressql/installer/server/initcluster.vbs" "postgres" "postgres" "" "F:\post

Re: [GENERAL] installation problem with postgres password

2012-07-18 Thread KOTa
thanks! that solved a problem. i used my own account. but it does not seem to be a limitation in number of accounts. because i can create new account, but without password. the problem comes out when i try to add password to it. On Wed, Jul 18, 2012 at 5:13 PM, Alban Hertroys wrote: > On 18 Jul

Re: [GENERAL] installation problem with postgres password

2012-07-18 Thread Craig Ringer
On 07/18/2012 10:13 PM, Alban Hertroys wrote: On 18 July 2012 10:33, KOTa wrote: update. managed to run it via command prompt "postgres_install.exe --serviceaccount postgres" it did start. it still asks for a password, but because i could not create any password for this user and installation d

Re: [GENERAL] installation problem with postgres password

2012-07-18 Thread Alban Hertroys
On 18 July 2012 10:33, KOTa wrote: > update. managed to run it via command prompt "postgres_install.exe > --serviceaccount postgres" > it did start. it still asks for a password, but because i could not > create any password for this user and installation does not accept > empty password, i am sti

Re: [GENERAL] installation problem with postgres password

2012-07-18 Thread KOTa
thank, this is a good idea. 1. i created account "postgres" 2. i tried to create a password for it, but got the same error message 3. i tried to run postgres installation with --serviceaccount option, but can't figure out a way to do it in win 7. (i tried to do it as i did in win XP - from comman

Re: [GENERAL] installation problem with postgres password

2012-07-18 Thread KOTa
update. managed to run it via command prompt "postgres_install.exe --serviceaccount postgres" it did start. it still asks for a password, but because i could not create any password for this user and installation does not accept empty password, i am still stuck On Wed, Jul 18, 2012 at 11:27 AM, KO

Re: [GENERAL] installation problem with postgres password

2012-07-17 Thread KOTa
yes, many other programs. although none of them needed to create an account On Wed, Jul 18, 2012 at 6:19 AM, Adrian Klaver wrote: > On 07/17/2012 03:29 AM, KOTa wrote: >> >> so nobody can help? :( >> > > If I followed correctly the problem is: > 1) You are on Windows 7 Home > 2) You have an admin

Re: [GENERAL] installation problem with postgres password

2012-07-17 Thread Sachin Srivastava
You can use an already existing account by specifying --serviceaccount CLI option. So you can: i) Create a new account and then use it. ii) Use an already existing account. See if this helps. On Wed, Jul 18, 2012 at 11:07 AM, KOTa wrote: > yes, many other programs. > although none of them nee

Re: [GENERAL] installation problem with postgres password

2012-07-17 Thread Adrian Klaver
On 07/17/2012 03:29 AM, KOTa wrote: so nobody can help? :( If I followed correctly the problem is: 1) You are on Windows 7 Home 2) You have an admin account and Guest account. 3) You are using the One-Click Installer 4) Using either account the install fails when it asks for the superuser pas

Re: [GENERAL] installation problem with postgres password

2012-07-17 Thread KOTa
so nobody can help? :( On Fri, Jul 13, 2012 at 10:56 AM, KOTa wrote: > there is no log, only thing which is left after failed installation > attempt is %TEMP%\postgresql_installer\ > with following files: > http://gyazo.com/01c378f7c55c876f937ca3798b255d37.png?1342165847 > > On Fri, Jul 13, 2012

Re: [GENERAL] installation problem with postgres password

2012-07-13 Thread KOTa
there is no log, only thing which is left after failed installation attempt is %TEMP%\postgresql_installer\ with following files: http://gyazo.com/01c378f7c55c876f937ca3798b255d37.png?1342165847 On Fri, Jul 13, 2012 at 9:44 AM, Sachin Srivastava wrote: > Could you see anything wrong in the instal

Re: [GENERAL] installation problem with postgres password

2012-07-12 Thread Sachin Srivastava
Could you see anything wrong in the installation log? (%TEMP%\install-postgresql.log) On Thu, Jul 12, 2012 at 11:04 AM, KOTa wrote: > postgres user does not exist yet, its a fresh new installation of > windows 7 Home. New HP laptop. > there is only my account (admin) and Guest > > i saw on inter

Re: [GENERAL] installation problem with postgres password

2012-07-12 Thread KOTa
postgres user does not exist yet, its a fresh new installation of windows 7 Home. New HP laptop. there is only my account (admin) and Guest i saw on internet someone had similar problem and this was resolved by removing HP protection tools tha was messing with policies, but i already removed it be

Re: [GENERAL] installation problem with postgres password

2012-07-11 Thread raghu ram
On Thu, Jul 12, 2012 at 8:35 AM, KOTa wrote: > that is what i though, but i tried many different combinations for > password, and at least 1 of them should satisfy policy requirements. > also my windows user password, which is accepted by OS and thus > satisfies the requirements resulted in same

Re: [GENERAL] installation problem with postgres password

2012-07-11 Thread KOTa
that is what i though, but i tried many different combinations for password, and at least 1 of them should satisfy policy requirements. also my windows user password, which is accepted by OS and thus satisfies the requirements resulted in same message i did try to see what policy is active, but i

Re: [GENERAL] installation problem with postgres password

2012-07-11 Thread Raymond O'Donnell
On 11/07/2012 15:47, KOTa wrote: > Hi all, > > i am trying to install postgres on a new machine with win 7. i tried > two different versions (9.0.4 and 9.1.4) and the problem is the same > > when i run installation it asks me to provide a password for superuser > and service account, > > i tried

[GENERAL] installation problem with postgres password

2012-07-11 Thread KOTa
Hi all, i am trying to install postgres on a new machine with win 7. i tried two different versions (9.0.4 and 9.1.4) and the problem is the same when i run installation it asks me to provide a password for superuser and service account, i tried to enter numerous options, including leaving it bl

Re: [GENERAL] installation problems on OSX Lion

2012-06-14 Thread Pratik Chauhan
Thank for your post... -- View this message in context: http://postgresql.1045698.n5.nabble.com/installation-problems-on-OSX-Lion-tp4627419p5712557.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.or

Re: [GENERAL] installation of plpython2.7

2012-05-01 Thread Peter Eisentraut
On tis, 2012-05-01 at 12:56 -0700, Mark Rostron wrote: > hi > I want to install madlib into a postgresql9.1.3 installation. > > > i am trying to: > a) make python2.7 > b) configure postgresql to point at the python2.7 working directory, > and > c) install postgresql9.1.3 (using python2.7) cd Pyt

[GENERAL] installation of plpython2.7

2012-05-01 Thread Mark Rostron
hi I want to install madlib into a postgresql9.1.3 installation. i am trying to: a) make python2.7 b) configure postgresql to point at the python2.7 working directory, and c) install postgresql9.1.3 (using python2.7) no success to date. to date my steps have been: 1. configure/make python2.7 (

Re: [GENERAL] installation problems on OSX Lion

2011-11-07 Thread stephaneg
Hello, I had the same issue and could solve it the following way. open a terminal, cd /usr/lib sudo mv libpq.5.dylib libpq.5.dylib-ORG sudo ln -s libpq.5.3.dylib libpq.5.dylib Cheers, Stéphane -- View this message in context: http://postgresql.1045698.n5.nabble.com/installation-problems-on-O

Re: [GENERAL] installation problems on OSX Lion

2011-11-02 Thread adamaltman
sean, could you share your solution in a little more detail. im having the exact problem now... -- View this message in context: http://postgresql.1045698.n5.nabble.com/installation-problems-on-OSX-Lion-tp4627419p4957366.html Sent from the PostgreSQL - general mailing list archive at Nabble.co

Re: [GENERAL] Installation woes via Macports on Mac OS X 10.7

2011-10-08 Thread Neil Tiffin
On Oct 8, 2011, at 1:01 AM, Tom Lane wrote: > =?iso-8859-1?Q?Ren=E9_Fournier?= writes: >> I've tried installation 8.4 and 9.0 on two different machines, and at the >> end can't start Postgresql. Here's the basic story: > > No, you started it all right, because it's there in the ps output: > >

Re: [GENERAL] Installation woes via Macports on Mac OS X 10.7

2011-10-07 Thread Tom Lane
=?iso-8859-1?Q?Ren=E9_Fournier?= writes: > I've tried installation 8.4 and 9.0 on two different machines, and at the end > can't start Postgresql. Here's the basic story: No, you started it all right, because it's there in the ps output: > Fri Oct 07 14:18:20 -- Baby-Irmo :: ps -ax | grep "post

Re: [GENERAL] Installation woes via Macports on Mac OS X 10.7

2011-10-07 Thread Scott Ribe
On Oct 7, 2011, at 3:48 PM, René Fournier wrote: > Well, I changed them at the shell and in sysctl, and restarted (on both > machines). Check them at the shell. If they're not what you set in sysctl.conf, then your sysctl.conf is not correct, and since you can't change them after startup, you

Re: [GENERAL] Installation woes via Macports on Mac OS X 10.7

2011-10-07 Thread René Fournier
Hi Scott, On 2011-10-07, at 2:57 PM, Scott Ribe wrote: > On Oct 7, 2011, at 2:24 PM, René Fournier wrote: > >> I've tried installation 8.4 and 9.0 on two different machines, and at the >> end can't start Postgresql. Here's the basic story: > > You can't change shmall & shmmax after boot. They

Re: [GENERAL] Installation woes via Macports on Mac OS X 10.7

2011-10-07 Thread Scott Ribe
On Oct 7, 2011, at 2:24 PM, René Fournier wrote: > I've tried installation 8.4 and 9.0 on two different machines, and at the end > can't start Postgresql. Here's the basic story: You can't change shmall & shmmax after boot. They must be set during startup. If you're on a recent version of OS X,

[GENERAL] Installation woes via Macports on Mac OS X 10.7

2011-10-07 Thread René Fournier
I've tried installation 8.4 and 9.0 on two different machines, and at the end can't start Postgresql. Here's the basic story: […] ---> Building postgresql90-server ---> Staging postgresql90-server into destroot ---> Creating launchd control script ##

Re: [GENERAL] installation problems on OSX Lion

2011-07-23 Thread Sean Moss-Pultz
On Sun, Jul 24, 2011 at 2:29 PM, Darren Duncan wrote: > If you're using the bleeding edge anyway with Lion, why not use Postgres > 9.0.4 with it, which is also on that page?  Or at least see if it works > where you got this 8.4 error.  I have nothing to suggest otherwise. -- Thanks for the reply.

Re: [GENERAL] installation problems on OSX Lion

2011-07-23 Thread Darren Duncan
If you're using the bleeding edge anyway with Lion, why not use Postgres 9.0.4 with it, which is also on that page? Or at least see if it works where you got this 8.4 error. I have nothing to suggest otherwise. -- Darren Duncan Sean Moss-Pultz wrote: Hi list After installing PostgreSQL (8.4

[GENERAL] installation problems on OSX Lion

2011-07-23 Thread Sean Moss-Pultz
Hi list After installing PostgreSQL (8.4.8-1) from: http://www.enterprisedb.com/products-services-training/pgdownload#osx on OSX Lion, when running psql I get the following error: dyld: Library not loaded: /usr/lib/libpq.5.dylib Referenced from: /usr/bin/psql Reason: no suitable image f

Re: [GENERAL] Installation Issue of PostgresPlus-9.0

2011-02-02 Thread Sachin Srivastava
Install termcap (http://ftp.gnu.org/gnu/termcap/) Add --enable-install-termcap configure option while running configure. On Feb 2, 2011, at 3:29 PM, Adarsh Sharma wrote: > I add one more thing after researching i find that this a bug and the > solution is to install libtermcap library solves t

Re: [GENERAL] Installation Issue of PostgresPlus-9.0

2011-02-02 Thread Adarsh Sharma
I add one more thing after researching i find that this a bug and the solution is to install libtermcap library solves this problem. I followed the below steps : sudo apt-get install gcc sudo apt-get install libgcc1 sudo apt-get install g++ sudo apt-get install cpp sudo apt-get install ncurses-b

[GENERAL] Installation Issue of PostgresPlus-9.0

2011-02-02 Thread Adarsh Sharma
Dear all, I am trying to install postgresplus on a Ubuntu10.4 based system. I got a problem after installation when i issued the below command : root@S10-MySQL:/opt/PostgresPlus/9.0SS# bin/psql -Upostgres Password for user postgres: psql (9.0.2) Type "help" for help. Cannot read termcap databa

Re: [GENERAL] Installation of postgres server-8.4

2010-10-20 Thread Sergey Konoplev
Start with it http://www.postgresql.org/docs/8.4/interactive/admin.html On 20 October 2010 11:14, sameer malve wrote: > Hi sir, > >    Can you please guide me for installation of postgres server-8.4. > > > Thanks & Regards, > Sameer M. Malve > -- Sergey Konoplev Blog: http://gray-hemp.blogsp

Re: [GENERAL] Installation of postgres server-8.4

2010-10-20 Thread Dann Corbit
From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of sameer malve Sent: Wednesday, October 20, 2010 12:14 AM To: pgsql-general@postgresql.org Subject: [GENERAL] Installation of postgres server-8.4 Hi sir, Can you please guide me for installation

[GENERAL] Installation of postgres server-8.4

2010-10-20 Thread sameer malve
Hi sir, Can you please guide me for installation of postgres server-8.4. Thanks & Regards, Sameer M. Malve

Re: [GENERAL] installation on vista

2010-04-23 Thread Dave Page
On Fri, Apr 23, 2010 at 4:03 PM, Watson, Nathaniel wrote: > > It appears that no log is being created in %TEMP% that as a result of this > problem. Very odd. Does anything get created in %TEMP%? That early in the installation it's probably unpacking some of the files it'll need for the pre-flight

Re: [GENERAL] installation on vista

2010-04-23 Thread Watson, Nathaniel
-Original Message- From: Dave Page [mailto:dp...@pgadmin.org] Sent: Thu 4/22/2010 3:35 AM To: Craig Ringer Cc: Watson, Nathaniel; pgsql-general@postgresql.org Subject: Re: [GENERAL] installation on vista On Thu, Apr 22, 2010 at 1:47 AM, Craig Ringer wrote: > On 22/04/2010 1:05

Re: [GENERAL] installation on vista

2010-04-22 Thread Dave Page
On Thu, Apr 22, 2010 at 1:47 AM, Craig Ringer wrote: > On 22/04/2010 1:05 AM, Watson, Nathaniel wrote: >> >> I have downloaded the one click installer on Vista. > > From where? What version? > >> I right click on >> the executable and select run as administrator, and an empty dialog box >> appears

Re: [GENERAL] installation on vista

2010-04-21 Thread Craig Ringer
On 22/04/2010 1:05 AM, Watson, Nathaniel wrote: I have downloaded the one click installer on Vista. From where? What version? I right click on the executable and select run as administrator, and an empty dialog box appears. This is as far as I can go. Any suggestions? Does this dialog appea

[GENERAL] installation on vista

2010-04-21 Thread Watson, Nathaniel
I have downloaded the one click installer on Vista. I right click on the executable and select run as administrator, and an empty dialog box appears. This is as far as I can go. Any suggestions?

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-30 Thread Devrim GÜNDÜZ
On Tue, 2009-12-29 at 17:22 -0800, Nick wrote: > > More info did a > > rpm -qa | grep gcc > > and gave me > > gcc-4.1.2-46el14.4.1 > > Thinking was that this included the g++, is that not the case? Or do > we need a version gcc-c++? Did you read the previous e-mails? I remember at least 2 re

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 29, 4:19 pm, j...@commandprompt.com ("Joshua D. Drake") wrote: > On Tue, 2009-12-29 at 13:21 -0800, Nick wrote: > > On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > > > Nick wrote: > > > > 'g++' or g++ says -bash g++: command not found > > > > > distro is red hat > > > > Assu

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 29, 4:19 pm, j...@commandprompt.com ("Joshua D. Drake") wrote: > On Tue, 2009-12-29 at 13:21 -0800, Nick wrote: > > On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > > > Nick wrote: > > > > 'g++' or g++ says -bash g++: command not found > > > > > distro is red hat > > > > Assu

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 29, 4:19 pm, j...@commandprompt.com ("Joshua D. Drake") wrote: > On Tue, 2009-12-29 at 13:21 -0800, Nick wrote: > > On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > > > Nick wrote: > > > > 'g++' or g++ says -bash g++: command not found > > > > > distro is red hat > > > > Assu

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Joshua D. Drake
On Tue, 2009-12-29 at 13:21 -0800, Nick wrote: > On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > > Nick wrote: > > > 'g++' or g++ says -bash g++: command not found > > > > > distro is red hat > > > > Assuming thats RHEL5, > > > > yum install gcc-c++ > > > > if its RHEL4 or earl

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 29, 1:21 pm, Nick wrote: > On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > > > > > Nick wrote: > > > 'g++' or g++ says -bash g++: command not found > > > > distro is red hat > > > Assuming thats RHEL5, > > >     yum install gcc-c++ > > > if its RHEL4 or earlier, use up2date

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > Nick wrote: > > 'g++' or g++ says -bash g++: command not found > > > distro is red hat > > Assuming thats RHEL5, > >     yum install gcc-c++ > > if its RHEL4 or earlier, use up2date instead.   either of these will > require a RHN subs

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 29, 1:21 pm, Nick wrote: > On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > > > > > Nick wrote: > > > 'g++' or g++ says -bash g++: command not found > > > > distro is red hat > > > Assuming thats RHEL5, > > >     yum install gcc-c++ > > > if its RHEL4 or earlier, use up2date

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
On Dec 28, 8:22 pm, pie...@hogranch.com (John R Pierce) wrote: > Nick wrote: > > 'g++' or g++ says -bash g++: command not found > > > distro is red hat > > Assuming thats RHEL5, > >     yum install gcc-c++ > > if its RHEL4 or earlier, use up2date instead.   either of these will > require a RHN subs

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
Problem is we already have gcc-c++ but when we try to do a ./configure for the geos3.2.0 install it gives errors saying it is looking for g+ +, is it version of gcc-c++ is the highest upgrade and should have g++ included according to tech specialist. He is actually doing the install...trying to fin

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
Problem is we already have gcc-c++ but when we try to do a ./configure for the geos3.2.0 install it gives errors saying it is looking for g+ +, is it version of gcc-c++ is the highest upgrade and should have g++ included according to tech specialist. He is actually doing the install...trying to fin

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-29 Thread Nick
Problem is we already have gcc-c++ but when we try to do a ./configure for the geos3.2.0 install it gives errors saying it is looking for g+ +, is it version of gcc-c++ is the highest upgrade and should have g++ included according to tech specialist. He is actually doing the install...trying to fin

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread John R Pierce
Nick wrote: 'g++' or g++ says -bash g++: command not found distro is red hat Assuming thats RHEL5, yum install gcc-c++ if its RHEL4 or earlier, use up2date instead. either of these will require a RHN subscription to be activated. if it is in fact, centos 3,4,5, yum install g

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread Tom Lane
Nick writes: > 'g++' or g++ says -bash g++: command not found So you haven't got it installed. > distro is red hat "Red Hat" is pretty darn nonspecific, but on recent Fedora g++ is part of the gcc-c++ package. regards, tom lane -- Sent via pgsql-general mailing list (

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread Nick
On Dec 28, 7:20 pm, a...@squeakycode.net (Andy Colson) wrote: > On 12/28/2009 08:24 PM, Nick wrote: > > > > > Trying to install postgis on LINUX machine, need to find the geos- > > config file, as seems it is no where to be found after download of > > postgis in the ./configure step, is there anyon

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread Devrim GÜNDÜZ
On Mon, 2009-12-28 at 18:24 -0800, Nick wrote: > Trying to install postgis on LINUX machine, Which Linux? Many distros have PostGIS and related stuff in their repositories. You don't need to compile them. > need to find the geos-config file, as seems it is no where to be found > after download of

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread Andy Colson
On 12/28/2009 08:24 PM, Nick wrote: Trying to install postgis on LINUX machine, need to find the geos- config file, as seems it is no where to be found after download of postgis in the ./configure step, is there anyone that can give me a clue on how to find this file? Ultimate goal is to get post

Re: [GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread Paul Ramsey
Nick, You'll find GEOS questions get answered better on the GEOS mailing list (http://lists.osgeo.org/mailman/listinfo/geos-devel), BUT: If ./configure is not finding g++ then odds are, you don't have it installed (type g++ on the commandline, see what happens). Use your package manager to do a se

[GENERAL] Installation of Postgis/postgresql

2009-12-28 Thread Nick
Trying to install postgis on LINUX machine, need to find the geos- config file, as seems it is no where to be found after download of postgis in the ./configure step, is there anyone that can give me a clue on how to find this file? Ultimate goal is to get postgis working so we can use geom data ty

[GENERAL] Installation problem

2009-12-24 Thread Alexander Solovkin
Hello! I have problems with installation PostgreSQL 8.4.2 on Windows7x64. Installation passes normally, but in the end there is an error message of the following maintenance: "Problem running post-instal step. Installation may not complete correctly. The database cluster initialisation failed." In

Re: [GENERAL] Installation problem

2009-06-06 Thread Vick Khera
On Sat, Jun 6, 2009 at 3:01 AM, Pawan Agrawal wrote: > I have installed postgresql 8.0 which is supportive to New genlib. But I am > facing problem in connecting the database. during database connection the > follwoing error is displayed. Postgres 8.0 is very old, especially if you are running it

[GENERAL] Installation problem

2009-06-06 Thread Pawan Agrawal
Dear Sir, I have installed postgresql 8.0 which is supportive to New genlib. But I am facing problem in connecting the database. during database connection the follwoing error is displayed. *psql: received invalid response to SSL negotiation. I am new to postgresql. Plese suggest me how can i solv

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-27 Thread Dhaval Jaiswal
009 12:34:17 AM Subject: Re: [GENERAL] Installation Error, Server Won't Start On 18/03/2009 22:22, ray wrote: > I do not see an opportunity to request a log to be written.  From the > Psotgre site, I downloaded: > postgresql-8.3.7-1-windows.exe Ah, I see - that's the one-click

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-19 Thread ray
Raymond, I used the pgInstaller on the Win2K box and it is working. I downloaded from a different mirror. The installation ran a little different. Additionally, there seemed to be an issue with rights. The installer setup a user which I accepted but it came back saying that the rights weren't r

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-19 Thread ray
On Mar 19, 2:04 pm, r...@iol.ie ("Raymond O'Donnell") wrote: > On 18/03/2009 22:22, ray wrote: > > > I do not see an opportunity to request a log to be written.  From the > > Psotgre site, I downloaded: > > postgresql-8.3.7-1-windows.exe > > Ah, I see - that's the one-click installer, which is main

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-19 Thread ray
On Mar 19, 2:04 pm, r...@iol.ie ("Raymond O'Donnell") wrote: > On 18/03/2009 22:22, ray wrote: > > > I do not see an opportunity to request a log to be written.  From the > > Psotgre site, I downloaded: > > postgresql-8.3.7-1-windows.exe > > Ah, I see - that's the one-click installer, which is main

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-19 Thread Raymond O'Donnell
On 18/03/2009 22:22, ray wrote: > I do not see an opportunity to request a log to be written. From the > Psotgre site, I downloaded: > postgresql-8.3.7-1-windows.exe Ah, I see - that's the one-click installer, which is maintained by EnterpriseDB. I haven't used that one; I was thinking of the com

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-18 Thread ray
On Mar 18, 5:07 pm, r...@iol.ie ("Raymond O'Donnell") wrote: > On 18/03/2009 21:10, ray wrote: > > > I downloaded the 8.3 exe for Windows (XP) and started the > > installation.  When it got near the end, a warning window opened > > stating "Problem running post-install step.  Installation may not >

Re: [GENERAL] Installation Error, Server Won't Start

2009-03-18 Thread Raymond O'Donnell
On 18/03/2009 21:10, ray wrote: > I downloaded the 8.3 exe for Windows (XP) and started the > installation. When it got near the end, a warning window opened > stating "Problem running post-install step. Installation may not > complete correctly. Failed to start the database server." Did you se

[GENERAL] Installation Error, Server Won't Start

2009-03-18 Thread ray
I downloaded the 8.3 exe for Windows (XP) and started the installation. When it got near the end, a warning window opened stating "Problem running post-install step. Installation may not complete correctly. Failed to start the database server." When I openned the pgadmin, the server pane showed

Re: [GENERAL] installation

2009-02-04 Thread Grzegorz Jaśkiewicz
On Wed, Feb 4, 2009 at 9:09 AM, Kusuma Pabba wrote: > Hello all, > i am new to postgresql, i want to create tables in this > > i have followed > 10 Steps to Installing PostgreSQL which is chapter two of installing > postgresql > > i could follow upto step no 7 > but i am getting errors from

[GENERAL] installation

2009-02-04 Thread Kusuma Pabba
Hello all, i am new to postgresql, i want to create tables in this i have followed 10 Steps to Installing PostgreSQL which is chapter two of installing postgresql i could follow upto step no 7 but i am getting errors from step 8 while following the steps i got message like post

Re: [GENERAL] Installation Error of postgresql-8.1.5 with perl.

2008-11-04 Thread praveen
Hello Tom, During configure I find the error in config.log file checking for flags to link embedded Perl... Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/li

Re: [GENERAL] Installation Error of postgresql-8.1.5 with perl.

2008-11-04 Thread Tom Lane
"praveen" <[EMAIL PROTECTED]> writes: > but when I execute command "make " that time I got following errors. > make[3]: *** [plperl.o] Error 1 > make[3]: Leaving directory `/home/postgres/postgresql-8.1.5/src/pl/plperl' > make[2]: *** [all] Error 1 > make[2]: Leaving directory `/home/postgre

[GENERAL] Installation Error of postgresql-8.1.5 with perl.

2008-11-04 Thread praveen
Hello , I am trying to install postgresql-8.1.5 and postgresql-8.2.5 in linux (Linux version 2.6.25-14.fc9.i686 (mockbuild@) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) #1 SMP Thu May 1 06:28:41 EDT 2008).but during compilation it is showing following error. make[3]: *** [plperl.o]

Re: [GENERAL] Installation on CentOS 5.2 (readline trouble)

2008-10-07 Thread Carlos Moreno
Tom Lane wrote: > > libreadline depends on libtermcap in RHEL-5, but so far as I can see > this dependency is explicit in the RPM, so it shouldn't have been > possible to not install termcap. (However, I'm not sure just how bright > the dependency solver was in RHEL-5 ... maybe it let you install

Re: [GENERAL] Installation on CentOS 5.2 (readline trouble)

2008-10-07 Thread Tom Lane
Carlos Moreno <[EMAIL PROTECTED]> writes: > I just downloaded the latest, 8.3.4, and I'm trying to install it on > a CentOS 5.2 machine with all the updates (64-bit --- the system > is an Opteron DC) > The configure script fails reporting it doesn't find readline. libreadline depends on libtermc

Re: [GENERAL] Installation on CentOS 5.2 (readline trouble)

2008-10-06 Thread Greg Smith
On Mon, 6 Oct 2008, Carlos Moreno wrote: The configure script fails reporting it doesn't find readline. The package readline-devel *is* installed, and indeed the .so file is under /usr/lib and /usr/lib64 If I remember correctly this happens if you try to build from source but are missing ncur

Re: [GENERAL] Installation on CentOS 5.2 (readline trouble)

2008-10-06 Thread Scott Marlowe
On Mon, Oct 6, 2008 at 7:17 PM, Carlos Moreno <[EMAIL PROTECTED]> wrote: > > Hi, > > I just downloaded the latest, 8.3.4, and I'm trying to install it on > a CentOS 5.2 machine with all the updates (64-bit --- the system > is an Opteron DC) > > The configure script fails reporting it doesn't find

[GENERAL] Installation on CentOS 5.2 (readline trouble)

2008-10-06 Thread Carlos Moreno
Hi, I just downloaded the latest, 8.3.4, and I'm trying to install it on a CentOS 5.2 machine with all the updates (64-bit --- the system is an Opteron DC) The configure script fails reporting it doesn't find readline. The package readline-devel *is* installed, and indeed the .so file is under

Re: [GENERAL] Installation problem ~!

2008-08-05 Thread Albe Laurenz
Harshad Pethe wrote: > I have recently tried to install pgsql on Windows but > I get the following error consistently ! > > Error : " psql : recieved invalid response to SSL negotiation ! " > > This error is encountered as soon as I try to start psql ! Sounds like an SSL problem. Chec

[GENERAL] Installation problem ~!

2008-08-05 Thread Harshad Pethe
Hi, I have recently tried to install pgsql on Windows but I get the following error consistently ! Error : " psql : recieved invalid response to SSL negotiation ! " This error is encountered as soon as I try to start psql ! The installation completes fine , but I'm not able to do anythin

Re: [GENERAL] Installation problem -- another installation is in progress

2008-07-06 Thread Susan Crayne
I deleting the correct three, and the install ran to completion. Susan --- On Sun, 7/6/08, Dave Page <[EMAIL PROTECTED]> wrote: > From: Dave Page <[EMAIL PROTECTED]> > Subject: Re: [GENERAL] Installation problem -- another installation is in > progress > To: [EM

Re: [GENERAL] Installation problem -- another installation is in progress

2008-07-06 Thread Martin Gainty
; From: [EMAIL PROTECTED]> Subject: [GENERAL] Installation problem -- another installation is in progress> To: pgsql-general@postgresql.org> > I am attempting to install the postrgresql-8.3.3-1 download on Windows Vista. When I get to the "Ready to install" dialog and click OK

Re: [GENERAL] Installation problem -- another installation is in progress

2008-07-06 Thread Dave Page
On Sat, Jul 5, 2008 at 11:16 PM, Susan Crayne <[EMAIL PROTECTED]> wrote: > I am attempting to install the postrgresql-8.3.3-1 download on Windows Vista. > When I get to the "Ready to install" dialog and click OK, I get the message > "Another installation is in progress", and I need to click on c

[GENERAL] Installation problem -- another installation is in progress

2008-07-06 Thread Susan Crayne
I am attempting to install the postrgresql-8.3.3-1 download on Windows Vista. When I get to the "Ready to install" dialog and click OK, I get the message "Another installation is in progress", and I need to click on cancel and end the installation -- otherwise I am in a loop. This happens even

  1   2   3   >