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

Lists: pgsql-bugs
From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #812: can not compile 7.3b5 on Suse8.1 with perl
Date: 2002-11-10 22:43:53
Message-ID: 20021110224353.D41A0476103@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

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


From: elein <elein(at)sbcglobal(dot)net>
To: 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:37:24
Message-ID: 200211102337.gAANbPp2428510@pimout3-ext.prodigy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

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


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
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


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 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-11 03:20:55
Message-ID: 23568.1036984855@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Can not compile (make) Postgresql 7.3b5 on Suse 8.1 if the option
> --with-perl is used with configure.

If you want help you'd better give considerably more details than that.
Quoting the error message(s) would be a start...

regards, tom lane