Results 1 to 6 of 6
i use opensuse 11.1..kde 4.2
i try to install compatty...but have the probleum...is error at make command..
linux-6jtu:/home/lobajr1/Documents # tar zxvf cowpatty-4.3.tgz
cowpatty-4.3/
cowpatty-4.3/FAQ
cowpatty-4.3/TODO
cowpatty-4.3/dict
cowpatty-4.3/wpa2psk-linksys.dump
cowpatty-4.3/eap-test.dump
cowpatty-4.3/Makefile
cowpatty-4.3/md5.c
...
- 07-08-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 12
problem make commad..
i use opensuse 11.1..kde 4.2
i try to install compatty...but have the probleum...is error at make command..
linux-6jtu:/home/lobajr1/Documents # tar zxvf cowpatty-4.3.tgz
cowpatty-4.3/
cowpatty-4.3/FAQ
cowpatty-4.3/TODO
cowpatty-4.3/dict
cowpatty-4.3/wpa2psk-linksys.dump
cowpatty-4.3/eap-test.dump
cowpatty-4.3/Makefile
cowpatty-4.3/md5.c
cowpatty-4.3/md5.h
cowpatty-4.3/README
cowpatty-4.3/wpapsk-linksys.dump
cowpatty-4.3/cowpatty.c
cowpatty-4.3/cowpatty.h
cowpatty-4.3/file_magic
cowpatty-4.3/genpmk.c
cowpatty-4.3/CHANGELOG
cowpatty-4.3/common.h
cowpatty-4.3/sha1.c
cowpatty-4.3/sha1.h
cowpatty-4.3/AUTHORS
cowpatty-4.3/utils.c
cowpatty-4.3/utils.h
cowpatty-4.3/INSTALL
cowpatty-4.3/radiotap.h
cowpatty-4.3/COPYING
linux-6jtu:/home/lobajr1/Documents # ./configure
bash: ./configure: No such file or directory
linux-6jtu:/home/lobajr1/Documents # make
make: *** No targets specified and no makefile found. Stop.
linux-6jtu:/home/lobajr1/Documents # cd cowpatty-4.3
linux-6jtu:/home/lobajr1/Documents/cowpatty-4.3 # ./configure
bash: ./configure: No such file or directory
linux-6jtu:/home/lobajr1/Documents/cowpatty-4.3 # make
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c
make: cc: Command not found
make: *** [md5.o] Error 127
linux-6jtu:/home/lobajr1/Documents/cowpatty-4.3 #
plzz help..thanksLast edited by loba09; 07-08-2009 at 06:35 AM. Reason: wrong spelling
- 07-08-2009 #2
You need to install the gcc compiler. Go to Yast-Software-Software Management search for gcc and install. The gcc compiler is not installed by default.
You may also see if the package you wish to install is in the repositories. It is in general much better to install from the repository rather then compiling from source.
- 07-09-2009 #3
You can try this as Well just search for what ever program you wanna install
Webpin
- 07-13-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 12
problem make command
thanks frez for help..
after i install gcc i try to install back..
linux-6jtu:/home/lobajr1/Documents # cd cowpatty-4.3
linux-6jtu:/home/lobajr1/Documents/cowpatty-4.3 # ./configure
bash: ./configure: No such file or directory
linux-6jtu:/home/lobajr1/Documents/cowpatty-4.3 # make
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c
md5.c:20:25: error: openssl/md5.h: No such file or directory
md5.c: In function ‘md5_mac’:
md5.c:28: error: ‘MD5_CTX’ undeclared (first use in this function)
md5.c:28: error: (Each undeclared identifier is reported only once
md5.c:28: error: for each function it appears in.)
md5.c:28: error: expected ‘;’ before ‘context’
md5.c:29: warning: implicit declaration of function ‘MD5_Init’
md5.c:29: error: ‘context’ undeclared (first use in this function)
md5.c:30: warning: implicit declaration of function ‘MD5_Update’
md5.c:33: warning: implicit declaration of function ‘MD5_Final’
md5.c: In function ‘hmac_md5_vector’:
md5.c:40: error: ‘MD5_CTX’ undeclared (first use in this function)
md5.c:40: error: expected ‘;’ before ‘context’
md5.c:48: error: ‘context’ undeclared (first use in this function)
make: *** [md5.o] Error 1
what i can do?
plzz help
- 07-13-2009 #5
Unless I'm missing something, I do not see a "configure" in the cowpatty-4.3 directory. I do see the INSTALL script which is what I'd be reading first on how to compile the package. Also, it appears you need to install openssl development. I don't know what it would actually be called in SuSE though...
- 07-13-2009 #6
When compiling from source, you need to read the README or INSTALL files for details on how to install the program. There is no ./configure in the package you are trying to install, so installation is not your typical ./configure, make, make install.


Reply With Quote