<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: linkloop &amp;amp; RHEL5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687006#M81041</link>
    <description>I'd guess you have found an old linkloop binary RPM and installed it.&lt;BR /&gt;&lt;BR /&gt;Get the source code from Sourceforge:&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/linkloop/" target="_blank"&gt;http://sourceforge.net/projects/linkloop/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Recompile it on RHEL 5.4 (gcc, binutils and glibc-devel packages required to compile successfully):&lt;BR /&gt;&lt;BR /&gt;$ tar zxvf linkloop-1.0.1-hp.tar.gz&lt;BR /&gt;$ ./configure&lt;BR /&gt;$ make&lt;BR /&gt;&lt;BR /&gt;Once you recompile it, it will be linked against GLIBC 2.5 of RHEL 5.x, so it will work again.&lt;BR /&gt;&lt;BR /&gt;You may install the linkloop binaries to /usr/local/bin by running "make install" as root, but then they won't be managed by the RPM package management system. A better way would be to create your own RPM package: it's more work, but it allows you to easily distribute the package to multiple systems, and to easily upgrade/remove it if/when necessary.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fedoraproject.org/wiki/How_to_create_an_RPM_package" target="_blank"&gt;http://fedoraproject.org/wiki/How_to_create_an_RPM_package&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 15 Sep 2010 13:44:29 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-09-15T13:44:29Z</dc:date>
    <item>
      <title>linkloop &amp; RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687005#M81040</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;I'm trying to implement linkloop in a RHEL5.4 box.&lt;BR /&gt;I have GLIBC 2.5, but in the README it says only support up to 2.4, is there any option to make it run properly.&lt;BR /&gt;When I executed, I got this:&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux phpnag01.inf.sta 2.6.18-164.el5PAE #1 SMP Tue Aug 18 15:59:11 EDT 2009 i686 i686 i386 GNU/Linux&lt;BR /&gt;# linkloop -i bond0 00:23:7D:D8:ED:CC&lt;BR /&gt;Link connectivity to LAN station: 00:23:7D:D8:ED:CC (HW addr 0x00237DD8EDCC)&lt;BR /&gt;*** buffer overflow detected ***: linkloop terminated&lt;BR /&gt;======= Backtrace: =========&lt;BR /&gt;/lib/libc.so.6(__chk_fail+0x41)[0x67c1c1]&lt;BR /&gt;/lib/libc.so.6[0x67b7cc]&lt;BR /&gt;linkloop[0x80489ad]&lt;BR /&gt;linkloop[0x804935f]&lt;BR /&gt;/lib/libc.so.6(__libc_start_main+0xdc)[0x5abe9c]&lt;BR /&gt;linkloop[0x8048851]&lt;BR /&gt;======= Memory map: ========&lt;BR /&gt;004e3000-004ee000 r-xp 00000000 fd:00 296569     /lib/libgcc_s-4.1.2-20080825.so.1&lt;BR /&gt;004ee000-004ef000 rwxp 0000a000 fd:00 296569     /lib/libgcc_s-4.1.2-20080825.so.1&lt;BR /&gt;00578000-00592000 r-xp 00000000 fd:00 296562     /lib/ld-2.5.so&lt;BR /&gt;00592000-00593000 r-xp 00019000 fd:00 296562     /lib/ld-2.5.so&lt;BR /&gt;00593000-00594000 rwxp 0001a000 fd:00 296562     /lib/ld-2.5.so&lt;BR /&gt;00596000-006d5000 r-xp 00000000 fd:00 296563     /lib/libc-2.5.so&lt;BR /&gt;006d5000-006d6000 --xp 0013f000 fd:00 296563     /lib/libc-2.5.so&lt;BR /&gt;006d6000-006d8000 r-xp 0013f000 fd:00 296563     /lib/libc-2.5.so&lt;BR /&gt;006d8000-006d9000 rwxp 00141000 fd:00 296563     /lib/libc-2.5.so&lt;BR /&gt;006d9000-006dc000 rwxp 006d9000 00:00 0&lt;BR /&gt;00a3b000-00a3c000 r-xp 00a3b000 00:00 0          [vdso]&lt;BR /&gt;08048000-0804a000 r-xp 00000000 fd:00 1400509    /usr/bin/linkloop&lt;BR /&gt;0804a000-0804b000 rw-p 00001000 fd:00 1400509    /usr/bin/linkloop&lt;BR /&gt;0863e000-0865f000 rw-p 0863e000 00:00 0          [heap]&lt;BR /&gt;b7f18000-b7f19000 rw-p b7f18000 00:00 0&lt;BR /&gt;b7f22000-b7f24000 rw-p b7f22000 00:00 0&lt;BR /&gt;bf892000-bf8a7000 rw-p bffea000 00:00 0          [stack]&lt;BR /&gt;Aborted&lt;BR /&gt;&lt;BR /&gt;# ll /lib/libc.so.6&lt;BR /&gt;lrwxrwxrwx 1 root root 11 May  9  2009 /lib/libc.so.6 -&amp;gt; libc-2.5.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2010 12:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687005#M81040</guid>
      <dc:creator>unix_sta</dc:creator>
      <dc:date>2010-09-15T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: linkloop &amp; RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687006#M81041</link>
      <description>I'd guess you have found an old linkloop binary RPM and installed it.&lt;BR /&gt;&lt;BR /&gt;Get the source code from Sourceforge:&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/linkloop/" target="_blank"&gt;http://sourceforge.net/projects/linkloop/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Recompile it on RHEL 5.4 (gcc, binutils and glibc-devel packages required to compile successfully):&lt;BR /&gt;&lt;BR /&gt;$ tar zxvf linkloop-1.0.1-hp.tar.gz&lt;BR /&gt;$ ./configure&lt;BR /&gt;$ make&lt;BR /&gt;&lt;BR /&gt;Once you recompile it, it will be linked against GLIBC 2.5 of RHEL 5.x, so it will work again.&lt;BR /&gt;&lt;BR /&gt;You may install the linkloop binaries to /usr/local/bin by running "make install" as root, but then they won't be managed by the RPM package management system. A better way would be to create your own RPM package: it's more work, but it allows you to easily distribute the package to multiple systems, and to easily upgrade/remove it if/when necessary.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fedoraproject.org/wiki/How_to_create_an_RPM_package" target="_blank"&gt;http://fedoraproject.org/wiki/How_to_create_an_RPM_package&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 15 Sep 2010 13:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687006#M81041</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-15T13:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: linkloop &amp; RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687007#M81042</link>
      <description>thks!</description>
      <pubDate>Fri, 17 Sep 2010 08:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linkloop-amp-rhel5/m-p/4687007#M81042</guid>
      <dc:creator>unix_sta</dc:creator>
      <dc:date>2010-09-17T08:52:26Z</dc:date>
    </item>
  </channel>
</rss>

