LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-14-2010, 02:35 PM   #1
Cassanova
Member
 
Registered: Feb 2009
Location: An Evil city in Indiana
Distribution: Fedora Core 10 X86_64, and Ubuntu 6.06
Posts: 61

Rep: Reputation: 15
"Access denied" error when "./configure"


Okay. this is a problem I've had for a while, and I think I'm just getting around to actually asking for help. I cannot install files from source (tar.bz, tar.bz2, tar.gz, etc) my latest attempt began at tuxfiles. following the 'tutorial', if you will, I managed to unpack the files; but when it came to the ./configure step, I got the following error:
Quote:
zsh: no such file or directory: ./configure
Here I figured different distros, slight variances... so instead I tried putting a space in the command (./ configure), and got this error

Quote:
zsh: permission denied: ./
so finally I tried both ./configure and ./ configure as su and I still got the same errors... this is the same problem that I've always had when installing from source. Can anyone help? I am using Fedora 12. Any help is appreciated.
 
Old 09-14-2010, 02:46 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Is "configure" executable? Try something like "chmod +x ./configure" and then re-run configure.

For future reference, putting "./" before a file or program means that the file exists in the current directory. Your second command "./ configure" therefore is total gibberish to the shell, it thinks you are trying to run the current directory itself, which of course makes no sense.
 
Old 09-14-2010, 08:40 PM   #3
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
I guess you are not cd'ing into the directory. Can you see the configure script when you do an ls?

Evo2.
 
Old 09-20-2010, 10:11 AM   #4
Cassanova
Member
 
Registered: Feb 2009
Location: An Evil city in Indiana
Distribution: Fedora Core 10 X86_64, and Ubuntu 6.06
Posts: 61

Original Poster
Rep: Reputation: 15
@ MS3FGX
in attempting to chmod, I ran into a new problem: I recieve an error saying
Code:
 [9:52 What is thy bidding?]~/Downloads/tmpuz/mupen64-0.5% chmod ./configure
chmod: missing operand after `./configure'
However if using chmod -x i get an error saying
Code:
[9:53 What is thy bidding?]~/Downloads/tmpuz/mupen64-0.5% chmod -x ./configure
chmod: cannot access `./configure': No such file or directory
all in all, I'm very confused here. thank you all for your continued patience.
 
Old 09-20-2010, 10:29 AM   #5
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Quote:
Originally Posted by Cassanova View Post
@ MS3FGX
in attempting to chmod, I ran into a new problem: I recieve an error saying
Code:
 [9:52 What is thy bidding?]~/Downloads/tmpuz/mupen64-0.5% chmod ./configure
chmod: missing operand after `./configure'
However if using chmod -x i get an error saying
Code:
[9:53 What is thy bidding?]~/Downloads/tmpuz/mupen64-0.5% chmod -x ./configure
chmod: cannot access `./configure': No such file or directory
all in all, I'm very confused here. thank you all for your continued patience.
Hi,

I just downloaded the tarball. As it seems you downloaded the compiled version of it. Just cd into the directory and type
Code:
./mupen64
If you want to compile it then download the source from here:
http://www.emutalk.net/showthread.php?t=29643
 
Old 09-20-2010, 10:36 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
First, if you are given a command to execute, you should type it exactly as given to you.
Second, seems to me that no configure-script is in your current folder. This can have two reasons:
1. You are not in the correct directory.
2. The program you want to compile simply has no configure-script. In this case it needs not to be configured and you can omit this step.

@crts: Sorry, saw your post too late.

Last edited by TobiSGD; 09-20-2010 at 10:37 AM.
 
Old 09-21-2010, 12:18 AM   #7
Cassanova
Member
 
Registered: Feb 2009
Location: An Evil city in Indiana
Distribution: Fedora Core 10 X86_64, and Ubuntu 6.06
Posts: 61

Original Poster
Rep: Reputation: 15
Okay, upon further study, I've found that indeed, @TobiSGD was quite right, and the files had no configure script. It seems unlikely that virtually all the tar.xx files I've ever downloaded, did not have them (I say that because I've Downloaded A LOT of tar.xx files), but indeed, it seems to be the case. I have since installed (successfully) 3 separate tar archives, and indeed those DID have a configure script. Thank you all for your patience with my lack of proper study. But I learned something from it so that kinda makes up for it!

I don't know whether or not to mark this as 'solved', seeing as it really shouldn't have been a problem in the first place. but just to be safe, I think I will thanks again for the help
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba + CUPS "Access denied, unable to connect" error lirik Linux - Networking 10 10-13-2011 01:09 PM
"dpkg error in --configure" in most all (508) programs after "apt-get dist-upgrade" fluffymuffins Debian 3 08-09-2010 03:47 AM
"access denied, leeching forbidden, you are only allow to seed" error messege rohanvare Linux - Newbie 2 04-09-2009 08:30 AM
./Configure "Permision Denied" error when atempting to use ./configure command in RH8 canegames Linux - Software 9 06-29-2006 01:20 AM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration