Thread: Postgres 7.3.4 install
Hi, Hope you can help. I am about to install postgresql-7.3.4 on redhat7.3. The installation doc instructs as follows: using default configuration to build the server and utilities, as well as all client applications and interfaces that requirea C compiler. All files will be installed under /usr/local/pgsql by default. But I am getting no such file or directory. I checked the bin directory that I can not locate the configure script. Do Ineed to install the script first or is it a directory I have not worked out as yet. As you will have gathered, I am new to postgres and Linux. you help will be most appreciated. Regards, Anthony If you have received this email in error, please delete it immediately and notify the sender. This email may contain confidential information and if you are not the intended recipient, you must not copy, distributeor rely on it. As email is not a 100% secure communications medium, you accept that there are risks in communicating by email by doing so.We advise you to check that emails and attachments are virus-free before opening them. No contracts can be entered intoon our behalf by email. Opinions expressed in this email are not necessarily endorsed by us unless otherwise specificallystated. We reserve the right to read and monitor any email or attachment entering or leaving our systems withoutprior notice. Ordnance Survey Romsey Road Southampton SO16 4GU Tel: 023 8079 2000 http://www.ordnancesurvey.co.uk
Le Mon, 13 Oct 2003 13:04:50 +0100, Anthony Agoro (C) <Anthony.Agoro@ordnancesurvey.co.uk> a écrit: > Hi, > I am about to install postgresql-7.3.4 on redhat7.3. > But I am getting no such file or directory. I checked the bin directory > that I can not locate the configure script. Do I need to install the > script first or is it a directory I have not worked out as yet. hi anthony, First of all, can you please tell us what version you have downloaded... is it the binary RPM version, the source rpm version ? the source tar.gz or tar.bz2 ? then if the sources were the right answer and that you have successfully extracted them in a directory such as /my/directory, then you should be able to go to this directory with cd /my/directory, and to configure postgres with a ./configure It's from memory because my 2 last installs were done with the rpm on a RH 7.3 (which works fine also...) stephane
Anthony - > Hope you can help. > > I am about to install postgresql-7.3.4 on redhat7.3. > > The installation doc instructs as follows: > > using default configuration to build the server and utilities, as well as > all client applications and interfaces that require a C compiler. All > files will be installed under /usr/local/pgsql by default. > > But I am getting no such file or directory. I checked the bin directory > that I can not locate the configure script. Do I need to install the > script first or is it a directory I have not worked out as yet. > > As you will have gathered, I am new to postgres and Linux. you help will > be most appreciated. If you're installing from source -- it sounds like you're installing from source -- have you gone through the configure, make, make install steps without error(s)? - Jim ----- James Cradock, jcradock@me3.com Me3 Technology Consultants, LLC 24 Preble Street Portland, Maine, USA 04101 http://www.me3.com/
Hi Stephane & James - thank you both. I downloaded the source 7.3.4.tar.gz Reading Stephane's reply, I have managed to locate the ./configure directory and have just run the script. It has gone throughthe checking and config.status, I will now attempt to carry on following the instruction. Thanks guys. Regards, Anthony -----Original Message----- From: stephane parenton [mailto:stephane@parenton.com] Sent: 13 October 2003 13:14 To: postgres general Subject: Re: [GENERAL] Postgres 7.3.4 install Le Mon, 13 Oct 2003 13:04:50 +0100, Anthony Agoro (C) <Anthony.Agoro@ordnancesurvey.co.uk> a écrit: > Hi, > I am about to install postgresql-7.3.4 on redhat7.3. > But I am getting no such file or directory. I checked the bin directory > that I can not locate the configure script.Do I need to install the > script first or is it a directory I have not worked out as yet. hi anthony, First of all, can you please tell us what version you have downloaded... is it the binary RPM version, the source rpm version? the source tar.gz or tar.bz2 ? then if the sources were the right answer and that you have successfully extracted them in a directory such as /my/directory, then you should be able to go to this directory with cd /my/directory, and to configure postgres with a ./configure It's from memory because my 2 last installs were done with the rpm on a RH 7.3 (which works fine also...) stephane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match This Email and any attachments have been virus checked upon receipt at the Ordnance Survey and is free of all known viruses. If you have received this email in error, please delete it immediately and notify the sender. This email may contain confidential information and if you are not the intended recipient, you must not copy, distributeor rely on it. As email is not a 100% secure communications medium, you accept that there are risks in communicating by email by doing so.We advise you to check that emails and attachments are virus-free before opening them. No contracts can be entered intoon our behalf by email. Opinions expressed in this email are not necessarily endorsed by us unless otherwise specificallystated. We reserve the right to read and monitor any email or attachment entering or leaving our systems withoutprior notice. Ordnance Survey Romsey Road Southampton SO16 4GU Tel: 023 8079 2000 http://www.ordnancesurvey.co.uk