[Zope] PoPy.2.0.1 Needs Postgresql?
Farrell, Troy
troy.farrell@wcg.com
Wed, 27 Jun 2001 09:33:44 -0500
PostgreSQL 7.1, PoPy 3.0 beta 1, and the ZPoPyDA included with PoPy 3.0b1
works great. I've built them all from source and they work fine with Zope
2.3.[123] on HP/UX 11.00. I've been using the 3.0b1 starting with
PostgreSQL 7.1RC2 way back in early April. The database has grown from
nothing to 346MB this morning; all data inserted through PoPy in Python or
ZPoPyDA.
I'm not sure you want to try a beta, but it's been stress tested here quite
throughly.
Troy
-----Original Message-----
From: Jim Penny [mailto:jpenny@universal-fasteners.com]
Sent: Monday, June 25, 2001 11:07 AM
To: zope@zope.org
Subject: Re: [Zope] PoPy.2.0.1 Needs Postgresql?
On Sun, Jun 24, 2001 at 02:11:46PM +0200, Jan-Frode Myklebust wrote:
>
> I believe the configure script for PoPy is broken.
> Try building it "by hand" instead of running the
> configure. You'll only have to figure out the right
> options for two commands. Here's what I used with
> gcc on a solaris system:
>
> gcc -Wstrict-prototypes -Wall -O6 \
> -fomit-frame-pointer \
> -I/usr/local/include/python1.5 \
> -I/usr/local/lib/python1.5/config \
> -DHAVE_CONFIG_H=1 \
> -I/export/a/Postgres-7.0.3/include/ -Wall \
> -DVERSION=\"2.0.2\" -I. -c ./PoPymodule.c
>
> ld -G PoPymodule.o \
> /export/a/Postgres-7.0.3/lib/libpq.a \
> -lposix4 -o PoPymodule.so
>
>
>
> -jf
>
Here is the situation:
If you are running postgres 7.0, the sid versions of python-popy
and zope-zpopyda will work fine. (With no conflicts, no complaints,
everything just working).
To make the sid package pre-install process faster, I looked in
/etc/postgres, a directory NOT created by a source install
of upstream postgres. To make things a bit more specific, I
looked for a particular file in /etc/postgres.
postgres 7.1 removed that marker file, and so the pre-install
grumbles.
This is probably good, as postgres 7.1 is currently not supported by
popy.
I have delayed uploaded a new version because upstream has repeatedly made
"just around the corner' type statements. I think that I shall have to
upload a new version with a "Conflicts With: .. 7.1", just to avoid
this (hopefully) interim problem.
Jim Penny
PS: If you are not using Debian, you don't care about any of the above.
If you are using postgres7.1 and need a postgresql adapter today, then
I urge you to look at psycopg
> _______________________________________________
> Zope maillist - Zope@zope.org
> 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 - Zope@zope.org
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 )