| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | Vinicius Borges <contatovrpb(at)gmail(dot)com> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: Problem with libpq.so.5 in pgadmin3-1.10.2 |
| Date: | 2010-03-18 13:12:30 |
| Message-ID: | 8cf965d31003180612w39cbdb6cse41213ae8e9a9fb1@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
I think - there is something wrong with the file.
It says - libpq.so.5 is not a dynamic executable.
Can you please follow this steps?
- Change directory to /usr/local/pgadmin3
- Create lib directory (if not exits)
- Copy all the libraries from postgresql-lib to this directory
- Make sure each file in the lib directory are executable
i.e.
chmod a+x /usr/local/pgadmin3/lib/*
- Set environment variable LD_LIBRARY_PATH
i.e.
LD_LIBRARY_PATH=/usr/local/pgadmin3/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
Now, try to run pgadmin3.
--
Thanks & Regards,
Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pedro Doria Meunier | 2010-03-18 14:05:13 | Help files |
| Previous Message | Dave Page | 2010-03-18 12:39:59 | Re: pgAdmin III v1.10.2 released |