Re: [GENERAL] RE: Help with installing 6.5.3 on RedHat6.1 - specifying template

From: Chris Carbaugh <cjtech(at)blazenet(dot)net>
To: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
Cc: pg-gen <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] RE: Help with installing 6.5.3 on RedHat6.1 - specifying template
Date: 2000-03-05 19:52:14
Message-ID: 38C2BAEE.737988A0@blazenet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Attached is the orginal messge I sent (tried to??).

I am trying to install Postgresql from source under RedHat 6.1.
The system is a fresh install with the bare minimum packages that I
need.

I have flex 2.5.4 installed (if it matters).

The system is a AMD K6-2/400 running RedHat6.0 with a VMWare virtual
machine running RedHat6.1 (I am trying to install under 6.1 in the
virtual machine).

When I run ./configure with no options I get the message:

cheching host system type... configure: error: can not guess host
type:
you must specify one

So I try to run:

./configure --with-template=linux_i386

as well as

./configure
--with-template=/usr/local/src/pgsql/postgresql-6.5.3/src/template/linux_i386

both of these give the same message about specifying the template to
use.

/usr/local/src/pgsql/ is where I uzipped/untarred the source
tarball to

./config.guess closes with no output.

I have successfully installed the same source package under RedHat 6.0
on the same machine (the host to the VMWare virtual machine) once
before.

This is only my second attempt at installing postgres, so I am not
sure
if I am missing something simple.

Any help is greatly appreciated.

Ed Loehr wrote:
>
> Chris Carbaugh wrote:
> >
> > Havn't got any responses yet though. Has anybody installed under RH6.1?
>
> I have installed successfully under rh6.1. What's seems to be wrong?
>
> ************

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-03-05 20:17:08 Re: [GENERAL] RE: Help with installing 6.5.3 on RedHat6.1 - specifying template
Previous Message Peter Eisentraut 2000-03-05 14:15:41 Re: [GENERAL] Postgresql / Threads / Scalability