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

From Chris Jones
Subject Re: [GENERAL] RE: Help with installing 6.5.3 on RedHat6.1 - specifying template
Date
Msg-id x6g0u49g0m.fsf@reddwarf.rightnowtech.com
Whole thread Raw
In response to RE: Help with installing 6.5.3 on RedHat6.1 - specifying template  (Chris Carbaugh <cjtech@blazenet.net>)
List pgsql-general
Chris Carbaugh <cjtech@blazenet.net> writes:

> 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).

First, try running "uname -a" in the virtual machine, and then run it
out of the virtual machine.  Compare the outputs of the two.  This is
what configure uses to identify what sort of host you're installing it
on, so I'd guess it's saying something funny.

> 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

I think it's not asking for a template; it's asking for a GNU
configure-style system type, which should look something like
"i386-pc-linux-gnulibc6".  If you run "./configure | head" out of the
VM, it'll tell you what the host system type is there, and you can
probably use the same string within the VM.

Chris

--
---------------------------------------------------- cjones@rightnowtech.com
Chris Jones
           System Administrator, Right Now Technologies, Inc.
"Is this going to be a stand-up programming session, sir, or another bug hunt?"

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] I'm trying change to Linux & PostgreSQL. Do you can help me?
Next
From: Vincent Bodenstab
Date:
Subject: sum() bug?