Re: [GENERAL] installation problem with postgres password

2012-07-18 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 adrian.kla...@gmail.com 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

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,

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 command

Re: [GENERAL] installation problem with postgres password

2012-07-18 Thread Alban Hertroys
On 18 July 2012 10:33, KOTa kota.a...@gmail.com 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

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 kota.a...@gmail.com 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

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 haram...@gmail.com

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 kota.a...@gmail.com 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,

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

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 kota.a...@gmail.com wrote: yes, many other programs.

Re: [GENERAL] installation problem with postgres password

2012-07-13 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 kota.a...@gmail.com 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

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 sachin.srivast...@enterprisedb.com wrote: Could

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

[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

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 to

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 raghu ram
On Thu, Jul 12, 2012 at 8:35 AM, KOTa kota.a...@gmail.com 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

[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

[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

Re: [GENERAL] Installation problem

2009-06-06 Thread Vick Khera
On Sat, Jun 6, 2009 at 3:01 AM, Pawan Agrawalpawanagrawal4...@gmail.com 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,

Re: [GENERAL] Installation problem ~!

2008-08-06 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. Check the

[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 anything

[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

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 cancel

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, I get the message Another

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

2008-07-06 Thread Susan Crayne
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: [EMAIL PROTECTED] Cc: pgsql-general@postgresql.org

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

2008-07-05 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

[GENERAL] installation problem

2008-02-14 Thread First NameBipllab Roy
I am having problem installing the postgre vre 8.2 in windows vista. during the installation period it displays the error mesage user postgres cannot be created access denied and suddenly the installation fails. please give me suggestion in this regard. -

Re: [GENERAL] installation problem

2008-02-14 Thread A. Kretschmer
am Thu, dem 14.02.2008, um 7:35:15 + mailte First NameBipllab Roy folgendes: I am having problem installing the postgre vre 8.2 in windows vista. during the installation period it displays the error mesage user postgres cannot be created access denied and suddenly the installation

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-14 Thread Stefan Schwarzer
I'm wondering if some of those files are missing, or the symlinks are dangling, on yours. Hmmm. here is what I have. Looks pretty similar Running out of easy answers, aren't we :-( The next thing I can think of is to run initdb under ktrace -i and compare the results with a

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Stefan Schwarzer
FATAL: XX000: failed to initialize lc_messages to LOCATION: InitializeGUCOptions, guc.c:2666 Typically what this means is that you have an improper setting of LANG or LC_ALL in your environment (improper meaning that it doesn't match any of the locales that are actually installed on your

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Stefan Schwarzer
FATAL: XX000: failed to initialize lc_messages to LOCATION: InitializeGUCOptions, guc.c:2666 Typically what this means is that you have an improper setting of LANG or LC_ALL in your environment (improper meaning that it doesn't match any of the locales that are actually installed on your

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Raymond O'Donnell
On 10/01/2008 12:30, Stefan Schwarzer wrote: /usr/local/pgsql/bin/initdb -D --locale=en_US.UTF-8 /Users/schwarzer/Documents/data_postgres Dunno if it'll make a difference, but I'd put the -D immediately before the path to the data directory. Ray.

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Stefan Schwarzer
/usr/local/pgsql/bin/initdb -D --locale=en_US.UTF-8 /Users/ schwarzer/Documents/data_postgres Dunno if it'll make a difference, but I'd put the -D immediately before the path to the data directory. Thanks for the hint. But unfortunately same error message

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Tom Lane
Raymond O'Donnell [EMAIL PROTECTED] writes: On 10/01/2008 12:30, Stefan Schwarzer wrote: /usr/local/pgsql/bin/initdb -D --locale=en_US.UTF-8 /Users/schwarzer/Documents/data_postgres Dunno if it'll make a difference, but I'd put the -D immediately before the path to the data directory.

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Stefan Schwarzer
/usr/local/pgsql/bin/initdb -D --locale=en_US.UTF-8 /Users/schwarzer/Documents/data_postgres Dunno if it'll make a difference, but I'd put the -D immediately before the path to the data directory. Also, pay attention to the first few lines of initdb output --- it will tell you what it thinks

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Tom Lane
Stefan Schwarzer [EMAIL PROTECTED] writes: Also, pay attention to the first few lines of initdb output --- it will tell you what it thinks it's supposed to use for locale. It tells me the following: The files belonging to this database system will be owned by user schwarzer. This user

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Stefan Schwarzer
g42:~ tgl$ ls -lR /usr/share/locale/en_US.UTF-8 total 40 lrwxr-xr-x 1 root wheel 28 Apr 26 2006 LC_COLLATE - ../ la_LN.US-ASCII/LC_COLLATE lrwxr-xr-x 1 root wheel 17 Apr 26 2006 LC_CTYPE - ../UTF-8/ LC_CTYPE drwxr-xr-x 3 root wheel 102 Mar 20 2005 LC_MESSAGES lrwxr-xr-x 1

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-10 Thread Tom Lane
Stefan Schwarzer [EMAIL PROTECTED] writes: I'm wondering if some of those files are missing, or the symlinks are dangling, on yours. Hmmm. here is what I have. Looks pretty similar Running out of easy answers, aren't we :-( The next thing I can think of is to run initdb under ktrace

[GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-09 Thread Stefan Schwarzer
Hi there, I am trying to install Postgres 8.1.11 on Mac Leopard. Compilation was ok. Now, the initdb has some problems: $ /usr/local/pgsql/bin/initdb -D --locale=C /Users/schwarzer/Documents/ data_postgres ... selecting default max_connections ... 10 selecting default shared_buffers ...

Re: [GENERAL] Installation problem: failed to initialize lc_messages to

2008-01-09 Thread Tom Lane
Stefan Schwarzer [EMAIL PROTECTED] writes: FATAL: XX000: failed to initialize lc_messages to LOCATION: InitializeGUCOptions, guc.c:2666 Typically what this means is that you have an improper setting of LANG or LC_ALL in your environment (improper meaning that it doesn't match any of the

[GENERAL] Installation problem

2007-08-08 Thread luca . ciciriello
Hi. I\'m trying to install PostgreSQL 8.2.3 on WindowsXP SP2 Media Center (2005 edition). I\'m administrator on this machine, but at the end of the installation process it fails reporting the following error: \Unable to start the service. You must have Administrator rights\. Then the installation

[GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread surabhi.ahuja
I am trying to install Postgre 8.2.0 on my mc FC4 first i installed the libs next when i tried installing: postgresql-8.2.0-2PGDG.i686.rpm it gave me this error: error: Failed dependencies: libreadline.so.5 is needed by postgresql-8.2.0-2PGDG please tell me what to do thanks,

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread Shoaib Mir
Can you show me the output for: ldconfig -p | grep libreadline --- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/11/06, surabhi.ahuja [EMAIL PROTECTED] wrote: I am trying to install Postgre 8.2.0 on my mc FC4 first i installed the libs next when i tried installing:

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread surabhi.ahuja
: Re: [GENERAL] installation problem, for Postgres 8.2.0 Can you show me the output for: ldconfig -p | grep libreadline --- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/11/06, surabhi.ahuja [EMAIL PROTECTED] wrote: I am trying to install Postgre 8.2.0 on my mc FC4

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread Shoaib Mir
libreadline it is ibreadline.so.4 (libc6) = /usr/lib/libreadline.so.4 thanks, regards Surabhi -- *From:* Shoaib Mir [mailto:[EMAIL PROTECTED] *Sent:* Mon 12/11/2006 4:26 PM *To:* surabhi.ahuja *Cc:* pgsql-general@postgresql.org *Subject:* Re: [GENERAL] installation

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread Dave Page
Shoaib Mir wrote: Logged in as 'root' user do the following: ln -s /usr/lib/libreadline.so.4 /usr/lib/libreadline.so.5 And then continue with the installation I'm no RPM expert, but doesn't a failed RPM dependency require that you install the correct RPM rather than adding

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread Shoaib Mir
The case here is that he might be using a RPM which is for FC5 and been used on FC4 which is why it keeps on looking for so.5 as libreadline.so.5 is the updated libreadline.so.4 in FC5. I have tried making symlinks (workaround) in the past and that worked for me this way when I used a FC5 built

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread surabhi.ahuja
I did it however i get the same error message should i reboot? thanks surabhi From: Shoaib Mir [mailto:[EMAIL PROTECTED] Sent: Mon 12/11/2006 4:34 PM To: surabhi.ahuja Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] installation problem, for Postgres

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread Albe Laurenz
I am trying to install Postgre 8.2.0 on my mc FC4 first i installed the libs next when i tried installing: postgresql-8.2.0-2PGDG.i686.rpm it gave me this error: error: Failed dependencies: libreadline.so.5 is needed by postgresql-8.2.0-2PGDG please tell me what to do

Re: [GENERAL] installation problem, for Postgres 8.2.0

2006-12-11 Thread Shoaib Mir
should i reboot? thanks surabhi -- *From:* Shoaib Mir [mailto:[EMAIL PROTECTED] *Sent:* Mon 12/11/2006 4:34 PM *To:* surabhi.ahuja *Cc:* pgsql-general@postgresql.org *Subject:* Re: [GENERAL] installation problem, for Postgres 8.2.0 Logged in as 'root' user do

[GENERAL] installation problem - semaphores

2006-04-02 Thread Yadu
Hi,I have installed postgre-sql in directory /usr/local1/postgresNow, I am trying to run /usr/local1/postgres/bin/initdb -D /usr/local1/postgres/dataI got following error. initdb -D /usr/local1/postgres/data The files belonging to this database system will be owned by user postgres.This user

Re: [GENERAL] installation problem - semaphores

2006-04-02 Thread Tom Lane
Yadu [EMAIL PROTECTED] writes: selecting default max_connections ... 10 selecting default shared_buffers ... 50 creating configuration files ... ok creating template1 database in /usr/local1/postgres/data/base/1 ... FATAL: could not create semaphores: No space left on device DETAIL: Failed

Re: [GENERAL] installation problem - semaphores

2006-04-02 Thread Luca Pireddu
On April 2, 2006 10:35, Tom Lane wrote: Yadu [EMAIL PROTECTED] writes: selecting default max_connections ... 10 selecting default shared_buffers ... 50 creating configuration files ... ok creating template1 database in /usr/local1/postgres/data/base/1 ... FATAL: could not create

Re: [GENERAL] installation problem - semaphores

2006-04-02 Thread fufay
u have to su postgres first,just like this: -- # rehash # su postgres postgres$ initdb -D /usr/local1/pgsql/data good luck! Yadu [EMAIL PROTECTED] news:[EMAIL PROTECTED] Hi, I have

Re: [GENERAL] Installation Problem

2005-10-25 Thread Martijn van Oosterhout
On Mon, Oct 24, 2005 at 08:59:17PM -0400, phil campaigne wrote: I can run ./configure but when I try to run make, the program cannot find a usable c compiler. I tried ./configure CC=/usr/lib/gcc-lib/i586-suse-linux/3.3.3/cc1 but get the error: cannot run c compiled programs. I think you

Re: [GENERAL] Installation Problem

2005-10-25 Thread Peter Wiersig
On Mon, Oct 24, 2005 at 08:59:17PM -0400, phil campaigne wrote: Hi All, I'm trying ot install postgresql 8.0.4 on suse 9.0. I can run ./configure but when I try to run make, the program cannot find a usable c compiler. I tried ./configure CC=/usr/lib/gcc-lib/i586-suse-linux/3.3.3/cc1

[GENERAL] Installation Problem

2005-10-24 Thread phil campaigne
Hi All, I'm trying ot install postgresql 8.0.4 on suse 9.0. I can run ./configure but when I try to run make, the program cannot find a usable c compiler. I tried ./configure CC=/usr/lib/gcc-lib/i586-suse-linux/3.3.3/cc1 but get the error: cannot run c compiled programs. I tried to downlaod

[GENERAL] Installation problem

2005-09-06 Thread Peter Cook
My installation has stalled with the following message:"User 'postgres' could not be created. The user account already exists!" Initially I had problems providing a suitable domain name and password. So, I have made several attempts at installation. How do I now proceed to install

Re: [GENERAL] Installation problem

2005-09-06 Thread A. Kretschmer
am 06.09.2005, um 20:13:57 +1000 mailte Peter Cook folgendes: My installation has stalled with the following message: User 'postgres' could not be created. The user account already exists! Which OS? Maybe it is useful to delete this account first. Regards, Andreas -- Andreas Kretschmer

[GENERAL] Installation problem with the version 8.0.2

2005-04-25 Thread K.RajaSekar
Hi I am trying to install the 8.0.2 version in windows 2000 server. After opening the installer, I have got the welcome screen. I have selected the Language English/English in the welcome screen and clicked the start button. I am getting the following error. There is a problem with this windows

Re: [GENERAL] Installation problem with the version 8.0.2

2005-04-25 Thread Akbar
http://www.microsoft.com/downloads/details.aspx?FamilyID=4b6140f9-2d36-4977-8fa1-6f8a0f5dca8fDisplayLang=en On Mon, 2005-04-25 at 15:37 +0530, K.RajaSekar wrote: Hi I am trying to install the 8.0.2 version in windows 2000 server. After opening the installer, I have got the welcome screen. I

[GENERAL] installation problem...

2004-07-29 Thread Jonathan Wynett
Hi: I'm installing postgresql 7.4.3 on Solaris and during ./configure I get the following error: checking types of arguments for accept()... configure: error: could not determine argument types Any ideas? Jon Wynett Senior Java Developer Research Systems, Inc. 303-413-3985 [EMAIL PROTECTED]

Re: [GENERAL] installation problem...

2004-07-29 Thread David Parker
To: '[EMAIL PROTECTED]' Subject: [GENERAL] installation problem... Hi: I'm installing postgresql 7.4.3 on Solaris and during ./configure I get the following error: checking types of arguments for accept()... configure: error: could not determine argument types Any ideas? Jon Wynett Senior Java

[GENERAL] Installation problem - mutex_lock/unlock or libpq.so ?

2004-06-20 Thread Adam Smith
Installation of 7.4.2, even with just ./configure : gmake step == _ gmake[4]: Leaving directory `/usr/home/smith/Temp_holding/staging-area/postgresql/postgresql-7.4.2/src/backend/parser' gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes

Re: [GENERAL] Installation problem: can't find $libdir

2003-07-02 Thread Tom Lane
Rich Cullingford [EMAIL PROTECTED] writes: LD_LIBRARY_PATH; su -l antura -c createlang plpgsql template1 ERROR: stat failed on file '$libdir/plpgsql': No such file or directory createlang: language installation failed IIRC, the directory meant by $libdir is determined at configure time (you

Re: [GENERAL] Installation problem

2000-10-10 Thread Adam Lang
] To: [EMAIL PROTECTED] Sent: Tuesday, October 10, 2000 7:37 AM Subject: [GENERAL] Installation problem I am installing on Mandrake Linux 7.0 and when I run configure I get : 'can not guess host type' It wants me to specify the host - is this the IP address or something else? Thanks Andrew

Re: [GENERAL] Installation problem

2000-10-10 Thread John Gray
If I recall, it is the type of system, linux, bsd, x86, etc. Stuff like that. I think I encountered a problem like that when trying to compile Sendmail. For that there was a paramter where you could specify the host type in one of the config files. I think the problem derives from some

Re: [GENERAL] Installation problem

2000-10-10 Thread Tom Lane
[EMAIL PROTECTED] writes: I am installing on Mandrake Linux 7.0 and when I run configure I get : 'can not guess host type' Hmm, so the config.guess script isn't able to make any sense of what your uname command produces. What do you get from "uname -a" ? regards, tom

Re: [GENERAL] Installation problem

2000-10-10 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: I am installing on Mandrake Linux 7.0 and when I run configure I get : 'can not guess host type' Your compiler installation is messed up. It wants me to specify the host - is this the IP address or something else? It's the type of the host system, e.g.,

Re: [GENERAL] Installation problem on Suse linux 6.3

1999-12-13 Thread Thomas Antepoth
On Sat, 11 Dec 1999, Wim Ceulemans wrote: I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel 2.2.13, glibc 2.1.2). I always get the following message when I run ./configure : checking for c++... c++ checking wheather the C++ compiler (C++ ) works... no configure: