I installed the pgadmin3 using the file INSTALL in the source path. After installation, with this problems, I downloaded the postgresql-libs(that has libpq.so.5) for 64 bit and manually copied the libpq.so.5 to /usr/lib64 and /usr/lib.
Did I make a mistake? Thanks 2010/3/18 Ashesh Vashi <ashesh.va...@enterprisedb.com> > Hi Vinicius, > > On Thu, Mar 18, 2010 at 4:04 PM, Vinicius Borges <contatov...@gmail.com>wrote: > >> >> Hello Ashesh, >> >> when I type >> >> bash-3.1# file /usr/local/pgadmin3/bin/pgadmin3 >> /usr/local/pgadmin3/bin/pgadmin3: ELF 64-bit LSB executable, x86-64, >> version 1 (SYSV), dynamically linked (uses shared libs), not stripped >> > > This says - pgadmin3 is 64 bit binary. > >> >> and >> >> bash-3.1# file /usr/local/lib/libpq.so.5 >> /usr/local/lib/libpq.so.5: ELF 32-bit LSB shared object, Intel 80386, >> version 1 (GNU/Linux), dynamically linked, stripped >> > And, libpq.so.5 is 32 bit binary. > > In order to run the pgAdmin3, you need 64 bit libpq.so.5. > > How did you install pgadmin3? > > -- > Thanks & Regards, > Ashesh Vashi > > EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com> >