Re: Instalation problem

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: martin <martinb(at)sezampro(dot)yu>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Instalation problem
Date: 2003-04-09 08:25:14
Message-ID: 3E93D8EA.9040304@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Kirkwood 2003-04-09 08:46:25 Re: Instalation problem
Previous Message Manfred Koizar 2003-04-09 08:09:51 Re: Indexes intersection