From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [10/19] print warning when dlopen fails Date: Sun, 20 Jan 2008 14:32:02 +0100 Message-ID: <47934D52.70703@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:57999 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751559AbYATNdB (ORCPT ); Sun, 20 Jan 2008 08:33:01 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > If the file exists but could not be loaded, print the dlerror(). > Often it is a missing symbol. > > Signed-off-by: Jan Engelhardt > > --- > xtables.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) Applied.