Re: phpPgAdmin 2.0.1 & php 4


Subject: Re: phpPgAdmin 2.0.1 & php 4
From: Corey Minyard (minyard@acm.org)
Date: Sun Oct 01 2000 - 14:26:31 MDT


When you compile postgresql7 for the PowerPC, you need to apply the
"alpha" patches to the PowerPC as well. There are some lines that say:

%ifarch alpha
%patch0 -p1
%endif

in the postgresql.spec file (assuming you compiled it that way). You
need to change it to:

%ifarch alpha ppc
%patch0 -p1
%endif

It worked fine for me after that.

Corey

Neil Jolly <njolly@home.com> writes:

> Is anybody using postgresql 7, php 4, and phpPgAdmin successfully? This
> same setup works on all our intel boxes with redhat 6.1 & 6.2, but not
> our ppc boxes. Postgresql works fine using psql, but when trying to
> create, update, or insert with phpPgAdmin, I get an error messageas
> follows:
>
> PostgreSQL said: ERROR: getattproperties: no attribute tuple 1259 -2
>
> All ideas gratefully accepted.
> --
> "Computers let you make more mistakes faster than any other
> invention in human history, with the possible exception of
> handguns and tequila."
>
> Mitch Radcliffe
>
> Neil Jolly
> ----------------------------------------------------------
> http://www.members.home.net/njolly/xppc/index.htm
> ----------------------------------------------------------
>
> ** Sent via the linuxppc-user mail list. See http://lists.linuxppc.org/



This archive was generated by hypermail 2a24 : Sun Oct 01 2000 - 14:33:21 MDT