Displaying 20 results from an estimated 35 matches for "yp_prot".
2013 Oct 19
1
Fail to build shells/zsh on 10.0-BETA1 due to conflict of 'bool' definition between rpcsvc/yp_prot.h and stdbool.h
...gt; Applying FreeBSD patches for zsh-5.0.2_1
===> Configuring for zsh-5.0.2_1
(snip)
cc -c -I. -I../Src -I../Src -I../Src/Zle -I. -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -o hashnameddir.o hashnameddir.c
In file included from hashnameddir.c:52:
/usr/include/rpcsvc/yp_prot.h:71:15: error: cannot combine with previous 'type-name' declaration specifier
typedef u_int bool;
^
/usr/include/stdbool.h:37:14: note: expanded from macro 'bool'
#define bool _Bool
^
1 error generated.
*** Error code 1
Stop.
make[4]: stopped in /u...
2004 Jun 25
1
Compilation with Kerberos problem
...t; configure.err
After it fails, configure.err contains this:
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: rpcsvc/yp_prot.h: present but cannot be compiled
configure: WARNING: rpcsvc/yp_prot.h: check for missing prerequisite
headers?
configure: WARNING: rpcsvc/yp_prot.h: proceeding with the preprocessor's
result
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: chec...
2006 Apr 19
1
ypwhich -m
Hi,
I found that ypwhich -m does not work on 6.1-RC, it shows
ypwhich: can't find the master of `?`: reason: No such map in server's domain
IIRC, there was a commit last year to fix this. After some search, I think
it is include/rpcsvc/yp_prot.h revision 1.13 done by peter@ (CC'ed).
As far as I can tell, ypwhich -m is also broken on 5.4 and 5.5-PRERELEASE.
I have tested that revision on a 5.5-PRERELEASE machine, it
fixes ypwhich -m. I would like to see this MFC'ed to RELENG_6
and RELENG_5, so the newer releases will have this fi...
2004 Apr 27
1
warnings when running configure for samba3.0.2a on FreeBSD 5.2.1 Release
..._________________________________________________________________
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: rpcsvc/yp_prot.h: present but cannot be compiled
configure: WARNING: rpcsvc/yp_prot.h: check for missing prerequisite headers?
configure: WARNING: rpcsvc/yp_prot.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check...
2004 Feb 01
0
Moving to 3.0.1
...w
$ ./configure --quiet --prefix=/usr/local/samba --with-winbind
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: rpcsvc/yp_prot.h: present but cannot be compiled
configure: WARNING: rpcsvc/yp_prot.h: check for missing prerequisite
headers?
configure: WARNING: rpcsvc/yp_prot.h: proceeding with the preprocessor's
result
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check...
2004 May 17
0
Darwin Install
...e directions. The manual told me to run this command:
./configure --with-syslog --prefix=/etc/samba \
--bindir=/usr/bin --sbindir=/usr/sbin --libdir=/etc/samba
--mandir=/usr/share/man
This Generated an immense amount of information some interesting lines
include:
configure: WARNING: rpcsvc/yp_prot.h: present but cannot be compiled
configure: WARNING: rpcsvc/yp_prot.h: check for missing prerequisite
headers?
configure: WARNING: rpcsvc/yp_prot.h: proceeding with the
preprocessor's result
and
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: chec...
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
...in Sun Jan 25 14: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>...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...ty... yes
checking net/if.h presence... yes
checking for net/if.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/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...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...ty... yes
checking net/if.h presence... yes
checking for net/if.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/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...
2004 Jan 15
2
Installation Problem !!!
...ility... no
checking compat.h presence... no
checking for compat.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... 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
checkin...
2005 Aug 10
2
Compiling smbtorture
.... yes
checking for limits.h... yes
checking for memory.h... (cached) 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/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
checkin...
2003 Dec 01
0
No subject
...d.
cc: "smbd/process.c", line 48: warning 562: Redeclaration of "InBuffer" with a different storage class specifier: "InBuffer" will have internal linkage.
Warnings on AIX 4.3.3.0 include (picked just one file, but ..)
Compiling smbd/files.c
"/usr/include/rpcsvc/yp_prot.h", line 342.23: 1506-310 (I) The type "struct ypall_callback" was introduced in a parameter list, and will go out of scope at the end of the function declaration or definition.
Compiling smbd/server.c
"/usr/include/rpcsvc/yp_prot.h", line 342.23: 1506-310 (I) The type &q...
2002 Dec 25
1
Trouble installing samba
...es
> 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
> c...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...for unistd.h... yes
checking for utime.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
checkin...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...for unistd.h... yes
checking for utime.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......
2002 Oct 21
1
compilation probs...
...for unistd.h... yes
checking for utime.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
checki...
2002 Oct 29
1
Problem running ./configure
...for
unistd.h... yes checking for utime.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 checki...
2003 Jun 02
2
./configure --with-pam fails allways
...re:2261: checking for sys/id.h
configure:2261: 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: ch...
2002 Nov 21
0
please can someone help me?
...for unistd.h... yes
checking for utime.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
checki...