Обсуждение: Port Bug Report: configure crashes trying to include "conftest.sh" if current dir is not in PATH

Поиск
Список
Период
Сортировка

Port Bug Report: configure crashes trying to include "conftest.sh" if current dir is not in PATH

От
Unprivileged user
Дата:
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Mark Solomon
Your email address    : msolomon@seva.net

Category        : install: compile
Severity        : serious

Summary: configure crashes trying to include "conftest.sh" if current dir is not in PATH

System Configuration
--------------------
  Operating System   : Solaris 2.6

  PostgreSQL version : 6.4.2

  Compiler used      : gcc 2.8.1

Hardware:
---------


Versions of other tools:
------------------------
GNUmake - 3.77
GNUflex - 2.5.4

--------------------------------------------------------------------------

Problem Description:
--------------------
configure crashes trying to include "conftest.sh" if current dir is not in PATH

--------------------------------------------------------------------------

Test Case:
----------
unpack archive, cd src; ./configure

--------------------------------------------------------------------------

Solution:
---------
instead of:
. conftest.sh

use
. ./conftest.sh

--------------------------------------------------------------------------