Re: [GENERAL] databases/p5-postgresql-plperl links to wrong libperl.so

2005-02-14 Thread Anton Berezin
On Fri, Feb 11, 2005 at 11:09:35PM +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 04:41:55PM -0500, Sven Willenberger wrote: On Fri, 2005-02-11 at 21:35 +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 11:10:15AM -0500, Sven Willenberger wrote: On Fri, 2005-02-11 at 16:46 +0100,

Re: [GENERAL] databases/p5-postgresql-plperl links to wrong libperl.so

2005-02-14 Thread Anton Berezin
On Fri, Feb 11, 2005 at 04:41:55PM -0500, Sven Willenberger wrote: On Fri, 2005-02-11 at 21:35 +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 11:10:15AM -0500, Sven Willenberger wrote: On Fri, 2005-02-11 at 16:46 +0100, Palle Girgensohn wrote: --On fredag, februari 11, 2005 10.24.22

Re: [GENERAL] databases/p5-postgresql-plperl links to wrong libperl.so

2005-02-11 Thread Sven Willenberger
On Fri, 2005-02-11 at 21:35 +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 11:10:15AM -0500, Sven Willenberger wrote: On Fri, 2005-02-11 at 16:46 +0100, Palle Girgensohn wrote: --On fredag, februari 11, 2005 10.24.22 -0500 Sven Willenberger [EMAIL PROTECTED] wrote: FreeBSD

Re: [GENERAL] databases/p5-postgresql-plperl links to wrong libperl.so

2005-02-11 Thread Tom Lane
Sven Willenberger [EMAIL PROTECTED] writes: 2. _Or_ plperl does not go all the way to be a conformant perl-embedding application. It looks at $Config{archlibexp}, but it does not follow directions described in perlembed(1). In this case it's linking should be fixed to respect that. You

Re: [GENERAL] databases/p5-postgresql-plperl links to wrong libperl.so

2005-02-11 Thread Sven Willenberger
On Fri, 2005-02-11 at 23:20 +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 11:09:35PM +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 04:41:55PM -0500, Sven Willenberger wrote: On Fri, 2005-02-11 at 21:35 +0100, Anton Berezin wrote: On Fri, Feb 11, 2005 at 11:10:15AM -0500, Sven

Re: [GENERAL] databases/p5-postgresql-plperl links to wrong libperl.so

2005-02-11 Thread Tom Lane
Sven Willenberger [EMAIL PROTECTED] writes: it looks like the sed line is stripping out pgac_tmp2 from the pgac_tmp1 leaving the system to use the default perl libperl.so. when I modified perl_embed_ldflags to not remove the -R line, the compile works and links to the proper libperl.so It