<?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: Python Installation - Execute Permissions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991980#M100485</link>
    <description># ll /usr/bin/python&lt;BR /&gt;&lt;BR /&gt;lrwxr-xr-x   1 root       sys             &lt;BR /&gt;1 Jul 19 17:59 /usr/bin/python -&amp;gt; /usr/local/bin/python&lt;BR /&gt;&lt;BR /&gt;# what user/bin/python&lt;BR /&gt;&lt;BR /&gt;/usr/bin/python:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.43 050125 $&lt;BR /&gt;&lt;BR /&gt;And... I'm not sure how to check that I have PA-RISC executables.&lt;BR /&gt;&lt;BR /&gt;GBR&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Jul 2006 13:51:31 GMT</pubDate>
    <dc:creator>GBR</dc:creator>
    <dc:date>2006-07-19T13:51:31Z</dc:date>
    <item>
      <title>Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991978#M100483</link>
      <description>I've just installed 2.4.3 on my HP-UX 11i v1 box.  I'm getting an execute permission denied error when I try running the command 'python'.  The executable is in my path.  Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Greg</description>
      <pubDate>Wed, 19 Jul 2006 13:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991978#M100483</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-19T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991979#M100484</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ll &lt;FULLPATH&gt;/filename&lt;BR /&gt;&lt;BR /&gt;what &lt;FULLPATH&gt;/filename&lt;BR /&gt;&lt;BR /&gt;Make sure you have PA-RISC executables. IA64 will not work on 11.11&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/FULLPATH&gt;&lt;/FULLPATH&gt;</description>
      <pubDate>Wed, 19 Jul 2006 13:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991979#M100484</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-19T13:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991980#M100485</link>
      <description># ll /usr/bin/python&lt;BR /&gt;&lt;BR /&gt;lrwxr-xr-x   1 root       sys             &lt;BR /&gt;1 Jul 19 17:59 /usr/bin/python -&amp;gt; /usr/local/bin/python&lt;BR /&gt;&lt;BR /&gt;# what user/bin/python&lt;BR /&gt;&lt;BR /&gt;/usr/bin/python:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.43 050125 $&lt;BR /&gt;&lt;BR /&gt;And... I'm not sure how to check that I have PA-RISC executables.&lt;BR /&gt;&lt;BR /&gt;GBR&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2006 13:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991980#M100485</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-19T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991981#M100486</link>
      <description>Command "file /usr/bin/python" should say something along the lines of "PA-RISC 2.0 executable...."&lt;BR /&gt;&lt;BR /&gt;If it says something about ELF, you've got the wrong python.</description>
      <pubDate>Wed, 19 Jul 2006 14:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991981#M100486</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-07-19T14:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991982#M100487</link>
      <description># file /usr/bin/python&lt;BR /&gt;&lt;BR /&gt;/usr/bin/python:        PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Wed, 19 Jul 2006 14:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991982#M100487</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-19T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991983#M100488</link>
      <description>what machine is this? it may be a PARISC 1.x server, in which case you will get this due to using an executable compiled on a PARISC 2.0 server</description>
      <pubDate>Wed, 19 Jul 2006 15:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991983#M100488</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-07-19T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991984#M100489</link>
      <description>Melvyn,&lt;BR /&gt;&lt;BR /&gt;CPU Version: PA 7200-7200 CPU 13&lt;BR /&gt;Hardware Model: 9000/821/D250&lt;BR /&gt;Kernel Width Support: 32&lt;BR /&gt;&lt;BR /&gt;So should I be looking for a PARISC 1.x compilation?&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Thu, 20 Jul 2006 07:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991984#M100489</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-20T07:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991985#M100490</link>
      <description>By running the follwing command:&lt;BR /&gt;&lt;BR /&gt;# file /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;/stand/vmunix:  PA-RISC1.1 executable -not stripped&lt;BR /&gt;&lt;BR /&gt;I will now go looking for a compiled executable for a PA-RISC1.1&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Thu, 20 Jul 2006 07:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991985#M100490</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-20T07:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991986#M100491</link>
      <description>Greg&lt;BR /&gt;Yes, you have a PARISC 1.x server, you need the version compiled for that.&lt;BR /&gt;As you have the PARISC 2.0 compiled version, you will get the error you are seeing&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2006 07:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991986#M100491</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-07-20T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991987#M100492</link>
      <description>Can any PA-RISC 2 compiled code run on PA-RISC 1.1? or do I have to compile all the code on my system for the PA-RISC 1.1 architecture to work properly. I ask because I installed Perl with for PA-RISC 2.0 and it seems to work.&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Thu, 20 Jul 2006 08:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991987#M100492</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-20T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991988#M100493</link>
      <description>well the simple answer is it depends.&lt;BR /&gt;I say that as I have seen this origionally where Oracle binaries are compiled on a PARISC 2.0 serevr, then copied to a PARISC 1.x server.&lt;BR /&gt;Some of the exectuables wporked, others failed with exactly the same symptoms you see. I am not exactly a compiler or language expert, so I do not have a definitive answer as to why.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2006 08:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991988#M100493</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-07-20T08:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991989#M100494</link>
      <description>But if you were rebuilding this old box, would you be recommending compiling the source for each app, so I don't end up with issue downs the road?  From what I can see it hard to find compiled binaries for PA-RISC 2.0, so I pretty much have no option.&lt;BR /&gt;&lt;BR /&gt;I'm new to the Unix world of installing apps, and I'm assuming that if perform the compilation right on the box, to do the install, that it will work way better than trying to install the PA-RISC 2.0 depots.&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Thu, 20 Jul 2006 08:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991989#M100494</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-20T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991990#M100495</link>
      <description>&amp;gt;Can any PA-RISC 2 compiled code run on PA-RISC 1.1?  or do I have to compile all the code on my system for the PA-RISC 1.1 architecture to work properly.&lt;BR /&gt;&lt;BR /&gt;No.  Yes, you should compile with +DAportable.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I ask because I installed Perl with for PA-RISC 2.0 and it seems to work.&lt;BR /&gt;&lt;BR /&gt;I don't see how.  Unless it just says for PA2.0 and not "Only for PA 2.0".</description>
      <pubDate>Thu, 20 Jul 2006 17:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991990#M100495</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-07-20T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python Installation - Execute Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991991#M100496</link>
      <description>Thanks to all.</description>
      <pubDate>Fri, 21 Jul 2006 07:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-installation-execute-permissions/m-p/4991991#M100496</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-21T07:21:16Z</dc:date>
    </item>
  </channel>
</rss>

