Installation problem on MacOSX

From: bvde <bvde(at)cyberlab(dot)be>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Installation problem on MacOSX
Date: 2001-05-16 07:13:36
Message-ID: B727F4D0.B62D%bvde@cyberlab.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,
I try the procedure explained

Techdocs.posgresql.org/installguide.php

No problem to configure and make

But : make install give me this

All of PostgreSQL successfully made. Ready to install.
[localhost:sources/PostGresql/postgresql-7.1.1] root# make install
make -C doc install
mkdir /usr/local/pgsql
mkdir /usr/local/pgsql/man
mkdir /usr/local/pgsql/doc
mkdir /usr/local/pgsql/doc/html
gzip -d -c postgres.tar.gz | ( cd /usr/local/pgsql/doc/html && /usr/bin/tar
xf - )
tar: Unable to set file uid/gid of index.html <No such file or directory>
make[1]: *** [install] Error 1
make: *** [install] Error 2

What i have to do ?

PS: I'm a Mac Users . Unix is very new for me.
But On my PB TI PHP4 and MySql works fine.

Bernard van den Eynde

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-05-16 09:18:10 Foreign key constraints on inherited columns, 2 errors.
Previous Message will trillich 2001-05-16 05:39:14 Re: Re: Bug with timestamp !!!