Displaying 20 results from an estimated 31 matches for "ypclnt".
2019 Oct 02
3
Compiling latest postfix fails on C8
Hi,
I tried to compile the latest version of postfix, runs fine on C6 and C7,
on C8 it fails.
Complaining about missing ypclnt.h, this should com from glibc-headers.
Any suggestions?
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W. Dijkstra
2005 Oct 03
0
Need help with Samba 3.20a error
....20/source/ubiqx -I. -I/tmp/samba-3.0.20/source
LIBS =
LDSHFLAGS = -Wl,-bexpall,-bM:SRE,-bnoentry,-berok
LDFLAGS =
PIE_CFLAGS =
PIE_LDFLAGS =
Compiling dynconfig.c
In file included from include/includes.h:427,
from dynconfig.c:21:
/usr/include/rpcsvc/ypclnt.h:99: warning: `struct dom_binding' declared inside parameter list
/usr/include/rpcsvc/ypclnt.h:99: warning: its scope is only this definition or declaration, which is probably not what you want.
In file included from include/includes.h:507,
from dynconfig.c:21:
/usr/include/ai...
2004 May 07
3
Contribution to 3.8.1pl1
Hello,
I added the support for netgroups to be used in the
AllowUsers and DenyUsers parameters. This has some
advantages:
* hostnames or ip addresses need not to be written or
maintained in the sshd_config file, but can be kept
abstract names what also simplifies a bit largescale
openssh installations
* sshd_config needs not change and sshd be restarted
when changing the list of allowed /
2004 Jan 25
0
openbsd support
...41:58 2004
@@ -591,10 +591,21 @@
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
-AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h)
-AC_CHECK_HEADERS(rpc/rpc.h rpcsvc/nis.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h)
+AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h if.h)
+AC_CHECK_HEADERS(netdb.h rpc/rpc.h rpcsvc/nis.h rpcsvc/ypclnt.h)
+AC_CHECK_HEADERS([rpcsvc/yp_prot.h],[],[],[
+#if NETDB_H
+# include <netdb.h>
+#endif
+#if HAVE_RPC_RPC_H
+# include <rpc/rpc.h>
+#endif])
AC_...
2000 Mar 01
0
Samba 2.0.6, SunOS 4.1.4_U1 problems
...c-sun-sunos4.1.3_U1/2.7.2/include/sys/termios.h:116: warning: `NL0' redefined
> /usr/include/sys/ioctl.h:30: warning: this is the location of the previous definition
Then eventually the compilation fails with the following:
> In file included from lib/util.c:49:
> /usr/include/rpcsvc/ypclnt.h:51: redefinition of `struct ypall_callback'
> lib/util.c: In function `smbd_mktemp':
> lib/util.c:3170: warning: initialization makes pointer from integer without a cast
> *** Error code 1
> make: Fatal error: Command failed for target `lib/util.o'
gcc is working fine for...
2004 Jan 15
2
Installation Problem !!!
...rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... yes
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
c...
2005 Aug 10
2
Compiling smbtorture
...rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... yes
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
c...
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/ioctl.h... (cached) yes...
2002 Dec 25
1
Trouble installing samba
...cking for sys/id.h... no
> checking for limits.h... yes
> checking for memory.h... yes
> checking for net/if.h... yes
> checking for compat.h... no
> checking for rpc/rpc.h... yes
> checking for rpcsvc/nis.h... yes
> checking for rpcsvc/yp_prot.h... yes
> checking for rpcsvc/ypclnt.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for strings.h... yes
> checking for syslog.h... yes
> checking for sys/file.h... yes
> checking for sys/param.h... yes
> checking for ctype.h... yes
> checking for sys/wait.h... (cached) yes
&g...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...me.h... yes
checking for grp.h... yes
checking for sys/id.h... no
checking for limits.h... yes
checking for memory.h... yes
checking for net/route.h... yes
checking for net/if.h... yes
checking for compat.h... no
checking for rpc/rpc.h... yes
checking for rpcsvc/yp_prot.h... yes
checking for rpcsvc/ypclnt.h... yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... yes
checking for sys/ioctl.h... yes
checking for sys/mode.h... yes
checking for sys/mman.h... yes
checking for sys/filio.h... yes
checking fo...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...e.h... yes
checking for grp.h... yes
checking for sys/id.h... yes
checking for limits.h... yes
checking for memory.h... yes
checking for net/if.h... yes
checking for compat.h... no
checking for rpc/rpc.h... yes
checking for rpcsvc/nis.h... no
checking for rpcsvc/yp_prot.h... yes
checking for rpcsvc/ypclnt.h... yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... yes
checking for sys/ioctl.h... yes
checking for sys/ipc.h... yes
checking for sys/mode.h... yes
checking for sys/mman.h... yes
checking for sys/filio.h... no...
2002 Oct 21
1
compilation probs...
...e.h... yes
checking for grp.h... yes
checking for sys/id.h... no
checking for limits.h... yes
checking for memory.h... yes
checking for net/if.h... yes
checking for compat.h... no
checking for rpc/rpc.h... yes
checking for rpcsvc/nis.h... yes
checking for rpcsvc/yp_prot.h... yes
checking for rpcsvc/ypclnt.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for syslog.h... yes
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... yes
checkin...
2002 Oct 29
1
Problem running ./configure
...e.h... yes checking for grp.h... yes
checking for sys/id.h... no checking for limits.h... yes checking for
memory.h... yes checking for net/if.h... yes checking for compat.h... no
checking for rpc/rpc.h... yes checking for rpcsvc/nis.h... yes checking
for rpcsvc/yp_prot.h... yes checking for rpcsvc/ypclnt.h... yes checking
for stdlib.h... yes checking for string.h... yes checking for
strings.h... yes checking for syslog.h... yes checking for sys/file.h...
yes checking for sys/param.h... yes checking for ctype.h... yes checking
for sys/wait.h... (cached) yes checking for sys/resource.h... yes
checkin...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/ioctl.h... (cached) yes...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
.../rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... no
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
c...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
.../rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... no
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
c...
2003 Jun 02
2
./configure --with-pam fails allways
...checking for limits.h
configure:2261: checking for memory.h
configure:2261: checking for net/if.h
configure:2301: checking for compat.h
configure:2301: checking for rpc/rpc.h
configure:2301: checking for rpcsvc/nis.h
configure:2301: checking for rpcsvc/yp_prot.h
configure:2301: checking for rpcsvc/ypclnt.h
configure:2341: checking for stdlib.h
configure:2341: checking for string.h
configure:2341: checking for strings.h
configure:2341: checking for syslog.h
configure:2341: checking for sys/file.h
configure:2381: checking for sys/param.h
configure:2381: checking for ctype.h
configure:2381: checking f...
2002 Nov 21
0
please can someone help me?
...me.h... yes
checking for grp.h... yes
checking for sys/id.h... no
checking for limits.h... yes
checking for memory.h... yes
checking for net/if.h... yes
checking for compat.h... no
checking for rpc/rpc.h... yes
checking for rpcsvc/nis.h... no
checking for rpcsvc/yp_prot.h... yes
checking for rpcsvc/ypclnt.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for syslog.h... yes
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... yes
checkin...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2010 May 11
1
Samba 3.5.2 compile on AIX
...bility... no
checking libintl.h presence... no
checking for libintl.h... no
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... no
checking rpcsvc/nis.h presence... no
checking for rpcsvc/nis.h... no
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/ioctl.h... (cached) yes...