<?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: Migrating our app from HPUX PA RISC to HPUX 11i in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001343#M96145</link>
    <description>_Which_ 11i and with which compiler and version?&lt;BR /&gt;&lt;BR /&gt;Anyhow, was the application 64-bit before on 11.0, or is this a 32-bit to 64 bit migration?  Did the compiler emit any particular warnings about 64 bitness, or implied return values or the like? &lt;BR /&gt;&lt;BR /&gt;Probably worth enabling the migration warnings available with the compiler.&lt;BR /&gt;&lt;BR /&gt;Have you tried HP Cadvise on the source? (IIRC &lt;A href="http://www.hp.com/go/cadvise)" target="_blank"&gt;http://www.hp.com/go/cadvise)&lt;/A&gt;</description>
    <pubDate>Wed, 16 May 2007 19:59:12 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2007-05-16T19:59:12Z</dc:date>
    <item>
      <title>Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001338#M96140</link>
      <description>Core was generated by `odlcomp'.&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;SEGV_MAPERR - Address not mapped to object&lt;BR /&gt;#0  0xc0000000001d2b20:0 in strcpy+0x40 () from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;(gdb) bt&lt;BR /&gt;#0  0xc0000000001d2b20:0 in strcpy+0x40 () from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;#1  0xc000000005445d30:0 in OpenFile (file=0x9fffffffbf7f1940,&lt;BR /&gt;    fn=0x9a50 &lt;ADDRESS 0x9a50="" out="" of="" bounds=""&gt;) at clcomp.c:191&lt;BR /&gt;#2  0xc000000005444fc0:0 in ClCompile (kwlist=0x6000000000000370)&lt;BR /&gt;    at clcomp.c:126&lt;BR /&gt;#3  0x4000000000005700:0 in main (argc=2, argv=0x9fffffffffffeae8)&lt;BR /&gt;    at odlcomp.c:187&lt;BR /&gt;&lt;BR /&gt;we are getting core dump here, i know that libc.a is no more in HP 11i but i am not sure how to check we new libc.sl lib file in 11i whether our code has to change to make compatible with new lib file. please clarrify.&lt;/ADDRESS&gt;</description>
      <pubDate>Wed, 16 May 2007 12:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001338#M96140</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-16T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001339#M96141</link>
      <description>Sorry my question is how to check whether new libc.so.1 is compatible to our code which access libc.a in PA RISC machine.</description>
      <pubDate>Wed, 16 May 2007 13:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001339#M96141</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-16T13:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001340#M96142</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Can you confirm that all you are doing is upgrading from HP-UX 11.00 to 11i or are you also moving from PA-RISC (rp or 900 series) to Itanium (rx-series)&lt;BR /&gt;&lt;BR /&gt;What can you tell me about this app that you are currently using. Is it installed as binaries or do you have source or object code avialable for it?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew Y</description>
      <pubDate>Wed, 16 May 2007 14:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001340#M96142</guid>
      <dc:creator>Andrew Young_2</dc:creator>
      <dc:date>2007-05-16T14:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001341#M96143</link>
      <description>we are migrating our HP-UX 11.o (PA-RISC) to 11i (itanium ELF). thing is we are not upgrading 11i is installed in new box. our application is in C which will interact with sybase15 earlier it was with sybase12. we were started copying binaries but it doesnt work. so we have to recompile all the binaries in new box. &lt;BR /&gt;&lt;BR /&gt;when we compile we are getting the core dump. before this we have almost settled all libary mismatch for both the box.&lt;BR /&gt;Any input in this regard will be helpful. Thanks.</description>
      <pubDate>Wed, 16 May 2007 15:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001341#M96143</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-16T15:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001342#M96144</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You will probably need significant code changes to make this work. Oracle for example maintains a separate compile and probably code base for the same Os 11.23, PA versus IA-64.&lt;BR /&gt;&lt;BR /&gt;Its debug and development time for the app more than likely.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 May 2007 15:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001342#M96144</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-16T15:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001343#M96145</link>
      <description>_Which_ 11i and with which compiler and version?&lt;BR /&gt;&lt;BR /&gt;Anyhow, was the application 64-bit before on 11.0, or is this a 32-bit to 64 bit migration?  Did the compiler emit any particular warnings about 64 bitness, or implied return values or the like? &lt;BR /&gt;&lt;BR /&gt;Probably worth enabling the migration warnings available with the compiler.&lt;BR /&gt;&lt;BR /&gt;Have you tried HP Cadvise on the source? (IIRC &lt;A href="http://www.hp.com/go/cadvise)" target="_blank"&gt;http://www.hp.com/go/cadvise)&lt;/A&gt;</description>
      <pubDate>Wed, 16 May 2007 19:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001343#M96145</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-05-16T19:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HP-UX PA-RISC to HP-UX 11.23 Integrity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001344#M96146</link>
      <description>&lt;P&gt;(It would be helpful if you mentioned you were migrating to 11.23 IPF or Integrity. The term "11i" doesn't have enough details.)&lt;BR /&gt;&lt;BR /&gt;Your stack trace indicates you are trying to copy to a bad address. Either you are trying to write to a readonly string, or the address is just bad.&lt;BR /&gt;Do the following:&lt;BR /&gt;(gdb) p /x $r32&lt;BR /&gt;(gdb) x /8x $r32&lt;BR /&gt;(gdb) x /s $r33&lt;BR /&gt;&lt;BR /&gt;You should also look at line 191 in clcomp.c to see what you are passing to strcpy.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Rick: was the application 64-bit before on 11.0, or is this a 32-bit to 64 bit migration?&lt;BR /&gt;&lt;BR /&gt;Right, a good question.&lt;BR /&gt;Compile with +w64bit and +wlint.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 07:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001344#M96146</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T07:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001345#M96147</link>
      <description>Hi all, thanks for the response.&lt;BR /&gt;&lt;BR /&gt;we found our make file is seeking some 32 bits lib files so once we provide relevant lib file of new box we got the core dump issue resolved.But one of our C file is accessing  a paculiar lib file named libdbtraps.sl in the path /usr/local/lib. we are not sure whether the lib file belongs to unix or sysbase or application's.&lt;BR /&gt;&lt;BR /&gt;I know /usr/local/lib is for OS lib files but HP tech support in India told us that it is not a Unix file.&lt;BR /&gt;&lt;BR /&gt;Do any one aware of this lib file, please let me know.</description>
      <pubDate>Fri, 18 May 2007 11:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001345#M96147</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-18T11:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001346#M96148</link>
      <description>Well a quick google on libdbtraps.sl or libdbtraps or even just dbtraps turns up absolutely nothing! (that doesn't happen very often)&lt;BR /&gt;&lt;BR /&gt;That suggests it might be something someone at your company developed themselves...&lt;BR /&gt;&lt;BR /&gt;Maybe you can get a hint by running a what and a strings against it - the output might tell you something usefull about the lib:&lt;BR /&gt;&lt;BR /&gt;what /usr/local/lib/libdbtraps.sl&lt;BR /&gt;strings /usr/local/lib/libdbtraps.sl&lt;BR /&gt;&lt;BR /&gt;I guess a chatr and ldd might show up something interesting as well...&lt;BR /&gt;&lt;BR /&gt;ldd /usr/local/lib/libdbtraps.sl&lt;BR /&gt;chatr /usr/local/lib/libdbtraps.sl&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2007 15:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001346#M96148</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-05-18T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HP-UX PA-RISC to HP-UX 11.23 Integrity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001347#M96149</link>
      <description>&lt;P&gt;&amp;gt;I know /usr/local/lib is for OS lib files but HP tech support in India told us that it is not a Unix file.&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib does NOT contain any HP-UX official libs. They are all in /usr/lib/.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Duncan: Maybe you can get a hint&lt;BR /&gt;&lt;BR /&gt;You can also use "nm -px" on the libs to see what functions are there.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 07:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001347#M96149</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001348#M96150</link>
      <description>Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;we did what, strings, ldd and chatr, but we got &lt;BR /&gt;&lt;BR /&gt;What - it just display &lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/libdbtraps.sl:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Strings - we got all the strings in the lib but we got this info with nm command itself.&lt;BR /&gt;&lt;BR /&gt;ldd - this lib file is 32 bit and ldd throws error as 'invalid file type'.&lt;BR /&gt;&lt;BR /&gt;chatr - returns some info, which we are not sure how to take it.&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/libdbtraps.sl:&lt;BR /&gt;         shared library&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     disabled  second&lt;BR /&gt;             embedded path  disabled  first  Not Defined&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;&lt;BR /&gt;Out of this lib file in our code we are using some functions. we are trying to figure out the src for this lib file.&lt;BR /&gt;&lt;BR /&gt;Is there any command which will find a word in given dir and its sub dir,so that we can give a find from / path.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 May 2007 02:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001348#M96150</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-21T02:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HP-UX PA-RISC to HP-UX 11.23 Integrity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001349#M96151</link>
      <description>&lt;P&gt;&amp;gt;strings - we got all the strings in the lib but we got this info with nm command itself.&lt;BR /&gt;&lt;BR /&gt;Did you use "strings -a"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;we are trying to figure out the src for this lib file.&lt;BR /&gt;&lt;BR /&gt;If you used HP's PA32 compilers, you could use:&lt;BR /&gt;$ odump -comp libdbtraps.sl&lt;BR /&gt;This will tell you the source filename and the compiler options.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is there any command which will find a word in given dir and its subdir, so that we can give a find from / path.&lt;BR /&gt;&lt;BR /&gt;You mean using grep?&lt;BR /&gt;$ find path -exec grep -w -e string1 -e string2 ... +&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 07:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001349#M96151</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T07:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001350#M96152</link>
      <description>Thanks for your valuable comments.&lt;BR /&gt;&lt;BR /&gt;No we are using Ansi C compiler for this migration. can we have any command which can get us the src file like odump?&lt;BR /&gt;&lt;BR /&gt;and one more query, we have #ifdef MSC and declaration of some struct and varibles in the if block. we see this if condition is always failing and get undeclaration error for those variables and Structs.&lt;BR /&gt;&lt;BR /&gt;we found in google that it is Microsoft C compiler in some links. but we are not sure about it. Is there any other possible value that might be get assigned to this MSC. or how to check this in old box? expecting your valuable comments.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2007 04:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001350#M96152</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-22T04:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HP-UX PA-RISC to HP-UX 11.23 Integrity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001351#M96153</link>
      <description>&lt;P&gt;&amp;gt;No we are using ANSI C compiler for this migration. can we have any command which can get us the src file like odump?&lt;BR /&gt;&lt;BR /&gt;As I said, if you used HP's compilers (and didn't strip it) then you can use odump on your PA box:&lt;BR /&gt;$ /usr/ccs/bin/odump -comp libdbtraps.sl&lt;BR /&gt;If you used gcc, you are out of luck, unless you have debug info.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;we have #ifdef MSC ... we found in google that it is Microsoft C compiler in some links. ... Is there any other possible value that might be get assigned to this MSC.&lt;BR /&gt;&lt;BR /&gt;It seems that MSC is Microsoft C. Some of our RogueWave headers test _MSC_VER.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 07:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001351#M96153</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001352#M96154</link>
      <description>We found the same in some of the header. problem is the IF condition never goes true, so we are facing problem since some struct are declared into the if block.&lt;BR /&gt;&lt;BR /&gt;how to check this whether MSC is compiler specific.&lt;BR /&gt;&lt;BR /&gt;is there a possiblity that this might be there define in older version of Ansi C and some other variable for Ansi C V5.5?</description>
      <pubDate>Tue, 22 May 2007 04:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001352#M96154</guid>
      <dc:creator>JaganKumar</dc:creator>
      <dc:date>2007-05-22T04:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HPUX PA RISC to HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001353#M96155</link>
      <description>@rick,&lt;BR /&gt;&lt;BR /&gt;could you please visit this one:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1126273" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1126273&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2007 06:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001353#M96155</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-05-22T06:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating our app from HP-UX PA-RISC to HP-UX 11.23 Integrity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001354#M96156</link>
      <description>&lt;P&gt;&amp;gt;how to check this whether MSC is compiler specific.&lt;BR /&gt;&lt;BR /&gt;Look at some MS documentation?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;is there a possibility that this might be defined in older version of ANSI C and some other variable for ANSI C A.05.50?&lt;BR /&gt;&lt;BR /&gt;Of course not. It is illegal for an ANSI C compiler to define any macros that are in the user's namespace. I.e. don't start with __ or _ uppercase.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 07:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-our-app-from-hpux-pa-risc-to-hpux-11i/m-p/4001354#M96156</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T07:07:32Z</dc:date>
    </item>
  </channel>
</rss>

