Re: Instalation problem

Поиск
Список
Период
Сортировка
От Jean-Christian Imbeault
Тема Re: Instalation problem
Дата
Msg-id 3E93D8EA.9040304@mega-bucks.co.jp
обсуждение исходный текст
Ответ на select random row from a group  ("Thomas T. Thai" <tom@minnesota.com>)
Список 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 по дате отправления:

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Indexes intersection
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Instalation problem