7.3b3 ok on unixware 71[12] here

Started by Olivier PRENANTover 23 years ago6 messageshackers
Jump to latest
#1Olivier PRENANT
ohp@pyrenet.fr

I'm glad to tell that I compiled and run regression tests ok on unixware
711 and 712 (Openunix 800) as well as on mac OS X 10.2.1 (execpt for
float8)

However, I'm still struggling to make plperl work on perl 561 and
Unixware.

I've scanned te Web and every thing without comming to a clue of what to
do. It DID work on pg 723 though...

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

#2Larry Rosenman
ler@lerctr.org
In reply to: Olivier PRENANT (#1)
Re: 7.3b3 ok on unixware 71[12] here

On Wed, 2002-10-30 at 12:08, Olivier PRENANT wrote:

I'm glad to tell that I compiled and run regression tests ok on unixware
711 and 712 (Openunix 800) as well as on mac OS X 10.2.1 (execpt for
float8)

However, I'm still struggling to make plperl work on perl 561 and
Unixware.

I've scanned te Web and every thing without comming to a clue of what to
do. It DID work on pg 723 though...

I've got it running with 5.8.0 of Perl. Is there anything holding you
back from updating to 5.8.0 of PERL?

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

#3Olivier PRENANT
ohp@pyrenet.fr
In reply to: Larry Rosenman (#2)
Re: 7.3b3 ok on unixware 71[12] here

On 30 Oct 2002, Larry Rosenman wrote:

Date: 30 Oct 2002 12:14:01 -0600
From: Larry Rosenman <ler@lerctr.org>
To: ohp@pyrenet.fr
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] 7.3b3 ok on unixware 71[12] here

On Wed, 2002-10-30 at 12:08, Olivier PRENANT wrote:

I'm glad to tell that I compiled and run regression tests ok on unixware
711 and 712 (Openunix 800) as well as on mac OS X 10.2.1 (execpt for
float8)

However, I'm still struggling to make plperl work on perl 561 and
Unixware.

I've scanned te Web and every thing without comming to a clue of what to
do. It DID work on pg 723 though...

I've got it running with 5.8.0 of Perl. Is there anything holding you
back from updating to 5.8.0 of PERL?

Unfortunatly yes! Majordomo2 doesn't work quit well with 580.

Is there anyway to ake 561 compile the way 580 does for dynaloader?

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

#4Larry Rosenman
ler@lerctr.org
In reply to: Olivier PRENANT (#3)
Re: 7.3b3 ok on unixware 71[12] here

On Wed, 2002-10-30 at 12:16, Olivier PRENANT wrote:

On 30 Oct 2002, Larry Rosenman wrote:

Date: 30 Oct 2002 12:14:01 -0600
From: Larry Rosenman <ler@lerctr.org>
To: ohp@pyrenet.fr
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] 7.3b3 ok on unixware 71[12] here

I've got it running with 5.8.0 of Perl. Is there anything holding you
back from updating to 5.8.0 of PERL?

Unfortunatly yes! Majordomo2 doesn't work quit well with 580.

Is there anyway to ake 561 compile the way 580 does for dynaloader?

I had zero luck... Sorry.

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

#5Olivier PRENANT
ohp@pyrenet.fr
In reply to: Larry Rosenman (#4)
Re: 7.3b3 ok on unixware 71[12] here

Well, I think I just found it!!

I adeed -Kpic in Dynaloader's Makefile. I haven't test plperl itself, but
at least it compiles.

Regards,
On 30 Oct 2002, Larry Rosenman wrote:

Date: 30 Oct 2002 12:23:06 -0600
From: Larry Rosenman <ler@lerctr.org>
To: ohp@pyrenet.fr
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] 7.3b3 ok on unixware 71[12] here

On Wed, 2002-10-30 at 12:16, Olivier PRENANT wrote:

On 30 Oct 2002, Larry Rosenman wrote:

Date: 30 Oct 2002 12:14:01 -0600
From: Larry Rosenman <ler@lerctr.org>
To: ohp@pyrenet.fr
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] 7.3b3 ok on unixware 71[12] here

I've got it running with 5.8.0 of Perl. Is there anything holding you
back from updating to 5.8.0 of PERL?

Unfortunatly yes! Majordomo2 doesn't work quit well with 580.

Is there anyway to ake 561 compile the way 580 does for dynaloader?

I had zero luck... Sorry.

LER

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

#6Bruce Momjian
bruce@momjian.us
In reply to: Olivier PRENANT (#1)
Re: 7.3b3 ok on unixware 71[12] here

Ports list for Unixware 7.2 updated:

http://candle.pha.pa.us/main/writings/pgsql/sgml/supported-platforms.html

---------------------------------------------------------------------------
Olivier PRENANT wrote:

I'm glad to tell that I compiled and run regression tests ok on unixware
711 and 712 (Openunix 800) as well as on mac OS X 10.2.1 (execpt for
float8)

However, I'm still struggling to make plperl work on perl 561 and
Unixware.

I've scanned te Web and every thing without comming to a clue of what to
do. It DID work on pg 723 though...

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073