Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Postfix SMTP Client Segfaults over TLS

Received: by 10.68.191.225 with SMTP id hb1mr13470556pbc.5.1338398897800;
        Wed, 30 May 2012 10:28:17 -0700 (PDT)
Path: l9ni41pbj.0!nntp.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!news.nctu.edu.tw!csnews.cs.nctu.edu.tw!news.cs.nctu.edu.tw!FreeBSD.cs.nctu.edu.tw!postfix.org!owner-postfix-users
From: wie...@porcupine.org (Wietse Venema)
Newsgroups: mailing.postfix.users
Subject: Re: Postfix SMTP Client Segfaults over TLS
Date: Wed, 30 May 2012 13:27:55 -0400 (EDT)
Organization: NCTU CS FreeBSD Server
Lines: 17
Sender: n...@FreeBSD.cs.nctu.edu.tw
Message-ID: <mailpost.1338398897.5262784.33807.mailing.postfix.users@FreeBSD.cs.nctu.edu.tw>
References: <CANxvEHopHjqJFGSpoAyWjnWAeT-KxbrLaSGh+OHpmciLKBxThg@mail.gmail.com>
NNTP-Posting-Host: localhost
Mime-Version: 1.0
X-Trace: FreeBSD.cs.nctu.edu.tw 1338398897 17048 127.0.0.1 (30 May 2012 17:28:17 GMT)
X-Complaints-To: usenet@FreeBSD.cs.nctu.edu.tw
NNTP-Posting-Date: Wed, 30 May 2012 17:28:17 +0000 (UTC)
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Daniel Sutcliffe:
> I have now tracked this down to the fact that I began using the
> Percona version of the mysql-libs package that contains
> libmysqlclient.so.16 - obviously some incompatibility there as the
> original worked but the Percona version cause postfix smtp to segfault
> over TLS...
> 
> As far as I am aware I don't use any postfix mysql features so I don't
> even need to be linked against that library - will this be fixed at

That eliminates only direct postfix-to-mysql dependencies. The
problem can still exist with library-to-library dependencies,
or in NSSWITCH or PAM dependencies that don't show up with ldd<
and the problem can be in a dependency of Percona mysql-libs.

	Wietse