Ubuntu This forum is for the discussion of Ubuntu Linux. |
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.
|
 |
12-16-2006, 10:08 AM
|
#1
|
LQ Newbie
Registered: Dec 2006
Posts: 4
Rep:
|
Terminal ./configure issues
I've been installing .tar.gz files effortlessley for awhile now, but latley whenever i try a ./configure my terminal has been saying "no file or directory".
Any idea what might have gone wrong? Is there any way that i may have accidently deleted that command? and if so how do i re-install it?
|
|
|
12-16-2006, 10:28 AM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Can you please post a detailed error message so that we can have a look at what could be going wrong.
|
|
|
12-16-2006, 12:05 PM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Well, from the output, there isn't a file called "configure" in the directory you are working in. You need to untar the rar file and enter into the extracted directory then look for installation instructions. You could also save yourself time and effort by using apt/synaptic to install rar or unrar.
|
|
|
12-16-2006, 12:51 PM
|
#5
|
LQ Newbie
Registered: Dec 2006
Posts: 4
Original Poster
Rep:
|
I can get rar in the synaptic package manager? i didn't know that
But as far as having to find the install instructions and all that, this isn't the only program this has happened with. I have about 8 new programs that i tried to install yesterday, and ./configure didn't work on ANY of them.
I don't have insane amounts of experience with this OS, or even installing files, but to me that seems a rather high occurance, and previously only about one or two of the many programs I had installed wouln't install through ./configure.
but i'll try it and let you know what happens
Thanks!
|
|
|
12-16-2006, 12:56 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Not all software is installed by using ./configure, make and make install. With some, you just do make and make install, with others, its just "make install". The installation instructions usually have the commands you should enter to build the package.
|
|
|
12-16-2006, 01:41 PM
|
#7
|
LQ Newbie
Registered: Dec 2006
Posts: 4
Original Poster
Rep:
|
hmm... well i did try just the make and just the make install but those didn't work either :/
|
|
|
12-16-2006, 05:00 PM
|
#8
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
It's difficult to comment without an "ls" of the directory. Configure isn't a bash command it's a shell script written to perform the compile process and insure dependencies are met. Every tarball you install will have a unique configure script. The name configure is a convention and I've seen some packages with installation shell scripts with different names that may also perform the make and perhaps modprobe in the case of a driver. If the package doesn't require compiling, e.g. Perl or Python scripts, there will still be a makefile script which you run by running "make" and "make install". There will almost always be a README file that will tell you what to do.
|
|
|
12-16-2006, 05:35 PM
|
#9
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by InsanE_X_Coconuts
hmm... well i did try just the make and just the make install but those didn't work either :/
|
Aren't there any instructions for installation? Like I said, there are many ways to install tarballs, so you need to follow whatever instructions were given by the developers. The instructions are usually included inside the packages tarball. The ones I listed in my previous post were just examples and won't necessarily work with your tarball.
|
|
|
All times are GMT -5. The time now is 02:31 AM.
|
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
|
|