LinuxQuestions.org
Help answer threads with 0 replies.
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 12-05-2001, 04:44 AM   #1
scatcat
LQ Newbie
 
Registered: Oct 2001
Location: London-ish England
Distribution: Mandrake 8.0
Posts: 19

Rep: Reputation: 0
Unhappy App installation problem


Hi everyone.
I'm trying to install an app called kstars (it's my first try at installing something)
I untarred ok and read the install notes.
It mentioned that I should ./configure with the prefix of $KDEDIR.

I got this using 'which konqueror' Is that right?
and then did ./configure --prefix=/usr

This seemed to work ok. I then ran 'make'

This ends up with the following lines

make[1] leaving directory '/home/karl/kstars-0.6/kstars'
make*** [all-recursive-am] Error 2

That's it ! What am I doing wrong ?
I've tried several times with no sucess

I also have 2 other real newbie questions:
1. How do you read a file, like install from the terminal window?

2. Assuming I get an app to install how will I run it? I understand you don't get exe files like in windows so what should I expect?

Any hints, tips or help gratfully received.
 
Old 12-05-2001, 03:31 PM   #2
ryandelany
Member
 
Registered: Dec 2001
Location: Orange County, CA
Distribution: RedHat 7.2, 7.3, 8.0
Posts: 66

Rep: Reputation: 15
I can't answer all your questions well, but I will try.

I believe Error 2 is a file not found error. Make is trying to find a file that isn't in the place it expects. Presumably you have the wrong path for $KDEDIR, $KDEDIR does not exist, or there is a typo in the path. Try running echo $KDEDIR to see what it returns.

As a sidenote, anything in all caps preceeded by a dollar sign is an environment variable setting. You can use the echo command to display just the single variable, or use env or set to show what variables are set in your environment.

1. To 'read' files from the terminal window, there are a few options. The first would be cat. Example:

cat filename

If the output is more than a screen, it will keep scrolling. You can use the more command to display output one page at a time. Example:

cat filename | more

The second command would be the more command alone if you anticipate the output is longer than a page. Example:

more filename

A third command would be the editor vi (short for view). With this very powerful editor you can move around within the document and search for specific words or phrases as well. Example:

vi filename

If you get trapped in a vi session, hit the escape key, followed by the colon key followed by the letter q followed by the exclamation point (!) and hit enter. This will exit the vi session

I am sure there are other ways to read files, but these are the most common. For more specific detail, run the following commands:

man cat
man more
man vi

2. *nix does not suffer from the same problems that plague windows executable files, meaning a file doesn't have to have a .com, .exe, or .bat extension to run. Any file on a *nix (this includes unix and linux) can be marked as executable. This means you can run it by just typing the filename at the command line, assuming it has executable permissions.

Here is a link to some info regarding file permissions. There is too much detail for me to go into to explain it.

www.linux.com/howto/Security-HOWTO-5.html

You use the chmod command to change file permissions, so do a man chmod to get more info on that.

Hope this helps.

Ryan
 
Old 12-06-2001, 03:05 AM   #3
scatcat
LQ Newbie
 
Registered: Oct 2001
Location: London-ish England
Distribution: Mandrake 8.0
Posts: 19

Original Poster
Rep: Reputation: 0
That's great, thanks very much for taking the trouble to answer.

I'll have to go away and try your suggestions.
 
Old 12-06-2001, 03:15 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
It could be a problem with the configure step, such as a missing dependency. Have a look at config.log in the source dircetory for any error messages or warnings.
 
  


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
Check if an app is running and if it's not launch this app Coume Linux - General 3 07-28-2008 02:34 AM
App problem on Mandrake billy_garcia982 Linux - Software 0 12-11-2004 02:33 PM
Problem with patch app - Need serious help mdhowe Programming 2 07-18-2004 11:14 AM
mplayer installation problem the app doesnot start Nadim Slackware 4 05-09-2004 09:31 PM
Questions on Mandrake App installation pranabesh Linux - Software 2 02-05-2003 01:11 AM

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

All times are GMT -5. The time now is 02:15 AM.

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