Displaying 20 results from an estimated 45 matches for "yp_match".
2001 May 21
1
2.9p1 patches
...if these two libraries are needed. The solution is not to
hack in the value with a case statement but to figure out
the proper autoconf way of solving the problem, independent
of the hardcoding the solution for every platform. A solution
proposed below is:
AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match))
AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
We could probably also add:
AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
2. Checks such as the following are wrong:
AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -l...
2001 Sep 29
0
configure.in fixes for 2.9.9p2
...BS -lpcreposix -lpcre"
+ no_comp_check=yes],
+ AC_MSG_ERROR([*** unable to locate pcre library ***])),
+ AC_MSG_ERROR([*** unable to locate pcreposix.h include file ***]))
+ ;;
+ esac
]
)
# Checks for libraries.
-if test -z "$no_libnsl" ; then
- AC_CHECK_LIB(nsl, yp_match, , )
-fi
-if test -z "$no_libsocket" ; then
- AC_CHECK_LIB(socket, main, , )
-fi
+AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match))
+AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
dnl SCO OS3 needs this for libwrap
-AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -...
2018 Apr 05
2
Question: Samba and YP-Yellow Pages relation.
...sure how people did that, or, if that is
something normal for the version 4.4.16 of Samba. (probably not) the point
is that Samba 4.4.16 works perfectly.
If I try to do the same with other newer versions, I got error messages like
this: /usr/local/lib/samba4/libsmbconf.so.0: Undefined symbol "yp_match"
The question is: Can I also patch the latest SAMBA version the same way?
What are the side effects in the end and What exactly should I change in the
Source Code before compiling it? (if possible) Maybe to enable YP back
would be better?
I really want to replace the version 4.4.16 by the...
2006 Sep 30
1
<net/if_tap.h> on FreeBSD
FreeBSD's <net/if_tap.h> requires u_char to be defined:
checking net/if_tap.h usability... no
checking net/if_tap.h presence... yes
configure: WARNING: net/if_tap.h: present but cannot be compiled
configure: WARNING: net/if_tap.h: check for missing prerequisite headers?
configure: WARNING: net/if_tap.h: see the Autoconf documentation
configure: WARNING: net/if_tap.h: section
2014 Dec 01
3
Problem to import passdb in samba-tool
...e>
> >> from samba.samba3 import smbd, passdb File
> >> "/usr/local/lib/python2.7/site-packages/samba/samba3/__init__.py",
> > line 29, in <module> import
> >> passdbImportError: /usr/local/lib/libsmbconf.so.0: Undefined
> > symbol "yp_match"
> >> Hi, could you post a bit more info, i.e. have you provisioned
> > samba ?
> >> what version of samba ?, what OS ?, what are you trying to do ?.
> >>
> >> Also please post your smb.conf
> >>
> >> Rowland
> >>
&...
2001 Oct 31
1
OpenSSH-3.0p1-pre-CVS: configure.ac checks for login in -lutil and -lbsd?
..., then checks for it again in -lbsd?
Here's the relevant excerpts (Red Hat Linux 6.2, , kernel-2.2.19,
glibc-2.1.3, egcs-1.1.2, autoconf-2.52):
$ CFLAGS='-O2 -mpentium -Wall'; export CFLAGS
$ ./configure --prefix=/usr/local/encap/openssh_cvs-2001.10.30.2345UTC
...
checking for yp_match... no
checking for yp_match in -lnsl... yes
checking for setsockopt... yes
checking for getspnam... yes
checking for login... no
checking for login in -lutil... yes <--- #define HAVE_LIBUTIL_LOGIN
^^^^^^^^^^^^^^^^^^^^^^^^
checking for deflate in -lz... yes
...
che...
2014 Dec 01
2
Problem to import passdb in samba-tool
...ba.samba3 import smbd, passdb File
>>>>> "/usr/local/lib/python2.7/site-packages/samba/samba3/__init__.py",
>>>> line 29, in <module> import
>>>>> passdbImportError: /usr/local/lib/libsmbconf.so.0: Undefined
>>>> symbol "yp_match"
>>>>> Hi, could you post a bit more info, i.e. have you provisioned
>>>> samba ?
>>>>> what version of samba ?, what OS ?, what are you trying to do ?.
>>>>>
>>>>> Also please post your smb.conf
>>>>>
>&...
2002 Jan 17
0
[Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
...ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking for yp_match... no
checking for yp_match in -lnsl... no
checking for setsockopt... no
checking for setsockopt in -lsocket... no
checking for getspnam... no
checking for getspnam in -lgen... no
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first or check config.log
***
#...
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 Sep 21
4
Problems compiling samba-3.0.7 on Redhat-7.2
...: undefined reference to `yp_get_default_domain'
lib/util.po: In function `automount_lookup':
lib/util.po(.text+0x1eb9): undefined reference to `yp_get_default_domain'
lib/util.po(.text+0x1f01): undefined reference to `yperr_string'
lib/util.po(.text+0x1fb6): undefined reference to `yp_match'
lib/util.po(.text+0x20e7): undefined reference to `yperr_string'
Compiling nsswitch/pam_winbind.c with -fPIC
Linking nsswitch/pam_winbind.so
----------
and later:
----------
Linking libsmbclient non-shared library bin/libsmbclient.a
Linking libsmbclient shared library bin/libsmbclient.so
C...
2002 May 09
2
OSSH_PATH_ENTROPY_PROG' unexpected
...ecking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/un.h... yes
checking for time.h... yes
checking for ttyent.h... no
checking for usersec.h... no
checking for util.h... no
checking for utime.h... yes
checking for utmp.h... yes
checking for utmpx.h... yes
checking for yp_match... no
checking for yp_match in -lnsl... yes
checking for setsockopt... no
checking for setsockopt in -lsocket... yes
checking for getspnam... yes
checking for deflate in -lz... yes
checking for strcasecmp... yes
checking for utimes... yes
checking for libutil.h... no
checking for library containing...
2014 Dec 01
0
Problem to import passdb in samba-tool
...t;, line 46, in <module>
>> from samba.samba3 import smbd, passdb File
>> "/usr/local/lib/python2.7/site-packages/samba/samba3/__init__.py",
> line 29, in <module> import
>> passdbImportError: /usr/local/lib/libsmbconf.so.0: Undefined
> symbol "yp_match"
>> Hi, could you post a bit more info, i.e. have you provisioned
> samba ?
>> what version of samba ?, what OS ?, what are you trying to do ?.
>>
>> Also please post your smb.conf
>>
>> Rowland
>>
> Hi Rowland
>
> I'm using p...
2018 Apr 05
0
Question: Samba and YP-Yellow Pages relation.
...or, if
> that is something normal for the version 4.4.16 of Samba. (probably
> not) the point is that Samba 4.4.16 works perfectly.
> If I try to do the same with other newer versions, I got error
> messages like this: /usr/local/lib/samba4/libsmbconf.so.0: Undefined
> symbol "yp_match"
>
> The question is: Can I also patch the latest SAMBA version the same
> way? What are the side effects in the end and What exactly should I
> change in the Source Code before compiling it? (if possible) Maybe
> to enable YP back would be better?
> I really want to rep...
2001 Jan 07
0
Linux glibc 2.1 openpty() and /dev/ptmx
...allocated by opening /dev/ptmx
and not _getpty.)
One more (minor) thing I noticed: the tests for no_libsocket and no_libnsl
in configure.in are swapped. Systems that define one define the other too
so everything still worked right...
if test -z "$no_libsocket" ; then
AC_CHECK_LIB(nsl, yp_match, , )
fi
if test -z "$no_libnsl" ; then
AC_CHECK_LIB(socket, main, , )
fi
Thanks, and keep up the good work!
Marek
2000 Jan 18
1
Error when compiling for Solaris7
.../usr/openwin/bin/xauth
checking for inline... (cached) inline
checking for OpenSSL/SSLeay directory... /common
checking for RSAref library... no
checking for CRYPTO_lock in -lcrypto... (cached) yes
checking for deflate in -lz... (cached) yes
checking for login in -lutil... (cached) no
checking for yp_match in -lnsl... (cached) yes
checking for main in -lsocket... (cached) yes
checking for bstring.h... (cached) no
checking for endian.h... (cached) no
checking for lastlog.h... (cached) yes
checking for login.h... (cached) no
checking for maillock.h... (cached) yes
checking for netdb.h... (cached) yes
c...
2001 Oct 26
2
problems building on solaris 2.6
...OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for login... /usr/bin/login
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for obsolete utmp and wtmp in solaris2.x... no
checking for yp_match... no
checking for yp_match in -lnsl... yes
checking for setsockopt... no
checking for setsockopt in -lsocket... yes
checking for getspnam... yes
checking for login... no
checking for login in -lutil... no
checking for deflate in -lz... yes
checking for regcomp... yes
checking for strcasecmp... yes...
2014 Dec 01
0
Problem to import passdb in samba-tool
...gt;> from samba.samba3 import smbd, passdb File
>>>> "/usr/local/lib/python2.7/site-packages/samba/samba3/__init__.py",
>>> line 29, in <module> import
>>>> passdbImportError: /usr/local/lib/libsmbconf.so.0: Undefined
>>> symbol "yp_match"
>>>> Hi, could you post a bit more info, i.e. have you provisioned
>>> samba ?
>>>> what version of samba ?, what OS ?, what are you trying to do ?.
>>>>
>>>> Also please post your smb.conf
>>>>
>>>> Ro...
2013 Mar 06
0
do_fileinfo / file.info test for file IS directory during package load pointlessly stresses NIS by getting username / group info
...ibnsl.so.1
#4 0x00007ffff58dde06 in yp_bind_file () from /lib64/libnsl.so.1
#5 0x00007ffff58de043 in __yp_bind () from /lib64/libnsl.so.1
#6 0x00007ffff58de47c in do_ypcall () from /lib64/libnsl.so.1
#7 0x00007ffff58de569 in do_ypcall_tr () from /lib64/libnsl.so.1
#8 0x00007ffff58df0a2 in yp_match () from /lib64/libnsl.so.1
#9 0x00007ffff5af5f79 in _nss_nis_getpwuid_r () from /lib64/libnss_nis.so.2
#10 0x00007ffff6eb040c in getpwuid_r@@GLIBC_2.2.5 () from /lib64/libc.so.6
#11 0x00007ffff6eafc6f in getpwuid () from /lib64/libc.so.6
#12 0x00007ffff7905262 in do_fileinfo (call=<optimize...
2001 Feb 13
1
configure.in reorder patch
...eue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stdarg.h stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h)
+
+saved_LIBS="$LIBS"
# Checks for libraries.
-if test -z "$no_libsocket" ; then
- AC_CHECK_LIB(nsl, yp_match, , )
-fi
if test -z "$no_libnsl" ; then
- AC_CHECK_LIB(socket, main, , )
+ AC_CHECK_LIB(nsl, yp_match, LIBS="$LIBS -lnsl")
fi
+if test -z "$no_libsocket" ; then
+ AC_CHECK_LIB(socket, main,
+ [
+ if test "$saved_LIBS" = "$LIBS" ; then
+ LIBS...
2001 Feb 17
2
Where is OpenSSH 2.5.0p1?
....in,v
retrieving revision 1.243
diff -u -r1.243 configure.in
--- configure.in 2001/02/16 01:12:41 1.243
+++ configure.in 2001/02/17 16:06:48
@@ -317,10 +317,10 @@
)
# Checks for libraries.
-if test -z "$no_libsocket" ; then
+if test -z "$no_libnsl" ; then
AC_CHECK_LIB(nsl, yp_match, , )
fi
-if test -z "$no_libnsl" ; then
+if test -z "$no_libsocket" ; then
AC_CHECK_LIB(socket, main, , )
fi
Index: pty.c
===================================================================
RCS file: /cvs/openssh_cvs/pty.c,v
retrieving revision 1.31
diff -u -r1.31 pty.c
--...