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>

Reply via email to