Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Ashesh Vashi
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

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Vinicius Borges
Yes, I just copied the libpq.so.5. The output: bash-3.1# ldd /usr/lib64/libpq.so.5 not a dynamic executable Thanks 2010/3/18 Ashesh Vashi > > > On Thu, Mar 18, 2010 at 5:43 PM, Vinicius Borges wrote: > >> I installed the pgadmin3 using the file INSTALL in the source path. >> Afte

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Vinicius Borges
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 > Hi V

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Ashesh Vashi
Hi Vinicius, On Thu, Mar 18, 2010 at 4:04 PM, Vinicius Borges 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

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Vinicius Borges
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 and bash-3.1# file /usr/local/lib/libpq.so.5 /usr/local/lib/libpq.so.5: ELF 32-bit

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Ashesh Vashi
What is the output of the following commands: *file /usr/local/pgadmin3/bin/pgadmin3* *file /usr/local/lib/libpq.so.5* -- Ashesh On Wed, Mar 17, 2010 at 6:39 PM, Vinicius Borges wrote: > Hello, > > I installed pgadmin3-1.10.2 and I got an error that might strange... > > bash-3.1# /usr/local/pgad

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Devrim GÜNDÜZ
On Wed, 2010-03-17 at 13:33 -0300, Vinicius Borges wrote: > Right. How can I do that? Just compile PostgreSQL sources (don't run make install). When make is finished, manually copy libpq,libecpg and libpgtypes to related directories, and see what happens. -- Devrim GÜNDÜZ PostgreSQL Danışmanı/

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Vinicius Borges
Hello Devrim, Right. How can I do that? thanks 2010/3/17 Devrim GÜNDÜZ > On Wed, 2010-03-17 at 12:37 -0300, Vinicius Borges wrote: > > /usr/local/pgadmin3/bin/pgadmin3: error while loading shared > > libraries: > > /usr/lib64/libpq.so.5: ELF file OS ABI invalid > > You may need to compile your

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Devrim GÜNDÜZ
On Wed, 2010-03-17 at 12:37 -0300, Vinicius Borges wrote: > /usr/local/pgadmin3/bin/pgadmin3: error while loading shared > libraries: > /usr/lib64/libpq.so.5: ELF file OS ABI invalid You may need to compile your own libpq from using PostgreSQL 8.2... -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consult

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Vinicius Borges
Hello, I saw that libpq.so.5 wasn't in /usr/lib64/. Then I installed libpq.so.5 for 64-bit. from http://rpm.pbone.net/index.php3/stat/4/idpl/13529891/dir/fedora_other/com/postgresql-libs-8.4.2-6.fc13.x86_64.rpm.html But now appears other error. #$ /usr/local/pgadmin3/bin/pgadmin3 /usr/local/pgad

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Guillaume Lelarge
Please keep the list on CC. Le 17/03/2010 15:22, Vinicius Borges a écrit : > #$ ldd /usr/local/pgadmin3/bin/pgadmin3 >[...] > libpq.so.5 => not found ldd doesn't find it too. Kind of strange. How did you install libpq? did you install the 32-bits library? (which would explain where it is loca

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Guillaume Lelarge
Le 17/03/2010 14:09, Vinicius Borges a écrit : > Hello, > > I installed pgadmin3-1.10.2 and I got an error that might strange... > > bash-3.1# /usr/local/pgadmin3/bin/pgadmin3 > /usr/local/pgadmin3/bin/pgadmin3: error while loading shared libraries: > libpq.so.5: cannot open shared object file: N

[pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-17 Thread Vinicius Borges
Hello, I installed pgadmin3-1.10.2 and I got an error that might strange... bash-3.1# /usr/local/pgadmin3/bin/pgadmin3 /usr/local/pgadmin3/bin/pgadmin3: error while loading shared libraries: libpq.so.5: cannot open shared object file: No such file or directory I have the libpq.so.5 in /usr/lib a