Re: libtool 2.4 and perl rpath

2012-06-06 Thread Magnus Fromreide
On Wed, 2012-06-06 at 10:16 +0200, Niels Baggesen wrote: > On Tue, Jun 05, 2012 at 11:47:33PM +0200, Magnus Fromreide wrote: > > Hello! > > > > Apparently this have shown up again as bug #3532234. > > > > What should we do about it? > > Maybe apply Barts patch from back then? I looks like it nev

Re: libtool 2.4 and perl rpath

2012-06-06 Thread Niels Baggesen
On Tue, Jun 05, 2012 at 11:47:33PM +0200, Magnus Fromreide wrote: > Hello! > > Apparently this have shown up again as bug #3532234. > > What should we do about it? Maybe apply Barts patch from back then? I looks like it never was applied to any branch /Niels -- Niels Baggesen - @home - Århus

Re: libtool 2.4 and perl rpath

2012-06-05 Thread Magnus Fromreide
Hello! Apparently this have shown up again as bug #3532234. What should we do about it? a) expand the libtool patch b) upgrade libtool to 2.4.2+patch c) something else /MF On Wed, 2011-10-05 at 08:08 +0200, Bart Van Assche wrote: > On Tue, Oct 4, 2011 at 8:02 PM, Bart Van Assche > wrote: > >

Re: libtool 2.4 and perl rpath

2011-10-07 Thread Bart Van Assche
On Thu, Oct 6, 2011 at 2:50 PM, Jan Safranek wrote: > Well, libtool 2.2.6 worked well in V5-5-patches without any makefile > changes. (Nearly) the same makefiles don't work with libtool 2.4, that's > why I was asking if there is a guru around. > How about the patch below ? [PATCH] CHANGES: snmp

Re: libtool 2.4 and perl rpath

2011-10-06 Thread Jan Safranek
On 10/05/2011 06:50 PM, Bart Van Assche wrote: > On Wed, Oct 5, 2011 at 1:57 PM, Jan Safranek > wrote: > > On 10/04/2011 08:09 PM, Bart Van Assche wrote:> $ readelf -a > ./agent/.libs/snmpd|grep perl > > 0x0001 (NEEDED) Shared libra

Re: libtool 2.4 and perl rpath

2011-10-05 Thread Bart Van Assche
On Wed, Oct 5, 2011 at 1:57 PM, Jan Safranek wrote: > On 10/04/2011 08:09 PM, Bart Van Assche wrote:> $ readelf -a > ./agent/.libs/snmpd|grep perl > > 0x0001 (NEEDED) Shared library: [libperl.so] > > 0x000f (RPATH) Library rpath: > > > [/usr/lib/

Re: libtool 2.4 and perl rpath

2011-10-05 Thread Jan Safranek
On 10/04/2011 08:09 PM, Bart Van Assche wrote: > On Tue, Oct 4, 2011 at 4:12 PM, Jan Safranek > wrote: > > when I compile net-snmp-5.7 on Linux with embedded perl, I get missing > rpath in libnetsnmpmibs.so to perl: > > ldd -r libnetsnmpmibs.so.30 >

Re: libtool 2.4 and perl rpath

2011-10-04 Thread Bart Van Assche
On Tue, Oct 4, 2011 at 8:02 PM, Bart Van Assche wrote: > On Tue, Oct 4, 2011 at 4:42 PM, Niels Baggesen > wrote: >> >> On Tue, Oct 04, 2011 at 04:12:05PM +0200, Jan Safranek wrote: >> > /bin/sh ../libtool --mode=link gcc <...> libnetsnmpagent.la >> > ../libtool: line 8480: func_apped: command no

Re: libtool 2.4 and perl rpath

2011-10-04 Thread Bart Van Assche
On Tue, Oct 4, 2011 at 4:12 PM, Jan Safranek wrote: > when I compile net-snmp-5.7 on Linux with embedded perl, I get missing > rpath in libnetsnmpmibs.so to perl: > > ldd -r libnetsnmpmibs.so.30 >... >libperl.so => not found > > The link command in agent/Makefile.in is (nearly) th

Re: libtool 2.4 and perl rpath

2011-10-04 Thread Bart Van Assche
On Tue, Oct 4, 2011 at 4:42 PM, Niels Baggesen wrote: > On Tue, Oct 04, 2011 at 04:12:05PM +0200, Jan Safranek wrote: > > /bin/sh ../libtool --mode=link gcc <...> libnetsnmpagent.la > > ../libtool: line 8480: func_apped: command not found > > That looks suspiciously like someone misspelled func_

Re: libtool 2.4 and perl rpath

2011-10-04 Thread Niels Baggesen
On Tue, Oct 04, 2011 at 04:12:05PM +0200, Jan Safranek wrote: > /bin/sh ../libtool --mode=link gcc <...> libnetsnmpagent.la > ../libtool: line 8480: func_apped: command not found That looks suspiciously like someone misspelled func_append (in ltmain.sh) /Niels -- Niels Baggesen - @home - Århus

libtool 2.4 and perl rpath

2011-10-04 Thread Jan Safranek
Hi, when I compile net-snmp-5.7 on Linux with embedded perl, I get missing rpath in libnetsnmpmibs.so to perl: ldd -r libnetsnmpmibs.so.30 ... libperl.so => not found The link command in agent/Makefile.in is (nearly) the same as in net-snmp-5.5, yet the 5.5 brach compiles libnets