LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ./configure: no such file? (https://www.linuxquestions.org/questions/linux-newbie-8/configure-no-such-file-180745/)

rafc 05-12-2004 01:54 PM

./configure: no such file?
 
Hi, I tried to install a tar.gz package and after tarring and cd into the directory the ./configure command returns me that error. Did I miss something from the linuxanswers guide or did something wrong?

bruno buys 05-12-2004 01:57 PM

did you check to see if there is a configure file inside the dir? When you type ./configure you run that script, so it must be there.
Read the readme or install file.

Tinkster 05-12-2004 02:23 PM

As a rule of thumb you SHOULDN'T run an
arbitrary command in a directory without having
checked that there's relevant DOCUMENTATION
in that directory... ;)

Quote:

I got that brand-new car from daddy,
so I filled it up with 96 fuel ...
...but it unfortunately was a diesel. :}



Cheers,
Tink

rafc 05-12-2004 02:48 PM

Hey guys, I've read the readme but there wasn't anything about it. The only relevant file in the directory is a Makefile, which I, uh, arbitrarily ran but that also just produced errors. So there seems to be nothing left in it to work with. :/

vasudevadas 05-12-2004 02:59 PM

try

Code:

make
first of all and see if that does anything... :)

bruno buys 05-12-2004 06:34 PM

So, do a
ls -lR
Inside the dir and post here the output, so we can try and guess what's in it.

peacebwitchu 05-12-2004 06:43 PM

Which program are you trying to compile? I'm sure someone on this forum has installed it before.

rafc 05-12-2004 08:11 PM

It's the vpnc package. Though I probably don't need it installed anymore. :) I've tried the 'make' and that too gives errors. So not that it needs to be installed but I'm curious as to what to do in such occasions.

peacebwitchu 05-12-2004 08:36 PM

vpnc is fairly new and fairly undocumented here is a link that might help.
http://nic.phys.ethz.ch/readme/96

make should work I think maybe you need the additional libraries.

jschiwal 05-13-2004 12:01 AM

Looking at the Makefile, you need the libcrypto library installed.

I downloaded the vpnc-0.1.tar.gz file. It compiled for me simply using make.

There are only 2 C files and two header files in the project, so they used a simple Makefile.





All times are GMT -5. The time now is 05:04 PM.