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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-14-2010, 03:35 PM
|
#1
|
Member
Registered: Feb 2009
Location: An Evil city in Indiana
Distribution: Fedora Core 10 X86_64, and Ubuntu 6.06
Posts: 61
Rep:
|
"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.
|
|
|
09-14-2010, 03:46 PM
|
#2
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
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.
|
|
|
09-14-2010, 09:40 PM
|
#3
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
I guess you are not cd'ing into the directory. Can you see the configure script when you do an ls?
Evo2.
|
|
|
09-20-2010, 11:11 AM
|
#4
|
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:
|
@ 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.
|
|
|
09-20-2010, 11:29 AM
|
#5
|
Senior Member
Registered: Jan 2010
Posts: 2,020
|
Quote:
Originally Posted by Cassanova
@ 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
If you want to compile it then download the source from here:
http://www.emutalk.net/showthread.php?t=29643
|
|
|
09-20-2010, 11:36 AM
|
#6
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
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 11:37 AM.
|
|
|
09-21-2010, 01:18 AM
|
#7
|
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:
|
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
|
|
|
All times are GMT -5. The time now is 09:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|