Re: [BUGS] BUG #4661: Installation

2009-02-19 Thread Thomas Wälde
Hello Greg, Hello Devrim, i will follow zour hints and answer back to you on it. I prefer to install SW like this via the source-code. Nevertheless thanks a lot Thomas Craig Ringer schrieb: Devrim GÜNDÜZ wrote: On Mon, 2009-02-16 at 12:11 +, Thomas Waelde wrote: i got the following erro

Re: [BUGS] BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

2009-02-19 Thread John R Pierce
ash...@symcor.com wrote: I have ./postgres/8.3-community/lib/64/libpq.so.5 so how do i make it use it. assuming you're using sh/ksh/bash and not csh, in the script thats launching your application, or in your account ~/.profile ... export LD_LIBRARY_PATH; LD_LIBRARY_PATH=/path/to/p

Re: [BUGS] BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

2009-02-19 Thread Tom Lane
ash...@symcor.com writes: > I have ./postgres/8.3-community/lib/64/libpq.so.5 so how do i make it use > it. Try pointing LD_RUN_PATH at that directory. There are probably easier ways, but I'm not a Solaris expert to know how else you can configure the search path for its dynamic linker.

Re: [BUGS] BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

2009-02-19 Thread AShved
I have ./postgres/8.3-community/lib/64/libpq.so.5 so how do i make it use it. Regards, Andrew Shved DBA Symcor Inc, Corporate Applications Tel:(905)273-1433 Mobile:(416)803-2675 "aut viam inveniam aut faciam"

Re: [BUGS] BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

2009-02-19 Thread AShved
tom I have libpq.so installed in /usr/lib. Do i set LD_RUN_PATH on Solaris to /usr/lib? I did that still failed with the same error. Sorry very new to this. Andrew Shved DBA Symcor Inc, Corporate Applications Tel:(905)273-1433 Mobile:(416)803-2675 "aut viam inveniam aut faciam"

Re: [BUGS] BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

2009-02-19 Thread Tom Lane
"Andrew Shved" writes: > I installed PostgreSQL 8.3.5 from binaries using from > http://www.postgresql.org/ftp/binary/v8.3.5/solaris/solaris10/sparc/ > and I get the following error in my standby log when trying to restore - > ld.so.1: pg_standby: fatal: libpq.so.5: open failed: No such file or

[BUGS] BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

2009-02-19 Thread Andrew Shved
The following bug has been logged online: Bug reference: 4667 Logged by: Andrew Shved Email address: ash...@symcor.com PostgreSQL version: 8.3.5 Operating system: Sun Sloaris 10 SPARC 64 bit ( SunOS 5.10) Description:pg_standby error on Solaris 10 SPARC 64 bin Detail

[BUGS] BUG #4666: error al exportar shp a postgis

2009-02-19 Thread Claudel Casimiro
The following bug has been logged online: Bug reference: 4666 Logged by: Claudel Casimiro Email address: casma70...@gmail.com PostgreSQL version: postgres 8.2 Operating system: win 2003 server Description:error al exportar shp a postgis Details: null java.lang.NullP

Re: [BUGS] building Postgresql in Windows XP

2009-02-19 Thread tushar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Md. Abdur Rahman wrote: > I don't have any postgres folder under bin folder. It means I have > something wrong. Any idea how to solve the problem. Do you think that > the link how to build (see above) is not perfect? In that case I have to > look for

Re: [BUGS] building Postgresql in Windows XP

2009-02-19 Thread tushar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Md. Abdur Rahman wrote: > Thank you sir. > > Ah! got right person at right time :-). For now, my question is: I am > using my Windows XP OS on a laptop and built using MinGW. from which location you are firing initdb command ,if your PATH is not set

Re: [BUGS] building Postgresql in Windows XP

2009-02-19 Thread Md. Abdur Rahman
Thank you sir. Ah! got right person at right time :-). For now, my question is: I am using my Windows XP OS on a laptop and built using MinGW. However, once I try to create a database cluster using "initdb -D /c/postgresql-8.3.5/src/data" it shows me a message "The program postgres is needed

Re: [BUGS] BUG #4665: pgAdmin: non checking PG version on vacuum

2009-02-19 Thread Heikki Linnakangas
Artiom A. Makarov wrote: The following bug has been logged online: Bug reference: 4665 Logged by: Artiom A. Makarov Email address: a...@gifts.ru PostgreSQL version: 8.3.5/8.3.6 Operating system: windows XP SP2 rus / Ubuntu 8.04 x86_64 Description:pgAdmin: non checkin

[BUGS] BUG #4665: pgAdmin: non checking PG version on vacuum

2009-02-19 Thread Artiom A. Makarov
The following bug has been logged online: Bug reference: 4665 Logged by: Artiom A. Makarov Email address: a...@gifts.ru PostgreSQL version: 8.3.5/8.3.6 Operating system: windows XP SP2 rus / Ubuntu 8.04 x86_64 Description:pgAdmin: non checking PG version on vacuum Det

Re: [BUGS] building Postgresql in Windows XP

2009-02-19 Thread tushar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Md. Abdur Rahman wrote: > OK, finally I could build it from source. I am using MinGW to do that. > Now that I have those exe files. Now how do I start the service or the > database. I see the necessary exe files under src/bin/scripts folder > such as c

Re: [BUGS] building Postgresql in Windows XP

2009-02-19 Thread Heikki Linnakangas
Md. Abdur Rahman wrote: OK, finally I could build it from source. I am using MinGW to do that. Now that I have those exe files. Now how do I start the service or the database. I see the necessary exe files under src/bin/scripts folder such as createdb.exe, createuser.exe...Any manual for that.

Re: [BUGS] building Postgresql in Windows XP

2009-02-19 Thread Md. Abdur Rahman
OK, finally I could build it from source. I am using MinGW to do that. Now that I have those exe files. Now how do I start the service or the database. I see the necessary exe files under src/bin/scripts folder such as createdb.exe, createuser.exe...Any manual for that. I appreciate your help.