Displaying 4 results from an estimated 4 matches for "lrpcsvc".
Did you mean:
rpcsvc
2008 Jul 31
0
Static Linking, C++ Exceptions
...tion immediately on
entry to main and it segfaults faithfully.
Relevant compiler flags are these:
g++ -c -o whatever.o -O0 -ggdb -Wno-deprecated -Werror -fPIC
-Dmanything -Imanydirs whatever.cpp
g++ -o whatever -static -static-libgcc many.o -Lmanydirs -lpthread
-lanotherlib -lzlib -lesmtp -lnsl -lrpcsvc -lcrypt -lacl -ldl -lrt
-landmanymore
So I'm looking for some guidance on what things I could try to isolate
this in a smaller app.
--
Darrin
1998 Nov 05
1
Nis homedirs
...efore the
first ':'. There should probably be a better parsing system
that copes with different map formats and also Amd (another
automounter) maps.
NB: The -DNETGROUP option is required in the Makefile for
option to work and on some architectures the line -lrpcsvc
needs to be added to the LIBSM variable. This is required
for Solaris 2, FreeBSD and HPUX.
See also "nis homedir"
Default: homedir map = auto.home
Example: homedir map = amd.homedir
I have four pure NFS fileservers. By "pure", I mean th...
2006 Feb 03
0
rquotad (NFS) quota plugin
...sion
module_LTLIBRARIES = \
lib01_quota_plugin.la
--- 2,11 ----
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-dict \
-I$(top_srcdir)/src/lib-mail \
! -I$(top_srcdir)/src/lib-storage \
! -I$(top_srcdir)/src/lib-index
! lib01_quota_plugin_la_LDFLAGS = -module -avoid-version -lrpcsvc
module_LTLIBRARIES = \
lib01_quota_plugin.la
***************
*** 15,21 ****
quota-dict.c \
quota-dirsize.c \
quota-plugin.c \
! quota-storage.c
noinst_HEADERS = \
quota.h \
--- 16,23 ----
quota-dict.c \
quota-dirsize.c \
quota-plugin.c \
! quota-sto...
1998 Nov 03
4
nis homedir troubles
...NIS+ in yp compatibility mode). I
created a NIS map which fulfilled the requirements of homedir map, and
named it in the conf file. I assume the path in 'server:/some/file/system'
is not critical - it is only the server name it is after.
I compiled with -DAUTOMOUNT and -DNETGROUP and put -lrpcsvc in the LIBSM
line of the makefile.
Looking at the sources - util.c and server.c - it seems that the %N and %p
substitutions may be involved. But I have failed to make them work, or %H.
Has anyone had similar problems? Is there any more info on using these
options?
Thanks in advance for any comme...