Re: Instalation problem

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: martin <martinb(at)sezampro(dot)yu>
Cc: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Instalation problem
Date: 2003-04-09 08:46:25
Message-ID: 3E93DDE1.2010801@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
>
> The exact message is : bash: ./configure: bad interpreter: No such file
>or directory
>
>
Where is your sh installed ?

Postgresql's version of configure expects it to be in /bin :

[postgres(at)localhost]$ head -1 configure
#! /bin/sh

This may not actually be the problem, but its worth checking (Slackware
might install sh in /usr/bin for all I know...)

regards

Mark

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Manoj Patwardhan 2003-04-09 09:34:58 Re: Question on initdb and subsequent start
Previous Message Jean-Christian Imbeault 2003-04-09 08:25:14 Re: Instalation problem