Re: Bug #812: can not compile 7.3b5 on Suse8.1 with perl

From: elein <elein(at)sbcglobal(dot)net>
To: elein(at)norcov(dot)com, Christoph_Becker(at)t-online(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #812: can not compile 7.3b5 on Suse8.1 with perl
Date: 2002-11-10 23:57:28
Message-ID: 200211102357.gAANvUZ6186514@pimout4-ext.prodigy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


postgresql 7.3b5 compiles cleanly on SuSE 7.2 (with patch
for pcre module in python) with configure options:
--enable-debug --with-tcl --with-perl --with-python --with-openssl --prefix=/local/pgsql73

Make check reports 89 tests passed.
I also tested some python triggers and they worked fine.

elein(at)norcov(dot)com

On Sunday 10 November 2002 15:37, elein wrote:
> I'm using SuSE 7.2 and found that I had to patch SuSE's python
> so that it included the pcre package. I have been able
> to compile --with-python against pg 7.3b2. I'll try 7.3b5
> and give perl a spin, too.
>
> elein(at)norcov(dot)com
>
> On Sunday 10 November 2002 14:43, pgsql-bugs(at)postgresql(dot)org wrote:
> > Christoph Becker (Christoph_Becker(at)t-online(dot)de) reports a bug with a
> > severity of 3 The lower the number the more severe it is.
> >
> > Short Description
> > can not compile 7.3b5 on Suse8.1 with perl
> >
> > Long Description
> > Can not compile (make) Postgresql 7.3b5 on Suse 8.1 if the option
> > --with-perl is used with configure. Without --with-perl make works fine
> > and make check reports that all 89 tests where passed ok.
> >
> > Postgresql 7.2.3 can be compiled with the same configure settings,
> > including --with-perl, without any problem on the same system. Although,
> > --with-python does not work either with PostgreSQL 7.2.3.
> >
> > Christoph Becker
> >
> >
> >
> > Sample Code
> >
> >
> > No file was uploaded with this report
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message rongcs 2002-11-11 02:35:55 use the bit varying(n)
Previous Message elein 2002-11-10 23:37:24 Re: Bug #812: can not compile 7.3b5 on Suse8.1 with perl