Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2016 23:37:17 +0200
From:      Bertram Scharpf <lists@bertram-scharpf.de>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Segfault in OpenSSL even though GnuTLS demanded
Message-ID:  <20160728213717.GA98586@becker.bs.l>
In-Reply-To: <b88fc3be-c10a-70b1-c985-f560ad86ecc0@FreeBSD.org>
References:  <20160728180255.GA79509@becker.bs.l> <599ca93e-31ed-fcb4-75de-7d05667d928e@FreeBSD.org> <20160728205516.GA94239@becker.bs.l> <b88fc3be-c10a-70b1-c985-f560ad86ecc0@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 28. Jul 2016, 17:25:50 -0400, Jung-uk Kim wrote:
> On 07/28/16 04:55 PM, Bertram Scharpf wrote:
> > On Thursday, 28. Jul 2016, 15:37:00 -0400, Jung-uk Kim wrote:
> >> On 07/28/16 02:02 PM, Bertram Scharpf wrote:
> >>>
> >>>   Program received signal SIGSEGV, Segmentation fault.
> >>>   [Switching to Thread 29403080 (LWP 101275/mcabber)]
> >>>   0x285c1245 in OPENSSL_ia32_cpuid () from /usr/local/lib/libcrypto.so.8
> >>
> >> Try "ldd /usr/local/lib/libloudmouth-1.so.0.1.0".  It looks like a
> >> Kerberos issue.
> > 
> > No errors. They do all exist. I double-checked it:
> > 
> >   $ ldd /usr/local/lib/libloudmouth-1.so.0.1.0 | perl -lne '/=>\s*(\S+)/ and not -e $1 and print $1'
> 
> I guess you misunderstood.  I didn't mean you have a missing library.  I
> believe it links *two* libcrypto.so's, i.e., one from base and one from
> ports.

Indeed:

  # ldd /usr/local/lib/libloudmouth-1.so.0.1.0 | grep libcrypto
        libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x28d00000)
        libcrypto.so.7 => /lib/libcrypto.so.7 (0x2925b000)

So, how could I resolve this?

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160728213717.GA98586>