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