Обсуждение: No such file or directory: ./configure

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

No such file or directory: ./configure

От
"T.J. Hoo"
Дата:
Hi!

I want to install PostgreSQL 7.3.3 on the HP-UX.

Unfortunately, I encounter error even in the first step of the installation
procedure. I'm not able to find the 'configure' file/command in my
directories, any idea what could be the error?

The following shows the details and error:

  ~>cd postgresql-7.3.3/src/
  ~/postgresql-7.3.3/src>

  ~/postgresql-7.3.3/src>gmake --version
  GNU Make version 3.77, by Richard Stallman and Roland McGrath.

  ~/postgresql-7.3.3/sr>gcc --version
  gcc (GCC) 3.1

  ~/postgresql-7.3.3/sr>./configure
  bash: ./configure: No such file or directory


Re: No such file or directory: ./configure

От
"Daniel Seichter"
Дата:
Good morning,
> Unfortunately, I encounter error even in the first step of the
installation
> procedure. I'm not able to find the 'configure' file/command in my
> directories, any idea what could be the error?

Try a look into the root of your pgsql source directory or try to 'find
~/postgresql-7.3.3 | grep configure'

HTH,
Daniel
--
postgreSQL on Netware - the red elephant
http://postgresql.dseichter.org



Re: No such file or directory: ./configure

От
Tom Lane
Дата:
"T.J. Hoo" <tze.jing.hoo@comptel.com> writes:
>   ~>cd postgresql-7.3.3/src/
                          ^^^^
>   ~/postgresql-7.3.3/sr>./configure
>   bash: ./configure: No such file or directory

Try one level up.  We haven't kept configure in the src subdirectory
for a long time.

            regards, tom lane