Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 29 Dec 2012 06:44:30 +0000
From: John Hall <JohnH@...tworking.com>
To: "john-users@...ts.openwall.com" <john-users@...ts.openwall.com>
Subject: RE: pwsafe2john - How to use this program, preferably
 in Windows or in Linux if Windows is a no-go?

Tried 
sudo yum install libssl-dev
and
sudo yum install libssl-devel
Said no package available
Tried 
sudo yum install gtk+-devel   (not really sure what this is) It did install. Retried the above two. Same no package availale.

Am I spelling something incorrectly???

 ===================

In file included from sha2.c:26:0:
sha2.h:32:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
make[1]: *** [sha2.o] Error 1
make[1]: Leaving directory `/home/johnh/Downloads/JohnTheRipper-unstable-jumbo/src'
make: *** [linux-x86-sse2] Error 2

[johnh@...ora17 src]$ sudo yum install libssl-dev
Loaded plugins: langpacks, presto, refresh-packagekit
No package libssl-dev available.
Error: Nothing to do
[johnh@...ora17 src]$ 

________________________________________
From: Lukas Odzioba [lukas.odzioba@...il.com]
Sent: Friday, December 28, 2012 10:35 PM
To: john-users@...ts.openwall.com
Subject: Re: [john-users] pwsafe2john - How to use this program, preferably in Windows or in Linux if Windows is a no-go?

2012/12/29 John Hall <JohnH@...tworking.com>:
> ran
> sudo yum install gcc
> sudo yum install openssl
> make clean linux-x86-sse2
>
> got this:
> ...
> In file included from sha2.c:26:0:
> sha2.h:32:30: fatal error: openssl/opensslv.h: No such file or directory
> compilation terminated.
> make[1]: *** [sha2.o] Error 1
> make[1]: Leaving directory `/home/johnh/Downloads/JohnTheRipper-unstable-jumbo/src'
> make: *** [linux-x86-sse2] Error 2

It is common problem, you need to install libssl-dev to compile john.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.