Re: Installation of Postgis/postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installation of Postgis/postgresql
Date: 2009-12-29 04:22:57
Message-ID: 4B398421.9080002@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 gcc-c++

and you don't need any subscription

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Михаил Кечинов 2009-12-29 09:41:23 DELETE ERROR: tuple concurrently updated
Previous Message Tom Lane 2009-12-29 04:08:22 Re: Installation of Postgis/postgresql