From patchwork Wed Jan 16 21:51:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 213069 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "userp1040.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 4F4B92C007B for ; Thu, 17 Jan 2013 08:52:02 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id r0GLpt20017430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 16 Jan 2013 21:51:56 GMT Received: from oss.oracle.com (oss-external.oracle.com [137.254.96.51]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0GLptKL010712 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Jan 2013 21:51:55 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1Tvatn-000661-5G; Wed, 16 Jan 2013 13:51:55 -0800 Received: from ucsinet22.oracle.com ([156.151.31.94]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1Tvatm-00065V-4E for fedfs-utils-devel@oss.oracle.com; Wed, 16 Jan 2013 13:51:54 -0800 Received: from aserp1030.oracle.com (aserp1030.oracle.com [141.146.126.68]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0GLpri5027196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Jan 2013 21:51:53 GMT Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) by aserp1030.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id r0GLpqXt012230 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 16 Jan 2013 21:51:53 GMT Received: by mail-ie0-f176.google.com with SMTP id 13so3549491iea.21 for ; Wed, 16 Jan 2013 13:51:52 -0800 (PST) X-Received: by 10.43.134.65 with SMTP id ib1mr187573icc.12.1358373112338; Wed, 16 Jan 2013 13:51:52 -0800 (PST) Received: from seurat.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id nj1sm5828076igc.3.2013.01.16.13.51.51 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 16 Jan 2013 13:51:51 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Wed, 16 Jan 2013 16:51:50 -0500 Message-ID: <20130116215150.21683.95215.stgit@seurat.1015granger.net> In-Reply-To: <20130116214757.21683.47697.stgit@seurat.1015granger.net> References: <20130116214757.21683.47697.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default reputation=ipRepBelow100 ip=209.85.223.176 ct-class=R5 ct-vol1=0 ct-vol2=8 ct-vol3=8 ct-risk=47 ct-spam1=75 ct-spam2=6 ct-bulk=5 rcpts=1 size=958 X-MM-CT-Classification: not spam X-MM-CT-RefID: str=0001.0A090202.50F720F9.0034,ss=1,re=0.000,fgs=0 Subject: [fedfs-utils] [PATCH 01/11] plug-in: link libnfsjunct.so with liburiparser X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet21.oracle.com [141.146.126.237] Attempting to follow a junction results in a missing symbol error from mountd. Commit 750fdf4b "libnsdb: Add URI pathname parser helpers" Wed Nov 28 20:35:24 2012 should have updated src/plug-ins/Makefile.am to link the plug-in library with the URI parser library. Signed-off-by: Chuck Lever --- src/plug-ins/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/plug-ins/Makefile.am b/src/plug-ins/Makefile.am index 1427708..47bf452 100644 --- a/src/plug-ins/Makefile.am +++ b/src/plug-ins/Makefile.am @@ -27,6 +27,7 @@ lib_LTLIBRARIES = libnfsjunct.la libnfsjunct_la_SOURCES = nfs-plugin.c libnfsjunct_la_LIBADD = $(LIBLDAP) $(LIBLBER) $(LIBXML2) \ $(LIBSQLITE3) $(LIBIDN) $(LIBUUID) \ + $(LIBURIPARSER) \ $(top_builddir)/src/libnsdb/libnsdb.la \ $(top_builddir)/src/libxlog/libxlog.la \ $(top_builddir)/src/libjunction/libjunction.la