Displaying 5 results from an estimated 5 matches for "tdbbase_obj".
2003 Oct 20
1
[patch] Samba 3.0.1pre1 : unable to link tdbbackup on Solaris 9
...:
diff -u Makefile.in.orig Makefile.in
--- Makefile.in.orig Mon Oct 20 11:06:54 2003
+++ Makefile.in Mon Oct 20 11:07:09 2003
@@ -629,7 +629,7 @@
POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
popt/popthelp.o popt/poptparse.o
-TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o $(TDBBASE_OBJ)
+TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o lib/snprintf.o $(TDBBASE_OBJ)
NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ) \
libsmb/asn1.o libsmb/spnego.o libsmb/clikrb5.o libads/kerberos.o \
It should be included in the case snprintf is absent from the system,...
2003 Dec 10
4
you'd better fix this before releasing 3.0.1
Solaris 2.6 gcc 2.95.3
Compiling tdb/tdbbackup.
Linking bin/tdbbackup
Undefined first referenced
Symbol in file
smb_snprintf tdb/tdbackup.o
I thought we'd fixed this already.
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
...ith gcc, I get
the same errors Bengt Nilsson is reporting about tdb_open, _E__lc_ctype,
tdb_traverse, _Eioctl and many others.) Prior to running make, I fixed
what appears to be a typo in the Makefile:
> diff Makefile Makefile.orig
590c590
< LIBSMBSHAREMODES_OBJ = libsmb/smb_share_modes.o $(TDBBASE_OBJ)
---
> LIBSMBSHAREMODES_OBJ = libsmb/smb_share_modes.o $(TDB_BASE_OBJ)
Dunno if that's important. Then I ran make like so, using GNU make:
> limit datasize 1048576
> limit memoryuse 2041072
> gmake
The make process begins by reporting (long lines wrapped):
Using FLAGS =...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...in/msgtest bin/masktest bin/locktest
bin/locktest2
SHLIBS = libsmbclient
SCRIPTS = $(srcdir)/script/smbtar
QUOTAOBJS=smbd/noquotas.o
######################################################################
# object file lists
######################################################################
TDBBASE_OBJ = tdb/tdb.o tdb/spinlock.o
TDB_OBJ = $(TDBBASE_OBJ) tdb/tdbutil.o
LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/getsmbpass.o lib/interface.o lib/kanji.o lib/md4.o \
lib/interfaces.o lib/pidfile.o lib/replace.o \
lib/signal.o lib/system.o lib/tim...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...in/msgtest bin/masktest bin/locktest
bin/locktest2
SHLIBS = libsmbclient
SCRIPTS = $(srcdir)/script/smbtar
QUOTAOBJS=smbd/noquotas.o
######################################################################
# object file lists
######################################################################
TDBBASE_OBJ = tdb/tdb.o tdb/spinlock.o
TDB_OBJ = $(TDBBASE_OBJ) tdb/tdbutil.o
LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/getsmbpass.o lib/interface.o lib/kanji.o lib/md4.o \
lib/interfaces.o lib/pidfile.o lib/replace.o \
lib/signal.o lib/system.o lib/tim...