Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 14 Jul 2013 12:48:53 +0530
From: Sayantan Datta <std2048@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Can't build bleeding without modifying makefle

On Sunday 14 July 2013 12:04 PM, Dhiru Kholia wrote:
> On 07/14/13 at 09:14am, Sayantan Datta wrote:
>> make clean linux-x86-64-opencl fails on my system.
>>
>> /usr/local/lib/libcrypto.a(sha256.o): In function `SHA256_Init':
>> sha256.c:(.text+0x2b0): multiple definition of `SHA256_Init'
>> escrypt/sha256.o:sha256.c:(.text+0x1e20): first defined here
>> ...
>>
>> I'm using openssl-1.0.1e.
> Which OS are you using?

sayantan@...n:~$ lsb_release -a

Distributor ID: Ubuntu
Description:    Ubuntu 12.04.2 LTS
Release:          12.04
Codename:     precise

>
> Also, how do I reproduce this issue?
>
> It seems that you are linkinng against a local build of OpenSSL.
>
> Which version of OpenSSL is provided by your distribution?

sayantan@...n:~$ openssl version -a

OpenSSL 1.0.1e 11 Feb 2013
built on: Wed Jun 12 10:46:21 IST 2013
platform: linux-x86_64
options:  bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) 
blowfish(idx)
compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H 
-Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m 
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM 
-DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
OPENSSLDIR: "/usr/local"

>> I notified this in git issues page about a week ago. Should I rename
>> those functions and commit?
> Please hold on for now.
>
> --
> Dhiru

Okay.
No openssl was provided by default with the OS. I downloaded, build and 
installed using the default option provided with the source tarball.
http://www.openssl.org/source/openssl-1.0.1e.tar.gz

Regards,
Sayantan


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.