[Zope-DB] Zope_Database_issue

2010-11-18 Thread smita kamdar
HI, But I can see the library ‘libpq.so.3’ in the Postgres lib directory also while installing Psycopg I gave the same path of Postgres library. Now what else I need to do? Thanks a lot!! -- Forwarded message -- From: *Andreas Jung* li...@zopyx.com Date: Thu, Nov 18,

Re: [Zope-DB] Zope_Database_issue

2010-11-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why can't you read short answers carefully? Using the LD_LIBRARY_PATH environment variable is likely the solution for your problem. - -aj smita kamdar wrote: HI, But I can see the library ‘ libpq.so.3’ in the Postgres lib directory

Re: [Zope-DB] Zope_Database_issue

2010-11-18 Thread Charlie Clark
Am 18.11.10 10:13, schrieb smita kamdar: But I can see the library �libpq.so.3� in the Postgres lib directory also while installing Psycopg I gave the same path of Postgres library. Now what else I need to do? Hi Smita, the problem is not with Zope but with the underlying psycopg library

Re: [Zope-DB] Zope_Database_issue

2010-11-18 Thread Michele Marcionelli
Hi Smita ... and pay attention to the spaces. Use this: export LD_LIBRARY_PATH=/home/postgres/7.4.13/lib Maybe you should put this line to your start/stop script (zopectl). Kind regards, Michele On Nov 18, 2010, at 13:21 , Andreas Jung wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Zope-DB] Zope_Database_issue

2010-11-18 Thread Michele Marcionelli
Can you send me the output of ls -l /home/postgres/7.4.13/lib and the whole error message that you get? thanx, Michele On Nov 18, 2010, at 14:13 , smita kamdar wrote: Hi, Thanks a lot for your suggesstions!! I included the line: LD_LIBRARY_PATH=/home/postgres/7.4.13/lib