customize Postgres install issue

From: weixiang tam <weixiang(dot)ets(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: customize Postgres install issue
Date: 2009-12-02 02:15:28
Message-ID: f5e703750912011815x7e5d652bmf8144f583e819d06@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,

I am using the archive binary(8.4.1 Linux x64) from
EnterpriseDBhttp://www.enterprisedb.com/products/pgbindownload.dofor
the installation. Basically I just unzipping the binary under
/home/app/, so i have the following directory structure

/home/app/pgsql

I noticed that i need to execute the command */sbin/ldconfig
/home/app/pgsql/lib* so that postgresdb can locate the appropriate library
during startup. However the command complaining some file is not symbolic
link as follow

/sbin/ldconfig: /home/app/pgsql/lib/libpgtypes.so.3 is not a symbolic link
/sbin/ldconfig: /home/app/pgsql/lib/libuuid.so.16 is not a symbolic link
/sbin/ldconfig: /home/app/pgsql/lib/libpq.so.5 is not a symbolic link
/sbin/ldconfig: /home/app/pgsql/lib/libecpg.so.6 is not a symbolic link
/sbin/ldconfig: /home/app/pgsql/lib/libecpg_compat.so.3 is not a symbolic

I wonder is the above significant to the pgsql functionality? Is it safe to
ignore? Thanks for enlighten me.

My environment is as follow
Redhat Linux 5.4 x64

Regards,
Wei Xiang

Browse pgsql-general by date

  From Date Subject
Next Message Sachin Srivastava 2009-12-02 02:40:39 Re: how to install just client libraries on windows?
Previous Message Stephen Frost 2009-12-02 01:45:56 Re: Fwd: psql+krb5