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 |
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.
|
|
|
03-16-2003, 01:58 AM
|
#1
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Rep:
|
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...
|
|
|
03-16-2003, 02:07 AM
|
#2
|
LQ Newbie
Registered: Feb 2003
Location: Daytona Beach Florida
Distribution: redhat
Posts: 28
Rep:
|
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)
|
|
|
03-16-2003, 02:08 AM
|
#3
|
Senior Member
Registered: Aug 2002
Location: Stuttgart (Germany)
Distribution: Debian/GNU Linux
Posts: 1,467
Rep:
|
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
|
|
|
03-16-2003, 02:18 AM
|
#4
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
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?
|
|
|
03-16-2003, 04:40 AM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
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.
|
|
|
03-16-2003, 12:22 PM
|
#6
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
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.
|
|
|
03-16-2003, 12:30 PM
|
#7
|
Senior Member
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794
Rep:
|
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?
|
|
|
03-16-2003, 12:40 PM
|
#8
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
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.
|
|
|
03-16-2003, 01:29 PM
|
#9
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
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!
|
|
|
03-16-2003, 01:38 PM
|
#10
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
03-16-2003, 02:05 PM
|
#11
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
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?
|
|
|
03-16-2003, 02:06 PM
|
#12
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
check fr2.rpmfind.net that's the best mandrake rpm site as it's french
|
|
|
03-16-2003, 02:14 PM
|
#13
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
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.
|
|
|
03-16-2003, 02:16 PM
|
#14
|
Member
Registered: Feb 2003
Location: FL
Distribution: Mandrake 9.0
Posts: 58
Original Poster
Rep:
|
No, it didn't work...
|
|
|
03-18-2003, 06:08 PM
|
#15
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
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).
|
|
|
All times are GMT -5. The time now is 07:19 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
|
|