Displaying 20 results from an estimated 5000 matches similar to: "really needs help on compiling samba 3.0.9 with ldap"
2005 Jan 03
1
unable to compile samba 3.0.9
hi,
the problem is as the subject, configure worked ok, when i make the
following occured :
Using FLAGS
= -O -I./popt -Iinclude -I/usr/local/src/samba-3.0.9/source/include -I/usr/
local/src/samba-3.0.9/source/ubiqx -I/usr/local/src/samba-3.0.9/source/smbwr
apper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr
/local/src/samba-3.0.9/source
LIBS = -lcrypt -lresolv
2002 Feb 20
0
samba 3.0 cvs compiling woes
I'm having problems compiling on Debian 3.0 Linux/i386.
Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -I.
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I.
FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper
-I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I.
LIBS = -lresolv -ldl -lcrypt -lnsl -lcom_err
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 Oct 05
0
Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora Core 3 Test 2
Hello,
I am trying to compile samba 3.0.7 or samba 3.0.8 pre 1 on a AMD Opteron(tm)
Processor 244 running Fedora Test 2 Core 3.
The message I am getting is:
[root@localhost source]# make
Using FLAGS = -O -Iinclude -I/usr/src/samba-3.0.7/source/include
-I/usr/src/samba-3.0.7/source/ubiqx -I/usr/src/samba-3.0.7/source/smbwrapper
-I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
2004 Nov 12
0
pdb_ldap.c Compilation Errors during "make"
I was following these directions:
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html
for compiling Samba from source and it ran smoothly. However, I
realized that to have Active Directory support I needed to install
some Kerberos and LDAP packages and recompile. I ran ./configure and,
like it says in the instructions, lines like these:
#define HAVE_KRB5 1
#define
2006 Mar 10
1
Trouble making Samba-3.0.21c on Ubuntu
When I make, I obtain the following errors
Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt -Iinclude -I/usr/local/src/samba-3.0.
21c/source/include -I/usr/local/src/samba-3.0.21c/source/ubiqx -I/usr/local/src/
samba-3.0.21c/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GN
U_SOURCE -I/usr/local/src/samba-3.0.21c/source -D_SAMBA_BUILD_
LIBS = -lcrypt -lresolv -lnsl -ldl
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
I get the following compile error when compiling. It appears to be
coming from KRB5LIBS. I'm not sure if it is a bug that needs to be
addressed or if I screwed something up? I'm using the standard source:
Error message
.......
Linking libsmbclient shared library bin/libsmbclient.so
PYTHON_OBJS="dynconfig.po param/loadparm.po param/params.po
lib/charcnv.po lib/debug.po lib/fault.po
2006 Jan 15
1
undefined reference to `swrap_close'
Hi,
This is imacat from Taiwan. I tried to compile samba 3.0.21a, but
failed. I searched the Google with no return. (Strange. Nobody
encounter this same problem before?) Could anyone help? Thank you.
My build environment is: Debian 3.1r1 Sarge, Linux 2.6.14.5, gcc
4.0.2, glibc 2.3.5. Please tell me if more information is required.
imacat@rinse samba-3.0.21a/source % ./configure
2010 Dec 15
1
Problem compiling Samba from source
Hi,
It's taken me ages to get past teh compile dependencies and having to
build most of the dependencies from source. I then ran make and within
a few short compilations the samba3 make fails with the following
errors:
~/samba-3.5.5/source3> make
Using CFLAGS = -I../lib/zlib -I/app/utils//include -O -I.
-I/app/builduser/samba-3.5.5/source3
2003 Nov 18
1
compile failure on 3.0.0 and 3.0.1pre3
I have installed Suse on an IBM as400 (powerpcc).
This is SuSe 8.0
gcc 3.2
and with both samba 3.0.0 and 3.0.1pre3
I get this error message on the compile. (configure runs fine.
make
Using FLAGS = -g -O2 -I./popt -Iinclude
-I/home/rshepard/samba-3.0.0/source/include
-I/home/rshepard/samba-3.0.0/source/ubiqx
-I/home/rshepard/samba-3.0.0/source/smbwrapper -I. -D_LARGEFILE64_SOURCE
2004 Jun 25
1
I can't compile samba 3.0.4 with LDAP
I have downloaded Samba 3.0.4 (tar.gz). I tryed to compile samba to work
with OpenLDAP 2.1.30
I wrote:
./configure --with-ldapsam
and
make
Then when i issue the make file i get...
Using FLAGS = -O -I./popt -Iinclude
-I/home/rootk/samba-3.0.4/source/include
-I/home/rootk/samba-3.0.4/source/ubiqx
-I/home/rootk/samba-3.0.4/source/smbwrapper -I. -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
2003 Oct 08
0
Compiling Samba3.0.0 on Solaris2.6
Hi, I've been trying to compile up Samba with active-directory support.
I've got Solaris2.6, gcc, openldap-2.1.22 and MIT kerberos5 1.3.1
ldap 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
2006 Mar 28
1
Domain Browsing broken after upgrade from 3.0.10 -> 3.0.21
Or maybe it was the upgrade from FC2 -> FC4..........
I recently was running a FC2 Samba PDC and OpenLDAP, using Samba-3.0.10.
After I upgraded the server from FC2 to FC4 samba was broken and
wouldn't load because it was complaining about a library file not
existing. (libldap.so.2) I believe.. Sure enough it wasn't there. So
I had to recompile Samba 3.0.10 again. Well the compile
2007 Aug 07
2
AW: Probs to "make" Samba-3.0.25b
Hello List,
is there really nobody out there who could give me a tip to solve the issue?
Thanks a lot.
Mit freundlichen Gr??en
Michael Kaiser
Business Unit IT-Services
Network Solutions
InfraServ GmbH & Co. Gendorf KG
Industriepark Werk GENDORF
> -----Urspr?ngliche Nachricht-----
> Von:
> samba-bounces+michael.kaiser=infraserv.gendorf.de@lists.samba.
> org
>
2003 Jun 17
0
problems compiling 3.0beta
Greetings!
I'm trying to build Samba3.0beta.
I'm running HP-UX 11.11
I'm using GCC 3.2.3
I ran the configure script. Then I ran Make. It crap's out pretty much
immediately. If anyone could look at the output below, and offer a
suggestion, it would be greatly appreciated. I'm sure its something
bone-headed that I'm doing wrong.
Thanks!
Ron
# make
Using FLAGS
2003 Sep 05
0
CVS compile errors
What am I doing wrong here ??
-- clip
[root@bast source]# make
Using FLAGS = -g -O2 -I/usr/kerberos/include -Iinclude
-I/var/local/compile/samba/source/include
-I/var/local/compile/samba/source/ubiqx
-I/var/local/compile/samba/source/smbwrapper -I. -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/kerberos/include
-I/var/local/compile/samba/source
LIBS = -lcrypt -lresolv
2003 Nov 13
0
Problem compiling 3.0.0
I am having trouble getting Samba 3.0.0 to compile. It is actually
failing when it tries to link smbd.
System:
RedHat Linux: 2.4.9 i686
AFS client installed and running
Openssl 0.9.7c installed at /ssl
My configuration arguments:
# ./configure --with-afs --with-fake-kaserver --with-ads --with-smbmount
--enable-debug
The Error:
# make
Using FLAGS = -g -I/usr/kerberos/include
2004 Apr 27
0
Build problem on s390 - dynconfig.o
Has anyone had any problems building on SuSE SLES 8 for s390 with all
patches applied... After applying patches to my build server last night,
building samba fails with the following...
mycomp:/srv/build/samba-3.0.2a/source # make
Using FLAGS = -O -I./popt -Iinclude
-I/srv/build/samba-3.0.2a/source/include -I
/srv/build/samba-3.0.2a/source/ubiqx
-I/srv/build/samba-3.0.2a/source/smbwrapper
-I.
2009 May 22
0
Problem when compiling samba 3.3.4
Hi,
When I compile samba 3.3.4, I have this error :
Using FLAGS = -O -O -D_SAMBA_BUILD_=3 -I/usr/local/include
-I/root/samba-3.3.4/source/iniparser/src -Iinclude -I./include -I. -I.
-I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc
-DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -I/usr/local/include -Iinclude -I./include -I. -I.
2010 Feb 04
1
Samba 3.5.0RC2 can't compile on CentOS 5.3/RHEL 5.3
I tested Samba 3.5.0RC2 with no option like
#./configure
#make
but, when linking smbclient, following error happen.
------------------------------------------------------------------
# make
Using CFLAGS = -O -I. -I/root/samba-3.5.0rc2/source3 -I/root/samba-3.5.0rc2/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./..