Skip navigation.
Home
Now Shipping Version 7.0

Compiling problem ./configure


Posts: 282

Mepis 3.4.3
I'm trying to compile a file downloaded as a tar.gz
Unzipped it. In root.
Tried to ./configure it - get message:
./configure: No such file or directory
Maybe I dont have all I need to compile - but can't find out how to get that.
Any help appreciated.

AdrianTM's picture

What package? Can't you

What package? Can't you install it with Synaptic?

If you can't that look for a README or INSTALL file in the folder where you unpacked the files -- not all the packages install/compile the same way, README is a good place to start.

--
Post questions on www.mepislovers.org too.
Check out our wiki: www.mepislovers-wiki.org

Thanks for the quick

Thanks for the quick response.
The program isnt available for synaptic so I'm trying the old-fashioned way.
I'm trying to follow instructions in the read-me and install which are within the package:
`cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system."
I'm wondering if Mepis includes everyting we need to compile?

AdrianTM's picture

./configure script comes

./configure script comes with the files (if it's mentioned in README), if Mepis lacks something when you run ./configure you'll get messages about what is missing
--
Post questions on www.mepislovers.org too.
Check out our wiki: www.mepislovers-wiki.org

Well I just hadn't cd'd deep

Well I just hadn't cd'd deep enough so now I've got as far as:
"onfigure: error: We need a working libXext to proceed. Since configure
can't find it itself, we stop here assuming that make wouldn't find
them either."
I see in Synaptic libxext6 is installed.

Re: Well I just hadn't cd'd deep

bilzer wrote:
Well I just hadn't cd'd deep enough so now I've got as far as:
"onfigure: error: We need a working libXext to proceed. Since configure
can't find it itself, we stop here assuming that make wouldn't find
them either."
I see in Synaptic libxext6 is installed.

There should be a libxext-dev to install. Whenever it complains about a missing package look for a package-dev to install. The package name may not be exact but look for something similar with the -dev ending to install. Then run ./configure again.

Thanks for your replies. Now

Thanks for your replies.
Now I've installed libxext-dev_6.9.0.dfsg.1-6_i386.deb
but had to upgrade to libxext6_6.9.0.dfsg.1-6_i386.deb
in order to get it to install.
Ran ./configure again, with same results.
I see there are several options to select program to download from debian. This machine is AMD sempron 3100.
I selected unstable, I386. Was that correct choice?
Or perhaps some other problem?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.