Thread: installation error

installation error

From
エイエムエス
Date:
Can any of you help me in installation problem?

I have tared postgresql-7.1.2.tar.gz at /usr/src/pgsql/

When I wanted to ./configure, at /usr/src/pgsql/postgresql-7.1.2/src/, I
have an error message like this:

 ./configure
bash: ./configure: No such file or directory

Can anyone tell me what was wrong and how to correct it?

Thanks

Abraham Lee
AMS



Re: installation error

From
GH
Date:
On Thu, Jun 28, 2001 at 12:32:43PM +0900, some SMTP stream spewed forth:
> Can any of you help me in installation problem?
>
> I have tared postgresql-7.1.2.tar.gz at /usr/src/pgsql/
>
> When I wanted to ./configure, at /usr/src/pgsql/postgresql-7.1.2/src/, I
> have an error message like this:
>
>  ./configure
> bash: ./configure: No such file or directory

Try ./configure from the root of the tarball, e.g.:
cd /usr/src/pgsql/postgresql-7.1.2/
./configure

gh


> Abraham Lee
> AMS