Re: Instalation problem - Mailing list pgsql-general

From Jean-Christian Imbeault
Subject Re: Instalation problem
Date
Msg-id 3E93D8EA.9040304@mega-bucks.co.jp
Whole thread Raw
In response to select random row from a group  ("Thomas T. Thai" <tom@minnesota.com>)
List pgsql-general
martin wrote:
>
>   The exact message is :  bash: ./configure: bad interpreter: No such file
> or directory


Just a gues but this seems to mean that the correct shell interpreter
for the script cannot be found. Which is strange since you are using
bash ...

Is the first line of your configure file:

#! /bin/sh

If not that would be a problem ...

If it is what do you get if you do:

$ which sh

You should get something like:

$ which sh
/bin/sh

If you get something like:

/usr/bin/which: no sh in .....

Then there is something strange about your system ;)

Jean-Christian Imbeault


pgsql-general by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: Indexes intersection
Next
From: Mark Kirkwood
Date:
Subject: Re: Instalation problem