Re: [PATCH] main symbol in libcrypto causes trouble

2014-07-12 Thread Ted Unangst
On Sat, Jul 12, 2014 at 10:43, Hanno Böck wrote: > On Sat, 12 Jul 2014 10:29:31 +0200 > Philip Guenther wrote: > >> On Sat, Jul 12, 2014 at 10:20 AM, Hanno Böck wrote: >> > >> > I had a number of compilation problems with packages when linking to >> > libressl that I could trace back to the appe

Re: [PATCH] main symbol in libcrypto causes trouble

2014-07-12 Thread Hanno Böck
On Sat, 12 Jul 2014 10:29:31 +0200 Philip Guenther wrote: > On Sat, Jul 12, 2014 at 10:20 AM, Hanno Böck wrote: > > > > I had a number of compilation problems with packages when linking to > > libressl that I could trace back to the appearance of a "main" > > symbol in libcrypto.so. > > > > Hmm

Re: [PATCH] main symbol in libcrypto causes trouble

2014-07-12 Thread Philip Guenther
On Sat, Jul 12, 2014 at 10:20 AM, Hanno Böck wrote: > > I had a number of compilation problems with packages when linking to > libressl that I could trace back to the appearance of a "main" symbol > in libcrypto.so. > Hmm, can you please provide a detailed example of one of these? > I'm far fr

[PATCH] main symbol in libcrypto causes trouble

2014-07-12 Thread Hanno Böck
Hi, I had a number of compilation problems with packages when linking to libressl that I could trace back to the appearance of a "main" symbol in libcrypto.so. I'm far from an expert in dynamic linking and so-files, but afaik libraries shouldn't have a main function symbol. It came from getentrop