[fedfs-utils] [PATCH 01/11] plug-in: link libnfsjunct.so with liburiparser

Chuck Lever chuck.lever at oracle.com
Wed Jan 16 13:51:50 PST 2013


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 <chuck.lever at oracle.com>
---

 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




More information about the fedfs-utils-devel mailing list