From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Stefan Holzheu <stefan(dot)holzheu(at)bitoek(dot)uni-bayreuth(dot)de> |
Cc: | ADMIN <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: plperl does not build on RH7.1 |
Date: | 2003-12-21 22:56:06 |
Message-ID: | 26954.1072047366@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Stefan Holzheu <stefan(dot)holzheu(at)bitoek(dot)uni-bayreuth(dot)de> writes:
> In the previous message I have forgotten to give some important information:
> postgresql 7.4
> perl 5.6.1
>> Is there a way to build plperl on RH7.1?
You need this patch:
2003-11-24 08:16 petere
* configure, configure.in, src/include/pg_config.h.in,
src/interfaces/ecpg/ecpglib/connect.c,
src/interfaces/ecpg/ecpglib/misc.c, src/port/thread.c,
src/tools/thread/thread_test.c: Rename USE_THREADS to
ENABLE_THREAD_SAFETY to avoid name clash with Perl. Fixes
compilation failure with --enable-thread-safety --with-perl and
Perl 5.6.1.
Or, don't do --enable-thread-safety.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Holzheu | 2003-12-22 08:20:42 | Re: plperl does not build on RH7.1 |
Previous Message | Stefan Holzheu | 2003-12-21 21:20:37 | plperl does not build on RH7.1 |