installation error

Started by アムスalmost 25 years ago2 messagesgeneral
Jump to latest
#1アムス
ams@asiams.com

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

#2GH
grasshacker@over-yonder.net
In reply to: アムス (#1)
Re: installation error

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

Show quoted text

Abraham Lee
AMS