Re: Instalation problem

Mark Kirkwood <markir@paradise.net.nz>

From: Mark Kirkwood <markir@paradise.net.nz>
To: martin <martinb@sezampro.yu>
Cc: Jean-Christian Imbeault <jc@mega-bucks.co.jp>, PostgreSQL General <pgsql-general@postgresql.org>
Date: 2003-04-09T08:46:25Z
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@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