From: | Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com> |
---|---|
To: | Jennifer Trey <jennifer(dot)trey(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_config --sharedir points to the wrong folder.. is this a problem? |
Date: | 2009-07-30 20:19:05 |
Message-ID: | 4A720039.2080102@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 07/30/2009 08:38 PM, Jennifer Trey wrote:
> Hi,
>
> First I installed postgres using the apt-get utility on ubuntu, and
> then later uninstalled it to install postgres though the one-click
> installer.
>
> Trying to find the share folder i ran pg_config and it shows the old
> path : /usr/share/postgresql/8.3
>
> I have a pg_config under my new installation as well
> : /opt/PostgreSQL/8.4/bin/pg_config
> but apperantly this is not being used in the global scope.
>
> Am I missing something? Did I un-install incorrectly perhaps? Is this
> a problem, could other files, pg_programs possibly have the same issue?
>
> Sincerely / Jennifer
It seems your uninstallation dint worked well. as you still have apt-get
installed pg_config which might be possible if you tried uninstalling
before stopping postgres server. (I am not so sure about it).
You can include /opt/PostgreSQL/8.4/bin folder to your PATH environment
variable to have one-click installers pg_config being used in global
scope. (Make sure you remove the apt-gets installation correctly)
--
Regards,
Sachin Srivastava
www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Sachin Srivastava | 2009-07-30 20:21:21 | Re: How do I run PG Tuning Wizard on Linux? |
Previous Message | Sachin Srivastava | 2009-07-30 20:14:19 | Re: How do I run PG Tuning Wizard on Linux? |