Operating System - HP-UX
1829636 Members
1784 Online
109992 Solutions
New Discussion

Re: Configure tkdesk error

 
SOLVED
Go to solution
John Ramsay_2
Regular Advisor

Configure tkdesk error

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?
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Configure tkdesk error

Just do "chmod a+x ./configure" and try again.


Pete

Pete
harry d brown jr
Honored Contributor

Re: Configure tkdesk error

ls -l FILENAME

You can't execute it until you change the permissions to do so:

man chmod

chmod o+x FILENAME

live free or die
harry
Live Free or Die
Steven E. Protter
Exalted Contributor

Re: Configure tkdesk error

chmod a+x ./configure

As root or the owner.

That will fix it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Helen French
Honored Contributor

Re: Configure tkdesk error

Check the current permission on the file. You need to have execute permission set inorder to execute it:

# ls -la
# chmod
Life is a promise, fulfill it!
harry d brown jr
Honored Contributor

Re: Configure tkdesk error

I'm brain dead - must be from eating too much - that time of the year.

chmod u+x FILENAME

live free or die
harry
Live Free or Die
G. Vrijhoeven
Honored Contributor

Re: Configure tkdesk error

HI,

Looks like execute rights to me. start it sh ./configure or do a chmod u+x ./configure.

Gideon