<?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: Logrotate 2.5 on HPUX is practically a dinosaur in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063704#M29897</link>
    <description>I'm guessing that HP doesn't come out and compile their software on each server for you, unless you're paying them a really impressive amount of money. What they do, and what you can do, is compile on one machine for each platform and copy the binaries everywhere else. I would guess that you can probably run the binaries from 11.11 on 11.23, and the PA binaries may work through Aries on IA64 servers.&lt;BR /&gt;&lt;BR /&gt;Last year I built a current version of logrotate on HP-UX. I vaguely remember that I ignored most of the HP-specific steps in the documentation because they were out of date. I think libpopt was the only dependency I compiled.&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Sep 2007 11:29:11 GMT</pubDate>
    <dc:creator>Heironimus</dc:creator>
    <dc:date>2007-09-04T11:29:11Z</dc:date>
    <item>
      <title>Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063695#M29888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any chance at all that someone over at HP will decide to build and package new versions of Logrotate?  &lt;BR /&gt;&lt;BR /&gt;Version 2.5 is ANCIENT (more than 7 yrs old)!!! Tons of improvements since then.  &lt;BR /&gt;&lt;BR /&gt;So, if it's so important as a system administration tool and always referenced by ITRC people for log handling, maybe it should be upgraded and provided by HP in some fashion.&lt;BR /&gt;&lt;BR /&gt;Perhaps someone could post it to the porting site for the various HP platforms?&lt;BR /&gt;&lt;BR /&gt;Or is it some licensing issue with Debian that is preventing this?&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2007 09:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063695#M29888</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-08-31T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063696#M29889</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This is an open source product. Anybody that wants can take the current Linux source code and attempt a HP-UX compile.&lt;BR /&gt;&lt;BR /&gt;I think it would make sense if HP took it and integrated it into the Internet Express package, but my sources say nothing on the topic.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 31 Aug 2007 10:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063696#M29889</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-31T10:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063697#M29890</link>
      <description>as always, hp does little to make the life of the admin better, at least not were it matters.&lt;BR /&gt;userland on hpux is not dinosaur, it's even older.</description>
      <pubDate>Mon, 03 Sep 2007 02:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063697#M29890</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-09-03T02:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063698#M29891</link>
      <description>You know, Patrick and Dirk, maybe HP just didn't think to port the product to Internet Express.&lt;BR /&gt;&lt;BR /&gt;If enough people ask, they'll probably do it. I've seen HP go to great lengths to make me happy. Trust me, making me happy is not an easy thing to do.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Sep 2007 03:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063698#M29891</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-03T03:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063699#M29892</link>
      <description>I have been using the following in place of logrotate on HPUX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://freshmeat.net/projects/perl-logrotate/" target="_blank"&gt;http://freshmeat.net/projects/perl-logrotate/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I too ask myself why certain things do not get ported. I am still waiting for an updated cups depot. I did purchase the software from esp, but I would have thought that it would have been made available from HP by now.</description>
      <pubDate>Tue, 04 Sep 2007 07:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063699#M29892</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-09-04T07:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063700#M29893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try logrotate-3.7.4 source from fedora&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/source/SRPMS" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/6/source/SRPMS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;linuxbox# rpm2cpio logrotate-3.7.4.src.rpm | cpio -idv&lt;BR /&gt;&lt;BR /&gt;and follow README.HPUX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pablo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2007 09:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063700#M29893</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2007-09-04T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063701#M29894</link>
      <description>Hi Paolo,&lt;BR /&gt;&lt;BR /&gt;Yes. I tried with the README.HPUX instructions. It makes nice core dumps. I currently don't have time to investigate the dependancy issue with popt package.&lt;BR /&gt;&lt;BR /&gt;P.</description>
      <pubDate>Tue, 04 Sep 2007 09:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063701#M29894</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-09-04T09:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063702#M29895</link>
      <description>You could event something really good.&lt;BR /&gt;&lt;BR /&gt;To complete compile you will need to compile the source for any dependencies, otherwise all you will get will be core dumps.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Sep 2007 10:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063702#M29895</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-04T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063703#M29896</link>
      <description>&lt;BR /&gt;ya. great.&lt;BR /&gt;&lt;BR /&gt;Now, what if I have a few dozen 11i, 11.23 and itanium systems. Do I get to build a separate logrotate, and popt on each host?  &lt;BR /&gt;&lt;BR /&gt;Do I get to install the latest gnu build environment and linux compatibility libraries on all the systems too?&lt;BR /&gt;&lt;BR /&gt;The solution is looking more like a howto build your own package from source code...&lt;BR /&gt;&lt;BR /&gt;P.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063703#M29896</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-09-04T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063704#M29897</link>
      <description>I'm guessing that HP doesn't come out and compile their software on each server for you, unless you're paying them a really impressive amount of money. What they do, and what you can do, is compile on one machine for each platform and copy the binaries everywhere else. I would guess that you can probably run the binaries from 11.11 on 11.23, and the PA binaries may work through Aries on IA64 servers.&lt;BR /&gt;&lt;BR /&gt;Last year I built a current version of logrotate on HP-UX. I vaguely remember that I ignored most of the HP-specific steps in the documentation because they were out of date. I think libpopt was the only dependency I compiled.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063704#M29897</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-09-04T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063705#M29898</link>
      <description>here's what I did on&lt;BR /&gt;hp-ux 11.23 montecito&lt;BR /&gt;&lt;BR /&gt;dowloaded: logrotate-3.7.4.tar&lt;BR /&gt;&lt;BR /&gt;swinstall-ed:&lt;BR /&gt;&lt;BR /&gt;-libhplx_ipf.depot&lt;BR /&gt;-popt-1.7-ia64-11.23.depot&lt;BR /&gt;&lt;BR /&gt;# cd /usr/local/hplx/lib&lt;BR /&gt;# ln -s hpux32/* .&lt;BR /&gt;&lt;BR /&gt;# cd .../logrotate-3.7.4&lt;BR /&gt;# gmake POPT_DIR=/usr/local/lib/hpux32&lt;BR /&gt;&lt;BR /&gt;# gmake install&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2007 04:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063705#M29898</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2007-09-05T04:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063706#M29899</link>
      <description>Is there a typo here?&lt;BR /&gt;&lt;BR /&gt;# cd /usr/local/hplx/lib&lt;BR /&gt;# ln -s hpux32/* .&lt;BR /&gt;&lt;BR /&gt;did you mean to say...&lt;BR /&gt;&lt;BR /&gt;cd /usr/local/lib&lt;BR /&gt;ln -s /usr/local/lib/hpux32 hpux32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063706#M29899</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-09-05T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063707#M29900</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;err sorry, I made a typo.. I meant to &lt;BR /&gt;suggest&lt;BR /&gt;&lt;BR /&gt;cd /usr/local/lib&lt;BR /&gt;ln -s /usr/local/hplx/lib hpux32</description>
      <pubDate>Wed, 05 Sep 2007 12:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063707#M29900</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-09-05T12:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063708#M29901</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Doesn't matter. When I try to compile logrotate-3.7.1 it seems to build ok, but fails on execution. It'll fail for same reason if I build popt from source or if I use the package provided from the porting site.&lt;BR /&gt;&lt;BR /&gt;# ./logrotate&lt;BR /&gt;logrotate 3.7.1 - Copyright (C) 1995-2001 Red Hat, Inc.&lt;BR /&gt;This may be freely redistributed under the terms of the GNU Public License&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: libintl_dgettext (code)  from /usr/local/lib/libpopt.sl.0&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2007 15:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063708#M29901</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-09-05T15:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063709#M29902</link>
      <description>no typo,&lt;BR /&gt;&lt;BR /&gt;my /usr/local/hplx/lib is&lt;BR /&gt;&lt;BR /&gt;total 544&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Sep  5 10:40 hpux32&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Sep  4 17:43 hpux64&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         275060 Mar 26  2004 libhplx.1&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Sep  5 11:36 libhplx.a -&amp;gt; hpux32/libhplx.a&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Sep  5 11:36 libhplx.so -&amp;gt; hpux32/libhplx.so&lt;BR /&gt;lrwxr-xr-x   1 root       sys             19 Sep  5 11:36 libhplx.so.1 -&amp;gt; hpux32/libhplx.so.1&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2007 05:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063709#M29902</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2007-09-06T05:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063710#M29903</link>
      <description>In the past I've compiled quite a lot of software on HP-UX without ever installing their Linux compatibility kit. The problems I've had have always been related to HP's compilers and tools, not system calls or APIs.&lt;BR /&gt;&lt;BR /&gt;That missing symbol looks like something out of GNU gettext (used for internationalization). Either the library was compiled to use it but somehow didn't get linked properly, or the gettext library is missing. You probably don't really need gettext and NLS, but you'd have to explicitly disable it when you configure the build.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2007 11:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063710#M29903</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-09-06T11:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logrotate 2.5 on HPUX is practically a dinosaur</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063711#M29904</link>
      <description>&lt;BR /&gt;Ok.  After spending a day compiling and re-compiling this is what I've discovered.&lt;BR /&gt;&lt;BR /&gt;If popt-1.7 is compiled as follows, then logrotate will no longer coredump.  I suspect  there is a problem with the porting site version of popt and internationalization issues related to gettext (that I was able to  duplicate when I compiled popt myself)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This worked...&lt;BR /&gt;---------------&lt;BR /&gt;cd popt-1.7&lt;BR /&gt;&lt;BR /&gt;./configure -C --disable-static --prefix=/usr/local --with-included-gettext&lt;BR /&gt;&lt;BR /&gt;gmake&lt;BR /&gt;gmake check ( some broken test cases can be commented out )&lt;BR /&gt;gmake install&lt;BR /&gt;&lt;BR /&gt;then in the&lt;BR /&gt;cd logrotate-3.7.4&lt;BR /&gt;gmake POPT_DIR=/usr/local&lt;BR /&gt;&lt;BR /&gt;Logrotate seems to need the HPLX code and it was automatically detected and used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This also worked...&lt;BR /&gt;------------------&lt;BR /&gt;&lt;BR /&gt;I was also able to download popt-1.10.4 from linux from scratch and logrotate had no coredump problems with these libs. I only had to &lt;BR /&gt;&lt;BR /&gt;cd/popt-1.10.4&lt;BR /&gt;./configure -C&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there is a ABOUT-NLS doc with the popt-1.10.4 that describes the headaches that I encountered.&lt;BR /&gt;&lt;BR /&gt;So it seems that I have a logrotate binary that no longer core dumps. Hopefully it has no other runtime issues.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2007 13:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logrotate-2-5-on-hpux-is-practically-a-dinosaur/m-p/4063711#M29904</guid>
      <dc:creator>Patrick Wirth</dc:creator>
      <dc:date>2007-09-06T13:26:28Z</dc:date>
    </item>
  </channel>
</rss>

