LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-31-2007, 05:58 PM   #1
metadox
LQ Newbie
 
Registered: Jan 2007
Posts: 5

Rep: Reputation: 0
./INSTALL Permission Denied


Hey I'm kinda new to Linux and I was doing a search on LQ. I just could not find anything that was relative to what I was doing. Every time I try to ./INSTALL, it says to me Permission denied. I have also tried it under root, sudo, and su, but no go. If anyone can point me to the right direction I would be grateful.
 
Old 01-31-2007, 06:04 PM   #2
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
I guess you are trying to install from a .tar.gz and the INSTALL file is contained in the directory you have just untarred. Hmmm... usually INSTALL is a text file containing instruction on how to install the software. You can try
Code:
more INSTALL
or open it with your preferred editor.

Last edited by colucix; 01-31-2007 at 06:06 PM.
 
Old 01-31-2007, 06:15 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
It sounds like you are trying to install something from source.
The INSTALL file is a text file with instructions on installation, along with the README file.

There probably is a ./configure file you should run instead.
  1. Read the README and INSTALL files.
  2. Optionally run "./configure --help" to learn of options you might want to add when building the package, such as including mp3 support when building xmms or fbdev support building lynx.
  3. run "./configure" plus any optional build options you learned from the last stop.
  4. run "make". This will build the package.
  5. run "sudo make install". This will copy the various files to where you want to put them.

On of the configure options that is very common is to change the base directory of the installation. Often people prefer to use /usr instead of the /usr/local default.
 
Old 01-31-2007, 06:19 PM   #4
dudeman41465
Member
 
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 794

Rep: Reputation: 56
It's a permissions issue, as root run:
Code:
chmod a+x install
That should allow you to run it.

Although the previous post is relevant, if it has files like configure and makefile etc., then you need to follow those instructions on compiling.
 
  


Reply

Tags
denied, install, permission



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
file permission denied, install postfix aw_wolfe Linux - Newbie 7 07-13-2011 07:27 AM
Permission denied on Apache after install riluve Linux - Software 2 05-13-2006 10:44 PM
Cannot Install Bitdefender Permission Denied Redfiveuk Linux - Newbie 6 04-15-2004 09:14 AM
ATI driver install (9700, permission denied) Jason711 Linux - Hardware 3 03-17-2004 03:48 PM
GD 2.0.15 install, permission denied enzo250gto Linux - Software 2 11-19-2003 08:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:44 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