similar to: compile problems on netbsd with samba-latest & openldap-2.0.23 resume

Displaying 20 results from an estimated 2000 matches similar to: "compile problems on netbsd with samba-latest & openldap-2.0.23 resume"

2002 Feb 26
2
compile problems on netbsd with samba-latest & openldap-2.0.23
dear list, i have problems when compiling openldap-2.0.23 and the latest samba version (2.2.3a) on netbsd (8500/180 powerpc). Openldap compile procedure is running fine but when trying to compile samba --with-ldapsam I get just this message : config.log : configure:13019: gcc -o conftest -O -I/usr/local/openldap-2.0.23/include -L/usr/local/openldap-2.0.23/lib conftest.c -lldap -llber
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
Tried configure of samba-3.2.0 on Sparc Solaris 9 with the following line: ./configure --with-ldap --with-ads --with-pam --with-winbind --with-krb5=/usr/local > $log 2>&1 There is a problem where the following error is produced: configure: error: Active Directory support requires ldap_initialize I can use the same line on samba-3.0.10 and it compiles and works. $
2009 Oct 09
2
Samba 3.4.2 on Solaris 9 build problem
Hi, I'm trying to build samba 3.4.2 on Solaris 10 using SunStudio 12 but I've hit a snag. The configure line used was: CFLAGS="-xcode=pic32 -KPIC -m64 -I/ec/sw/samba/openldap/current/include -Iec/sw/samba/krb/current/include" \ CPPFLAGS="-xcode=pic32 -KPIC -m64 -I/ec/sw/samba/openldap/current/include -I/ec/sw/samba/krb/current/include" \
2003 Feb 03
1
Error in configure Last CVS and 3.0.alpha21 on Solaris 8
Hi all, I'm having problems trying to configure samba with the lastest source. The command I'm using is env CPPFLAGS="-I/usr/local/kerberos/include -I/usr/local/ldap/include" LDFLAGS="-L/usr/local/kerberos/lib -L/usr/local/ldap/lib" ./configure --with-ads --with-ldap --with-kerberos=/usr/local/kerberos --with-pam --with-winbind and the error is checking whether to
2003 Jul 03
0
Compiling Samba against OpenLDAP 2.0.27
Hi, I'm having some problems when compiling Samba against the OpenLDAP 2.0.27 shared libraries, I'm trying to compile Samba 3.0beta2 with LDAP support but it can't find the ldap libraries for some reason. I'm not a programmer so I don't understand how all these autoconf/automake script works but I did some research and it seems that Samba is testing to see if the ldap_init
2012 Aug 30
1
Samba complie problem
hi all Samba build problem when compiling with --with-ads I have complid, kerberos and openldap in /opt/local/samba and I am using gcc with gnu binutils. Its a solaris 10 sparc. Configure gives me following error: - checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h
2006 Apr 21
1
Error installing oh323
I'm running: OS: FreeBSD 6.0 Asterisk: 1.2.4 Installing OH323: 0.7.3 I have this error when compiling chan_oh323.c: In function `reload_config': chan_oh323.c:4677: warning: implicit declaration of function `sscanf' chan_oh323.c: At top level: chan_oh323.c:3244: warning: 'update_call_ids' defined but not used gcc -shared -Xlinker -x -g -o chan_oh323.so chan_oh323.o
2007 May 11
2
Problem compiling Samba 3.0.24 with OpenLDAP 2.3.35
I'm trying to install Samba with LDAP support but there are some errors during the compilation. I've used the same script a few weaks ago. The only differences are the versions of Samba and OpenLDAP. That's my error message: checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes
2002 May 10
0
Problems when compiling samba3.0alpha17
Hi, i have problems with the compiling of samba3.0alpha17. I use the following "configure-script" : ------------------------------------------------------ #!/bin/sh make clean autoconf ./configure \ --with-readline \ --with-acl-support \ --prefix=/usr/local/samba \ --with-smbwrapper \ --with-smbmount \ --with-pam \ --with-pam_smbpass \ --with-ldapsam \ --with-ssl \ --with-tdbsam
2004 Nov 17
0
fix for libldap configure error when using openldap on FreeBSD
i have seen several reports of the following problem: ./configure --with-ldap --with-krb5=/usr/heimdal --with-ads --config-cache --with-pam [snip] checking for LDAP support... yes 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
2002 Jun 24
0
patch for 2.2.5 and check for start_tls with OpenLDAP 2.0.x libs
FYI.... There is a bu in the configure script for 2.2.5 that prevents the script from locating the start_tls function in the OpenLDAP 2.0.x libs. Apply this patch and rerun autoconf. Should fix it. Patches configure.in and passdb/pdb_ldap.c Sorry for the inconvience. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard
2006 Jan 30
4
Samba on Solaris with LDAP support
I'm trying to build samba with ldap/ads support on a solaris10 sparc system. After some googling, I followed some the advise of others, and built krb5, openssl, and openldap and installed into /usr/local. When running configure, I get errors about ldap not being found: ... checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for
2002 Mar 01
3
--with-ldapsam Compile error on Solaris 8
Hi guys, I'm getting the following errors during 'make' (configure went just fine) Compiling passdb/pdb_ldap.c passdb/pdb_ldap.c: In function `ldap_open_connection': passdb/pdb_ldap.c:75: `LDAP_OPT_X_TLS_HARD' undeclared (first use in this function) passdb/pdb_ldap.c:75: (Each undeclared identifier is reported only once passdb/pdb_ldap.c:75: for each function it appears in.)
2004 May 04
2
Samba 3.0.3 installing issue
I am trying to install Samba 3.0.3 on Solaris 9 and when I execute the configure command I get the following error msg. I did install the latest version of openldap and set the env variable for the ldap lib. If anyone has encountered similar problem please let me know. #./configure --with-ads --with-krb5=/usr --with-pam --with-pam_smbpasss --with-syslog --with-libsmbclient --with-winbind
2004 Mar 03
2
Samba with Sun's ldap
Hi, I am trying to compile Samba-3.0.2a with ldap,ads and kerberos support. I am trying to use sun's ldap instead of openldap. Here is my config.log excerpt ..... checking for LDAP support... yes 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
2002 Feb 22
1
/usr/libexec/elf/ld: cannot find -lresolv
OS: FreeBSD 4.5 Samba: 2.2.3a OpenLDAP: 2.0.21 I get the follwing error compiling samba, with ldap, winbind and pam: -------------------------------------------------------------------------- configure:13030: cc -o conftest -O -O -pipe -I/usr/local/include -L/usr/local/l ib conftest.c -lldap -llber -lresolv -lcups -lpam 1>&5 /usr/libexec/elf/ld: cannot find -lresolv configure: failed
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
Hi, I'm trying to build Samba 3.2.4 on Solaris 10 using the Sun Studio 12 compiler, but configure keeps dying at: 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 ber_tag_t... yes checking for ber_scanf in
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
2015 Jan 08
1
compile only samba file server components
is it possible to compile only smbd(file server) components with samba source 4.1.12? having -without-ad-dc and -without-winbind options in configure, still see other commponents compiled. using following steps to compile on AIX 6.1 with XLC. unset LIBPATH unset LD_LIBRARY_PATH export InstallDir=/opt/samba export OBJECT_MODE=64 export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g" export
2008 Oct 01
2
samba-3.2.4 Solaris 9: configure gets error: Active Directory support requires ldap_initialize
Unable to compile samba-3.2.4 on Solaris 9 for sparc. #building openldap CC=gcc #echo $CC #exit CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/include/sasl" LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.2/lib" export CC CPPFLAGS LDFLAGS # CFLAGS='-D_AVL_H' export CFLAGS #