<?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: interpreter not found error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122022#M447945</link>
    <description>&amp;gt;I am getting an Out of Memory error when I run ldd libsapcrypto.so.&lt;BR /&gt;&lt;BR /&gt;Check your swapspace with "swapinfo -tam".  This may cause the interpreter error.&lt;BR /&gt;You can check the interpreter with:&lt;BR /&gt;elfdump +interp ./sapgenpse&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Jul 2008 13:55:14 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-07-28T13:55:14Z</dc:date>
    <item>
      <title>interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122019#M447942</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two HP-UX 11.23 servers and I am trying to activate SSL on these. On one of the servers, it works fine and the SAP's SSL library libsapcrypto.so loads fine. On this server, I can also execute ./sapgenpse -h to take a look at the output Moreover, ldd libsapcrypto.so returns:&lt;BR /&gt;&lt;BR /&gt;ldd libsapcrypto.so&lt;BR /&gt;   libpthread.so.1 =&amp;gt; /usr/lib/hpux64/libthread.so.1&lt;BR /&gt;   libdl.so.1  =&amp;gt; /usr/lib/hpux64/libdl.so.1&lt;BR /&gt;&lt;BR /&gt;But on the other server, I am getting an Out of Memory error when I run ldd libsapcrypto.so.&lt;BR /&gt;Moreover, when I try to run ./sapgenpse, I am getting:&lt;BR /&gt;&lt;BR /&gt;interpreter "*******************&lt;BR /&gt;" not found&lt;BR /&gt;exec(2): could not load a.out&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest what might be wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards</description>
      <pubDate>Mon, 28 Jul 2008 13:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122019#M447942</guid>
      <dc:creator>Shehryar</dc:creator>
      <dc:date>2008-07-28T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122020#M447943</link>
      <description>Hello Shehryar.&lt;BR /&gt;Check out these threads, hope they help.&lt;BR /&gt;&lt;BR /&gt;Have a nice day&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1185747" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1185747&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1025705" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1025705&lt;/A&gt;</description>
      <pubDate>Mon, 28 Jul 2008 13:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122020#M447943</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2008-07-28T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122021#M447944</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;how is your memory usage. look at swapinfo -tam output.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Mon, 28 Jul 2008 13:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122021#M447944</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-07-28T13:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122022#M447945</link>
      <description>&amp;gt;I am getting an Out of Memory error when I run ldd libsapcrypto.so.&lt;BR /&gt;&lt;BR /&gt;Check your swapspace with "swapinfo -tam".  This may cause the interpreter error.&lt;BR /&gt;You can check the interpreter with:&lt;BR /&gt;elfdump +interp ./sapgenpse&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2008 13:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122022#M447945</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-28T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122023#M447946</link>
      <description>Thanks for all your responses. SWAPINFO looks fine. We have 35GB swap space for SAP and only 1% is used. The memory is 24% used.&lt;BR /&gt;&lt;BR /&gt;elfdump +interp ./sapgenpse returns an empty line and then ./sapgenpse on the second line. What does that mean?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 28 Jul 2008 14:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122023#M447946</guid>
      <dc:creator>Shehryar</dc:creator>
      <dc:date>2008-07-28T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122024#M447947</link>
      <description>&amp;gt; sapgenpse&lt;BR /&gt; &lt;BR /&gt;Is this a script (ie, ASCII file, try head sapgenpse | vis)? If you see \r characters, the file has been pulled from a PC. This message shows up when the first line has #!/something (in ASCII) but is not terminated correctly as in binary transfer from a PC. PCs require CR/LF at every end of line while Unix requires just LF. So in that case, the interpreter name ends with the CR character and the OS can't find it.&lt;BR /&gt; &lt;BR /&gt;You can fix the file with dos2ux as in:&lt;BR /&gt; &lt;BR /&gt;dos2ux &amp;gt; tempfile&lt;BR /&gt;mv tempfile sapgenpse</description>
      <pubDate>Mon, 28 Jul 2008 14:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122024#M447947</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-07-28T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122025#M447948</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# head sapgenpse | vis&lt;BR /&gt;\177ELF\002\002\001\001\001=\300_`\022\200\220\240ge\200#&lt;BR /&gt;&lt;BR /&gt;# file sapgenpse&lt;BR /&gt;sapgenpse:      ELF-64 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# elfdump +interp ./sapgenpse&lt;BR /&gt;&lt;BR /&gt;./sapgenpse:&lt;BR /&gt;&lt;BR /&gt;Any ideas what might be wrong? The file has been copied from server where it runs fine.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 28 Jul 2008 14:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122025#M447948</guid>
      <dc:creator>Shehryar</dc:creator>
      <dc:date>2008-07-28T14:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122026#M447949</link>
      <description># elfdump +interp ./sapgenpse&lt;BR /&gt;&amp;gt;The file has been copied from server where it runs fine.&lt;BR /&gt;&lt;BR /&gt;What does the above command show on the other server?  What does "file ./sapgenpse" show?</description>
      <pubDate>Mon, 28 Jul 2008 20:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122026#M447949</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-28T20:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122027#M447950</link>
      <description>Thanks. It seems there was something wrong with the FTP software I was using as it seemed to corrupt files during tranfer. I have changed that system starts fine now.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.</description>
      <pubDate>Tue, 29 Jul 2008 04:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122027#M447950</guid>
      <dc:creator>Shehryar</dc:creator>
      <dc:date>2008-07-29T04:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122028#M447951</link>
      <description>Files were being corrupted by the FTP software. Using a different software resolved the issue.</description>
      <pubDate>Tue, 29 Jul 2008 04:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122028#M447951</guid>
      <dc:creator>Shehryar</dc:creator>
      <dc:date>2008-07-29T04:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122029#M447952</link>
      <description>&amp;gt;Files were being corrupted by the FTP software.&lt;BR /&gt;&lt;BR /&gt;Did you use bin mode to do the copy?</description>
      <pubDate>Tue, 29 Jul 2008 05:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122029#M447952</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-29T05:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: interpreter not found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122030#M447953</link>
      <description>Yes, I was using Bin mode but the files kept on causing problems. I tried changing the settings but that didn't work either so I used a different software which resolved the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 29 Jul 2008 06:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-not-found-error/m-p/5122030#M447953</guid>
      <dc:creator>Shehryar</dc:creator>
      <dc:date>2008-07-29T06:25:06Z</dc:date>
    </item>
  </channel>
</rss>

