[EMAIL PROTECTED] 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
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.
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.
[EMAIL PROTECTED]
On Sunday 10 November 2002 14:43, [EMAIL PROTECTED] wrote:
> Christoph Bec