install problem

Поиск
Список
Период
Сортировка
От sol
Тема install problem
Дата
Msg-id 3D9154C1.2030708@autonomon.net
обсуждение исходный текст
Ответы Question about cygwin/Postgre  ("Nicolas Cartron" <nc@ncartron.com>)
Re: install problem  (Oliver Elphick <olly@lfix.co.uk>)
Re: install problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi there,

I've just been trying to install Postgresql 7.2.2 on Debian Sid/Unstable
and have been repeatedly failed to do so. I believe the problem is
related to there being "Unknown id: -" The download is fine (no
dependency problems), then the configuration script asks me for default
encoding (SQL_ASCII) and locale (C). All is fine so far. The automated
install script is:

su - postgres -c cd /var/lib/postgres; . ./.profile; LANG=C initdb
--encoding SQL_ASCII --pgdata /var/lib/postgres/data

The next line says:
Unknown id: -
dpkg: error processing postgresql (--configure)
    subprocess post-installation script returned error exit status 1

This is not the first time I've installed Postgresql, but it is the
first time I've come across this problem or any other installation
problem for that matter.
(NB: This may be a Debian related bug. If so, my apologies for sending
to this list. But I am unsure as to what the problem is here.)

regards,
sol


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Executing multiple statements in a single query?
Следующее
От: "Nicolas Cartron"
Дата:
Сообщение: Question about cygwin/Postgre