Re: [Zope] problems installing PoPy-1.3.4 (fwd)

2000-09-05 Thread Stephen Nosal

There was a patch to the source that fixed this in 1.3.3, but it looks like the same 
problem is cropping up. I would contact federico ([EMAIL PROTECTED]) and see what he's 
got to say...he really helped out with my 1.3.x problems.

- Steve

On Fri, 01 September 2000, Sebastien Billard wrote:

 
 
 I'm on a suse 6.4 system, with postgresql installed.  I've got the latest
 zope installed from tarball.. and I get this problem trying to install
 PoPy
 
  ./autogen.sh --with-postgres-libraries=/usr/lib/pgsql/lib
 --with-postgres-includes=/usr/lib/pgsql/include
 loading cache ./config.cache
 checking for python... /usr/bin/python
 checking python version... 1.5
 checking python installation prefix... /usr
 checking python installation exec_prefix... /usr
 checking definitions in Python library makefile... done
 checking location of python
 library... $(prefix)/lib/python1.5/site-packages
 checking location of python shared
 modules... $(exec_prefix)/lib/python1.5/site-packages
 checking for PQconnectStart in -lpq... no
 configure: error: can't build without PostgreSQL libraries
 
 Now type 'make' to compile PoPy python module.
 
 
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )


__
Get your Private, Anti-Spam, Free Email at http://e3mil.com 
and Step into a Friendly Universe!

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] problems installing PoPy-1.3.4 (fwd)

2000-09-05 Thread Bak @ kedai


  checking location of python shared
  modules... $(exec_prefix)/lib/python1.5/site-packages
  checking for PQconnectStart in -lpq... no
  configure: error: can't build without PostgreSQL libraries
 

i struggled with this for quite some time.  until i upgraded postgres to 
v7.0.2

i don't think i  saw any requirement of a v7.x anywhere, but maybe i'm blind 
after spending too much time in front of the computer :)

also, with 1.3.4, you need to add a comma (,) at line  that has
  __compatibility__ = ('1.3.4',) 
   ^
in ZPoPyDA/PoPy_db.py
hth

  Now type 'make' to compile PoPy python module.
 
 
 
 
  ___
  Zope maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope-dev )

 __
 Get your Private, Anti-Spam, Free Email at http://e3mil.com
 and Step into a Friendly Universe!

 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] problems installing PoPy-1.3.4 (fwd)

2000-09-01 Thread Sebastien Billard


I'm on a suse 6.4 system, with postgresql installed.  I've got the latest
zope installed from tarball.. and I get this problem trying to install
PoPy

 ./autogen.sh --with-postgres-libraries=/usr/lib/pgsql/lib
--with-postgres-includes=/usr/lib/pgsql/include
loading cache ./config.cache
checking for python... /usr/bin/python
checking python version... 1.5
checking python installation prefix... /usr
checking python installation exec_prefix... /usr
checking definitions in Python library makefile... done
checking location of python
library... $(prefix)/lib/python1.5/site-packages
checking location of python shared
modules... $(exec_prefix)/lib/python1.5/site-packages
checking for PQconnectStart in -lpq... no
configure: error: can't build without PostgreSQL libraries

Now type 'make' to compile PoPy python module.




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )