Обсуждение: problems installing postgresql on Mandriva linux

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

problems installing postgresql on Mandriva linux

От
Дата:
During installation of postgresql 8.2.4 on Mandriva 2007.1 I get the following log after typing 'gmake install'

gmake -C doc install
gmake[1]: Entering directory `/home/sg/tmp/postgresql-8.2.4/doc'
gzip -d -c ./postgres.tar.gz | ( cd /usr/local/pgsql/doc/html && /bin/tar xf - )
for file in man1/*.1 man7/*.7 ; do \
/bin/sh ../config/install-sh -c -m 644 $file /usr/local/pgsql/man/$file || exit; \
done
cp: setting attributes for `/usr/local/pgsql/man/man1/_inst.4301_': Operace není podporována {operation/command is not
supported}
gmake[1]: *** [install] Error 1
gmake[1]: Leaving directory `/home/sg/tmp/postgresql-8.2.4/doc'
gmake: *** [install] Error 2

Does anyone have an idea what I can do about i? Thanx

Re: problems installing postgresql on Mandriva linux

От
Tom Lane
Дата:
<xstang@atlas.cz> writes:
> During installation of postgresql 8.2.4 on Mandriva 2007.1 I get the follow=
> ing log after typing 'gmake install'

> cp: setting attributes for `/usr/local/pgsql/man/man1/_inst.4301_': Operace=
>  nen=C3=AD podporov=C3=A1na {operation/command is not supported}
> gmake[1]: *** [install] Error 1

Weird.  What type of filesystem are you using --- maybe /usr/local is on
FAT32 or something that doesn't support normal Unix-y file permissions?

            regards, tom lane