[ADMIN] Postgresql 9.0.1 installation error

2011-08-08 Thread Venkat Balaji
Hello, This is my first post to the community. We have been widely using PostgreSQL for our production environment. We are pleased with the performance and features of PostgreSQL. We have landed into a problem recently - We had installed PostgreSQL9.0.1 for which i had executed the below comman

Re: [ADMIN] Postgresql 9.0.1 installation error

2011-08-08 Thread Venkat Balaji
onding client, preferably the one built with the > server? > > That you can connect AOK from a different bin is the clue, I should think. > > Lou Picciano > > ---------- > *From: *"Venkat Balaji" > *To: *pgsql-admin@postgresql.org > *Sent:

Re: [ADMIN] Postgresql 9.0.1 installation error

2011-08-08 Thread Venkat Balaji
ng program: /opt/Postgres9.0.1/bin/psql -p 5444 [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x2aac2ecc in resetPQExpBuffer () from /opt/Postgres9.0.1/lib/libpq.so.5 Thanks Nag On Tue, Aug 9, 2011 at 8:22 AM, Craig Ringer wrote: &

[ADMIN] LDAP configuration

2011-08-09 Thread Venkat Balaji
Hello, I need help on configuring LDAP for PostgreSQL 9.0.1. The Postgres cluster should allow only LDAP connections from remote clients. I have PG-9.0.1 built with LDAP option. Please help ! Thanks Nag

Re: [ADMIN] Postgresql 9.0.1 installation error

2011-08-09 Thread Venkat Balaji
Hi, I tried installing without "--with-openssl" option. The installation was successful and ./psql is working perfectly ok. So, i suspect this is because of enabling openssl option. Thanks Nag On Tue, Aug 9, 2011 at 12:01 PM, Venkat Balaji wrote: > Hi Craig, > > Thank you

Re: [ADMIN] Postgresql 9.0.1 installation error

2011-08-10 Thread Venkat Balaji
?? () #3 0x00658d70 in ?? () #4 0x000000659188 in ?? () #5 0x in ?? () Thanks, Nag On Wed, Aug 10, 2011 at 11:42 AM, Craig Ringer wrote: > On 9/08/2011 2:31 PM, Venkat Balaji wrote: > >> Hi Craig, >> >> Thank you very much f

Re: [ADMIN] Postgresql 9.0.1 installation error

2011-08-10 Thread Venkat Balaji
, 2011 at 7:21 PM, Craig Ringer wrote: > On 10/08/2011 3:43 PM, Venkat Balaji wrote: > > libpq.so.5 => /opt/Postgres9.0.1/lib/libpq.**so.5 >> > > OK, so it looks like it's runtime linking to the correct libpq, assuming > that the copy in /opt/Postgr

Re: [ADMIN] Postgresql 9.0.1 installation error

2011-08-15 Thread Venkat Balaji
d. Thanks Nag On Thu, Aug 11, 2011 at 11:15 AM, Venkat Balaji wrote: > Thanks Craig for your detailed explanation ! > > I had rebuilt the PG 9.0.1 with --enable-debug option. > > As of now, i had downloaded a fresh package and re-installed. Its perfectly > working fine for me. >

[ADMIN] PostgreSQL-9.0.1

2011-08-18 Thread Venkat Balaji
Hello Community, I am getting the following error when trying to install PG-9.0.1 - pg_backup_archiver.o: In function `SetOutput': pg_backup_archiver.c:(.text+0x2b6f): undefined reference to `gzopen64' pg_backup_files.o: In function `_StartBlob': pg_backup_files.c:(.text+0x50d): undefined referen

Re: [ADMIN] PostgreSQL-9.0.1

2011-08-18 Thread Venkat Balaji
like prerequisites, compatibility issues etc). We use CentOS and RHEL for PostgreSQL. We would start preparing our implementation plan for production. Thanks Venkat 2011/8/18 Devrim GÜNDÜZ > On Thu, 2011-08-18 at 17:06 +0530, Venkat Balaji wrote: > > > > I am getting the follo

Re: [ADMIN] PostgreSQL-9.0.1

2011-08-18 Thread Venkat Balaji
n Thu, Aug 18, 2011 at 5:47 PM, Raghavendra < raghavendra@enterprisedb.com> wrote: > I think you should also need 'zlib-devel', check with the rpm's list of > zlib in your OS. > > --- > Regards, > Raghavendra > EnterpriseDB Corporation > Blog: http://raghavt

Re: [ADMIN] PostgreSQL-9.0.1

2011-08-22 Thread Venkat Balaji
On Fri, Aug 19, 2011 at 7:21 PM, Tom Lane wrote: > Venkat Balaji writes: > > I believe, there must be some options to be used with make. > > No, the make command should just be "make". Any options that are needed > would be supplied at the configur

Re: [ADMIN] PostgreSQL-9.0.1

2011-08-22 Thread Venkat Balaji
bit). On Tue, Aug 23, 2011 at 11:20 AM, Venkat Balaji wrote: > Hi Tom, > > Thank you very much for your reply ! > > Before I read this post, I had successfully installed Postgres with > "--without-zlib" option. > > Could you please let me know what could be the impact