search for: ldap_libs

Displaying 20 results from an estimated 23 matches for "ldap_libs".

2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
...sr/local/bin/gcc which I have used to successfully compile other applications. This is one of my ./configure attempts: # ./configure --prefix=/usr/local/samba-3.0.4 --with-ldapsam --with-ldap \ > --with-quotas Using libraries: LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl LDAP_LIBS = -lldap -llber AUTH_LIBS = checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh con...
2018 Nov 25
0
Installing on Mojave, with Homebrew and mysql
...rror: Can't build with MySQL support: libmysqlclient not found I added: ENV['LD']="-L/usr/local/opt/mysql at 5.7/lib" to the ?def install? section of the formula, but it still fails. config.log shows: ? KRB5_LIBS='' LD='-L/usr/local/opt/mysql at 5.7/lib/' LDAP_LIBS=?' ? And mysqlclient is here: $ locate mysqlclient /usr/local/Cellar/mysql at 5.7/5.7.24/lib/libmysqlclient.20.dylib /usr/local/Cellar/mysql at 5.7/5.7.24/lib/libmysqlclient.a /usr/local/Cellar/mysql at 5.7/5.7.24/lib/libmysqlclient.dylib /usr/local/Cellar/mysql at 5.7/5.7.24/lib/pkgconfig/my...
2003 Oct 08
0
Compiling Samba3.0.0 on Solaris2.6
...ap and kerberos are all compiled up happily. Running ./configure --with-ads on Samba configures things OK, and the result is: Using libraries: LIBS = -lsec -lgen -lresolv -lsocket -lnsl KRB5_LIBS = -L/usr/local/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lsocket -lnsl -lresolv LDAP_LIBS = -llber -lldap AUTH_LIBS = However, when running make, I get: Using FLAGS = -g -O2 -I/usr/local/include -I./popt -Iinclude -I/usr/local/install/samba-3.0.0/source/include -I/usr/local/install/samba-3.0.0/source/ubiqx -I/usr/local/install/samba-3.0.0/source/smbwrapper -I. -D_LARGEFILE_S...
2008 Oct 17
0
compile client only
...Linking $@" @$(SHLD) $(WINBIND_NSS_LDSHFLAGS) -o $@ $(WINBIND_NSS_OBJ) \ shared-libraries-disabled`basename $@` : proto_exists $(WINBIND_WINS_NSS_OBJ) @echo "Linking $@" @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_WINS_NSS_OBJ) \ $(LDAP_LIBS) $(KRB5LIBS) $(LIBS) \ shared-libraries-disabled`basename $@` Lucas
2009 Nov 06
2
bus error
Hi all, What does this mean? root at web # ./net ads join -U samba Enter samba's password: Bus Error (core dumped) Is it similar to seg fault? Paras.
2009 May 08
0
error while building samba with cifs upcall
...ldap_initialize (); configure:60573: error: libldap is needed for LDAP support ac_cv_func_ext_ldap_initialize=no ac_cv_func_ext_ldap_set_rebind_proc=no ac_cv_header_ldap_h=yes ac_cv_lib_ext_ldap=no ac_cv_lib_ext_ldap_ldap_init=no samba_cv_HAVE_LDAP_OPT_SOCKBUF=yes smb_ldap_cv_ldap_set_rebind_proc=3 LDAP_LIBS='' LDBLDAP='' SMBLDAP='' SMBLDAPUTIL='' #define HAVE_LDAP_H 1 #define LDAP_SET_REBIND_PROC_ARGS 3 Have these rpms installed on this SLES11 machine rpm -aq | grep -i ldap openldap2-devel-2.4.12-7.16 libldap-2_4-2-32bit-2.4.12-5.5 openldap2-client-2.4.12-5.6 yast2-l...
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
...amba_cv_HAVE_LDAP_OPT_SOCKBUF=yes smb_ldap_cv_ldap_set_rebind_proc=3 CPPFLAGS=' -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Iinclude -I. /include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddn s -I./librpc -I./popt -I/usr/include -DLDAP_DEPRECATED' LDAP_LIBS='-lldap -llber ' LDBLDAP='' SMBLDAP='lib/smbldap.o' SMBLDAPUTIL='lib/smbldap_util.o' #define HAVE_LDAP_H 1 #define HAVE_LDAP_SASL_WRAPPING 1 #define HAVE_LDAP_INIT 1 #define HAVE_LIBLDAP 1 #define HAVE_LDAP_SET_REBIND_PROC 1 #define LDAP_SET_REBIND_PROC_ARGS...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...ALLLIBCMD_SH='' INSTALL_CIFSMOUNT='' INSTALL_DATA='' INSTALL_LIBMSRPC='' INSTALL_LIBSMBCLIENT='' INSTALL_LIBSMBSHAREMODES='' INSTALL_PAM_MODULES='' INSTALL_PROGRAM='' INSTALL_SCRIPT='' KRB5CONFIG='' KRB5_LIBS='' LDAP_LIBS='' LDFLAGS='-L/opt/iexpress/openldap/lib' LDSHFLAGS='' LIBMSRPC='' LIBMSRPC_SHARED='' LIBOBJS='' LIBS='' LIBSMBCLIENT='' LIBSMBCLIENT_SHARED='' LIBSMBSHAREMODES='' LIBSMBSHAREMODES_SHARED='' LIBUNWIND_PTRACE=...
2004 Mar 04
4
Solaris 9 --with-krb5 problems
Hi, I am running configure with the option --with-krb5=/opt/local which is where I have heimdal installed. The problem is that after running make, it still tries to use the include files from SUN that are in /usr/ and this screws up the compile. I can compile samba just fine using --without-krb5. I have already tried: setenv CFLAGS "-L/opt/local/lib" setenv CPPFLAGS
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get ------------------------------ checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
...ALL_CIFSMOUNT='' INSTALL_DATA='' INSTALL_LIBADDNS='' INSTALL_LIBMSRPC='' INSTALL_LIBSMBCLIENT='' INSTALL_LIBSMBSHAREMODES='' INSTALL_PAM_MODULES='' INSTALL_PROGRAM='' INSTALL_SCRIPT='' KRB5CONFIG='' KRB5_LIBS='' LDAP_LIBS='' LDBLDAP='' LDFLAGS='' LDSHFLAGS='' LIBADDNS='' LIBADDNS_SHARED='' LIBDL='' LIBMSRPC='' LIBMSRPC_SHARED='' LIBOBJS='' LIBREPLACEOBJ='replace.o' LIBREPLACE_OBJS='' LIBS='' LIBSMBCLIENT=''...
2005 Oct 25
2
SOLARIS 9 INSTALL PROBLEMS
...39; HOST_OS='' IDMAP_LIBS='' IDMAP_MODULES='' IDMAP_STATIC='' INSTALLCLIENT='' INSTALLCLIENTCMD_A='' INSTALLCLIENTCMD_SH='' INSTALL_DATA='' INSTALL_PROGRAM='' INSTALL_SCRIPT='' KRB5CONFIG='' KRB5_LIBS='' LDAP_LIBS='' LDFLAGS='' LDSHFLAGS='' LIBOBJS='' LIBS='' LIBSMBCLIENT='' LIBSMBCLIENT_SHARED='' LIBSMBSHAREMODES='' LIBSMBSHAREMODES_SHARED='' LTLIBOBJS='' MYSQL_CFLAGS='' MYSQL_CONFIG='' MYSQL_LIBS='' OBJE...
2009 Oct 07
2
compile on solaris 64bit, static winbind
Hello, i got many problems in compiling a working samba to use in our environment. - solaris 10 on amd64 sun hardware - version above 3.3.0 because of one of our applications - samba as memeber server in active directory because of usermanagement on windows 2003 - 64-bit samba because of many many open files - static libraries because of relocation error: R_AMD64_PC32 with shared ones
2007 Nov 25
0
_net_auth2: creds_server_check failed Error
...9; > INSTALL_DATA='' > INSTALL_LIBMSRPC='' > INSTALL_LIBSMBCLIENT='' > INSTALL_LIBSMBSHAREMODES='' > INSTALL_PAM_MODULES='' > INSTALL_PROGRAM='' > INSTALL_SCRIPT='' > KRB5CONFIG='' > KRB5_LIBS='' > LDAP_LIBS='' > LDFLAGS='-L/opt/iexpress/openldap/lib' > LDSHFLAGS='' > LIBMSRPC='' > LIBMSRPC_SHARED='' > LIBOBJS='' > LIBS='' > LIBSMBCLIENT='' > LIBSMBCLIENT_SHARED='' > LIBSMBSHAREMODES='' > LIBSM...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...TEMD_FALSE='#' HAVE_SYSTEMD_TRUE='' INSTALL_DATA='install -c -p -m644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KRB5CONFIG='' KRB5_CFLAGS='' KRB5_LIBS='' LD='' LDAP_LIBS='' LDAP_PLUGIN_FALSE='' LDAP_PLUGIN_TRUE='' LDFLAGS='-Wl,-z,now -Wl,-z,relro %{__global_ldflags}' LIBCAP='' LIBDOVECOT='' LIBDOVECOT_COMPRESS='' LIBDOVECOT_DEPS='' LIBDOVECOT_LDA='' LIBDOVECOT_LOGIN='' LIBDOVECOT_SQL=...
2010 Nov 05
1
Asterisk 1.8 Installation Problem
Hi, We want to upgrade both our servers to asterisk 1.8, the one from Romania and the one from Chicago, but for the moment I`m trying to install Asterisk 1.8 on a test machine running CentOS 5.5 with the kernel: Linux asterisk3 2.6.18-194.17.4.el5PAE #1 SMP Mon Oct 25 16:35:27 EDT 2010 i686 i686 i386 GNU/Linux . I`ve tried many things from the forums and mailing lists but none seemed to help me.
2009 Jul 20
0
No subject
to have lpthread but with no luck , still doesn=E2=80=99t work. Thanks for the answers guys, Bogdan ------=_NextPart_000_0728_01CB7CD3.380311A0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <HTML><HEAD></HEAD> <BODY dir=3Dltr> <DIV dir=3Dltr> <DIV style=3D"FONT-FAMILY: 'Calibri'; COLOR: #000000;
2004 Jan 15
2
Installation Problem !!!
..._perms... shared checking how to build vfs_default_quota... shared checking how to build vfs_readonly... shared checking how to build vfs_cap... shared Using libraries: LIBS = -lcrypt -lresolv -lnsl -ldl KRB5_LIBS = -L/usr/kerberos/lib -lcom_err -lk5crypto -lcrypto -lkrb5 -lgssapi_krb5 LDAP_LIBS = -llber -lldap AUTH_LIBS = -lcrypt checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-g...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...>= 1.2.3... no Using libraries: LIBS = -lsendfile -lresolv -lrt -ldl -lnsl -lsocket -liconv KRB5_LIBS = -L/netopt/lib -R/netopt/lib -L/netopt/lib -R/netopt/lib -L/netopt/lib -R/netopt/lib -L/netopt/lib -R/netopt/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lsocket -lnsl -lresolv LDAP_LIBS = -lldap -llber DNSSD_LIBS = AUTH_LIBS = checking configure summary... yes configure: creating ./config.status config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh config.status: creatin...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...d checking how to build vfs_readonly... shared checking how to build vfs_cap... shared checking how to build vfs_expand_msdfs... shared checking how to build vfs_shadow_copy... shared Using libraries: LIBS = -liconv KRB5_LIBS = -L/usr/krb5/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err LDAP_LIBS = -lldap -llber AUTH_LIBS = checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh con...