Re: pl/pgsql doesn't load - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: pl/pgsql doesn't load
Date
Msg-id 20050321041704.GA21733@dcc.uchile.cl
Whole thread Raw
In response to pl/pgsql doesn't load  ("David B." <incomex@hotmail.com>)
List pgsql-bugs
On Sat, Mar 19, 2005 at 11:21:54PM -0700, David B. wrote:
> 8.0.1 doesn't compile to include plpgsql.o so I can't createlang pl/pgsql.

I think you have misidentified your problem.

> Why don't you guys provide rpms for the major distributions anyway?
> I'm using mandrake and because you don't provide rpms I have to use
> the --without readline and zlib commands just to get it to compile.  I
> can't find a mandrake rpm of 8.0+ anywhere and I've spent 2 weeks just
> trying to get this up and running.

It's very easy to use the .src.rpm from PGDG to recreate a binary RPMs
in Mandrakelinux.  In fact I used to do that back when I used Mandrake,
not many months ago.  You just need to install the rpm-build package and
follow the standard Mandrake instructions for building packages.  See
the Cooker documentation on that.

You have to install zlib-devel and some readline devel package in order
to compile cleanly, anyway.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"The West won the world not by the superiority of its ideas or values
or religion but rather by its superiority in applying organized violence.
Westerners often forget this fact, non-Westerners never do."
(Samuel P. Huntington)

pgsql-bugs by date:

Previous
From: Oliver Siegmar
Date:
Subject: Re: BUG #1546: Temp table isn't deleted at the end of a transaction / ON COMMIT DROP has no effect
Next
From: Neil Conway
Date:
Subject: Re: pl/pgsql doesn't load