<?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: Configure tkdesk error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151155#M900754</link>
    <description>ls -l FILENAME&lt;BR /&gt;&lt;BR /&gt;You can't execute it until you change the permissions to do so:&lt;BR /&gt;&lt;BR /&gt;man chmod&lt;BR /&gt;&lt;BR /&gt;chmod o+x FILENAME&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 22 Dec 2003 13:57:19 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2003-12-22T13:57:19Z</dc:date>
    <item>
      <title>Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151153#M900752</link>
      <description>I'm trying to install tkdesk to 11.00. I'm getting an execute permission denied when I run ./configure. I'm root and was wondering what I'm doing wrong?</description>
      <pubDate>Mon, 22 Dec 2003 13:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151153#M900752</guid>
      <dc:creator>John Ramsay_2</dc:creator>
      <dc:date>2003-12-22T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151154#M900753</link>
      <description>Just do "chmod a+x ./configure" and try again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 22 Dec 2003 13:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151154#M900753</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-22T13:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151155#M900754</link>
      <description>ls -l FILENAME&lt;BR /&gt;&lt;BR /&gt;You can't execute it until you change the permissions to do so:&lt;BR /&gt;&lt;BR /&gt;man chmod&lt;BR /&gt;&lt;BR /&gt;chmod o+x FILENAME&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 22 Dec 2003 13:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151155#M900754</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-12-22T13:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151156#M900755</link>
      <description>chmod a+x ./configure&lt;BR /&gt;&lt;BR /&gt;As root or the owner.&lt;BR /&gt;&lt;BR /&gt;That will fix it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Dec 2003 13:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151156#M900755</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-22T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151157#M900756</link>
      <description>Check the current permission on the file. You need to have execute permission set inorder to execute it:&lt;BR /&gt;&lt;BR /&gt;# ls -la&lt;BR /&gt;# chmod</description>
      <pubDate>Mon, 22 Dec 2003 13:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151157#M900756</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-12-22T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151158#M900757</link>
      <description>I'm brain dead - must be from eating too much - that time of the year.&lt;BR /&gt;&lt;BR /&gt;chmod u+x FILENAME&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 22 Dec 2003 14:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151158#M900757</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-12-22T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configure tkdesk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151159#M900758</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;Looks like execute rights to me. start it sh ./configure or do a chmod u+x ./configure.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Mon, 22 Dec 2003 14:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-tkdesk-error/m-p/3151159#M900758</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2003-12-22T14:00:19Z</dc:date>
    </item>
  </channel>
</rss>

