LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-16-2003, 12:58 AM   #1
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Rep: Reputation: 15
Installing .tar.gz files.


Ok, I've always had trouble installing these sort of files, and I've never actually successfully installed one. Here's the thing... I wanted an alarm clock, so I downloaded one. The file downloaded to my desktop and I moved it into another directory. My user account is terminal, so I moved it here: /home/terminal and I typed this: tar zxvf vigmeup-1.0.1.tar.gz and it did it's thing. After that I went into the newly created directory(vigmeup-1.0.1) and typed make, and it gave me this error: make: *** No targets specified and no makefile found. Stop.
I have no idea how to install this stupid file...
 
Old 03-16-2003, 01:07 AM   #2
do_guh_new
LQ Newbie
 
Registered: Feb 2003
Location: Daytona Beach Florida
Distribution: redhat
Posts: 28

Rep: Reputation: 15
after you change into the created directory make sure you run ./configure (this will create your make file) only than can you do make than as root do make install. (this is standard for most tarballs I've came across)
 
Old 03-16-2003, 01:08 AM   #3
markus1982
Senior Member
 
Registered: Aug 2002
Location: Stuttgart (Germany)
Distribution: Debian/GNU Linux
Posts: 1,467

Rep: Reputation: 46
Probably there is a INSTALL or README file. You should first read them before asking questions here. But usually the way to build software from source is

configure
make
make install
 
Old 03-16-2003, 01:18 AM   #4
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
I'm not a complete moron, I read the INSTALL and the README files... both of which provide no help for installation. Furthermore, the ./configure command gave me this error: checking for Qt... configure: error: Qt-1.4 (headers and libraries) not found. Please check your installation!
I ran a search in my package installer and found 3 matches for Qt, but when I tried installing them it gave me this: Installation failed, some files are missing. You may want to update your sources databse.
Where can I fix this error?
 
Old 03-16-2003, 03:40 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you need to install the qt-devel rpm. whenever you get an error saying that something like that is not found that should be the first thing to look for. the devel packages contain the headers and information to actually *compile* software using those programs / libraries. these extra files are not normally included in the original pacakge, e.g. qt3-version.rpm as they are not needed IF you only use rpms on your system.
 
Old 03-16-2003, 11:22 AM   #6
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
I ran a search for Packages to install, and I found this one: libqt3-devel-3.0.5-7mdk
When I try to install it though, it asks for my cd's, so I put them in, and it comes up with the same error: Installation failed, some files are missing. You may want to update your sources database.
 
Old 03-16-2003, 11:30 AM   #7
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Did you burn your own cds? Did you checksum the downloaded iso files first?
Did you close the cd drive first before clicking ok that you'd put the cd in?

You have unzipped the .tar.gz right?
 
Old 03-16-2003, 11:40 AM   #8
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
You have unzipped the .tar.gz right?
Yes, I burned my own cds. The iso files downloaded fine, I installed properly from them and all. And what do you think I am? Of course I closed the cd tray before I clicked ok.
 
Old 03-16-2003, 12:29 PM   #9
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
I got the qt-devel package to install, but it still give me the same error: checking for Qt... configure: error: Qt-1.4 (headers and libraries) not found. Please check your installation!
 
Old 03-16-2003, 12:38 PM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by TerminalPhreak
I ran a search for Packages to install, and I found this one: libqt3-devel-3.0.5-7mdk
When I try to install it though, it asks for my cd's, so I put them in, and it comes up with the same error: Installation failed, some files are missing. You may want to update your sources database.
It looka like it is looking for an older qt than you've got installed. I don't know if they are backward compatible or not. You might consider looking into getting the version it's looking for, or an RPM of this program.

Cool
 
Old 03-16-2003, 01:05 PM   #11
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
I've done searches everywhere and I can't find Qt-1.4
It just seems that there is no version 1.4
Can anyone help?
 
Old 03-16-2003, 01:06 PM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
check fr2.rpmfind.net that's the best mandrake rpm site as it's french
 
Old 03-16-2003, 01:14 PM   #13
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
A search at fr2.rpmfind.net resulted in finding that qt-1.41-1 was the lowest numerical version of qt they found. I'm trying it, but I don't know if it will work or not.
 
Old 03-16-2003, 01:16 PM   #14
TerminalPhreak
Member
 
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58

Original Poster
Rep: Reputation: 15
No, it didn't work...
 
Old 03-18-2003, 05:08 PM   #15
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Qt 1.4 is ancient. It sounds like this program you're trying to install is abandoned, and has been for a long time.

You may be able to find packages for it, but software that isn't maintained tends to rot and fade away over time unless there is a significant amount of software using those old libs. Try getting in touch with the maintainer and asking him to port it to Qt 3 (which is what you have installed).
 
  


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
installing tar.bz2 files M O L8ingN2dust Mandriva 2 03-26-2005 03:46 AM
Need help installing tar gz files please 1702fp Linux - Newbie 18 03-09-2005 09:04 PM
installing tar.gz files rubbertiki Linux - Newbie 9 10-05-2004 08:35 PM
Installing .tar.gz files MikeeX Linux - Distributions 9 03-14-2002 05:26 PM
tar.gz / installing files question ataraktos Linux - Newbie 4 03-10-2002 07:13 AM

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

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