Postgres 7.3.1 "make install" fails when trying to install pgtclsh

Поиск
Список
Период
Сортировка
От Andrew Klimov
Тема Postgres 7.3.1 "make install" fails when trying to install pgtclsh
Дата
Msg-id 20030124113042.57387.qmail@web20413.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Postgres 7.3.1 "make install" fails when trying to  (Jason Tishler <jason@tishler.net>)
Список pgsql-cygwin

Hi,All!

Options for configure:

--with-tcl

--with-tclconfig=/lib

--with-tkconfig=/lib

--enable-recode

--enable-multibyte

--enable-locale

--with-java

"Configure" and "make" steps proceed OK.But "make install" fails closer to end with these errors:

 make[5]: Leaving directory `/usr/src/postgresql-7.3.1/src/interfaces/libpq'
make[4]: Leaving directory `/usr/src/postgresql-7.3.1/src/interfaces/libpgtcl'
/bin/sh.exe ../../../config/install-sh -c  pgtclsh /usr/local/pgsql/bin/pgtclsh
chmod: changing permissions of `/usr/local/pgsql/bin/#inst.1536#': No such file
or directory
make[3]: *** [install] Error 1
make[3]: Leaving directory `/usr/src/postgresql-7.3.1/src/bin/pgtclsh'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.3.1/src/bin'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.3.1/src'
make: *** [install] Error 2

 

#inst.1536# (which, I believe is temporary install file) exists in /usr/local/pgsql/bin !

Any help would be very appreciated.



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: Problem in running PostgreSQL
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Postgres 7.3.1 "make install" fails when trying to