Thread: postgres instalation
Hello,
I have installed postgres I saw the message postgres installation complete. But when I look in the install directory I only see --
Regards,
Azim
Hi Azimuddin,
I'll suggest u uninstall and reinstall
Sent from my Windows 10 phone
From: Azimuddin Mohammed
Sent: Tuesday, February 6, 2018 11:27 PM
To: pgsql-admin@postgresql.org
Subject: postgres instalation
Hello,
I have installed postgres I saw the message postgres installation complete. But when I look in the install directory I only see
bin
lib
include
share
I do not see man and docs, may I know how I can install the man and docs and what is the use of it?
--
Regards,
Azim
I do not see man and docs, may I know how I can install the man and docs and what is the use of it?shareincludelibbinHello,I have installed postgres I saw the message postgres installation complete. But when I look in the install directory I only see
The docs say that if you want to install documentation you need to "make install-docs". Did you do this?
It also indicates:
--prefix ... (The man and doc locations are not affected by this.)
I'm not exactly sure what that means, not having done a source installation myself before, but if you go doing customization to the default values you probably need to be aware of this.
It helps greatly if you provide the O/S and commands used when asking for help on installation matters.
David J.
I did use the prefix command i am installing using source code.
On Tue, Feb 6, 2018 at 6:19 PM, David G. Johnston <david.g.johnston@gmail.com> wrote:
I do not see man and docs, may I know how I can install the man and docs and what is the use of it?shareincludelibbinHello,I have installed postgres I saw the message postgres installation complete. But when I look in the install directory I only seeThe docs say that if you want to install documentation you need to "make install-docs". Did you do this?It also indicates:--prefix ... (The man and doc locations are not affected by this.)I'm not exactly sure what that means, not having done a source installation myself before, but if you go doing customization to the default values you probably need to be aware of this.It helps greatly if you provide the O/S and commands used when asking for help on installation matters.David J.
--
Regards,
Azim
I did use the prefix command i am installing using source code.
It is customary to bottom or inline posts on these lists.
Lacking experience myself, and specifics on your part, I'm not going to be able to help further without digging deeper into source code installation than I am able to at the moment. Someone else may though.
But, did you go look to the place where the default prefix would end up placing the docs, if you installed them at all?
David J.