customize Postgres install issue

Поиск
Список
Период
Сортировка
От weixiang tam
Тема customize Postgres install issue
Дата
Msg-id f5e703750912011815x7e5d652bmf8144f583e819d06@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Dear all,

I am using the archive binary(8.4.1 Linux x64) from EnterpriseDB http://www.enterprisedb.com/products/pgbindownload.do for 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

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Fwd: psql+krb5
Следующее
От: Sachin Srivastava
Дата:
Сообщение: Re: how to install just client libraries on windows?