Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6

Поиск
Список
Период
Сортировка
От Joel Lopes Da Silva
Тема Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6
Дата
Msg-id 413BA30E-7014-4940-9796-6B68E7F6E24D@lopes-da-silva.com
обсуждение исходный текст
Ответ на Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Oct 18, 2010, at 7:16 AM, Tom Lane wrote:
> "Joel Lopes Da Silva" <joel@lopes-da-silva.com> writes:
>> After compiling the sources of PostgreSQL 9.0.1 on Mac OS X 10.6 Snow
>> Leopard, I couldn't find any man pages.
>=20
> What commands did you issue, exactly?
>=20
> I think the top-level "make" targets got rearranged a bit since 8.4,
> but it's premature to speculate without facts as to what you did.

I did:

./configure --enable-thread-safety                  \
                    --with-openssl                          \
                    --with-perl                             \
                    --with-python                           \
                    --with-tcl                              \
                    --with-bonjour                          \
                    --with-pam                              \
                    --with-krb5
make
sudo make install

This set of commands used to put the man pages in /usr/local/pgsql/share/man

In the meantime, I just found that the man pages were in fact in the source=
s package, in doc/src/sgml/man{1,3,7} I believe. So, I guess I should renam=
e the bug as something like "man pages not installed by default after compi=
ling PostgreSQL 9.0.1 sources on OX X 10.6".

--=20
Joel Lopes Da Silva

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

Предыдущее
От: Joel Lopes Da Silva
Дата:
Сообщение: Re: BUG #5715: man pages missing after compiling PostgreSQL 9.0.1 sources on OS X 10.6
Следующее
От: Vladimir Kokovic
Дата:
Сообщение: Re: Empty bytea format - 9.1devel pg_dump and psql