Displaying 4 results from an estimated 4 matches for "cc_file".
Did you mean:
ca_file
2003 Nov 07
1
Samba 3 still doesn't work - build errors (details)
...d fare any better. No go....
I can't even get Samba 3 to build.
Besides spewing a ton of warnings about "/usr/include/compat.h:6:2: warning:
#warning "This header is obsolete, use ap_compat.h instead", it died when
building the smbd server.
linking bin/smbd
/usr/lib/libkrb5.a(cc_file.o)(.text+0x1d90): In function
`krb5_fcc_generate_new':
/root/samba/krb5-1.3.1/src/lib/krb5/ccache/cc_file.c:2063: warning: the use of
`mktemp' is dangerous, better use `mkstemp'
tdb/tdbutil.o(.text+0x103a): In function `tdb_search_keys':
tdb/tdbutil.c:791: undefined reference to `ap...
2001 Mar 31
2
Configure Samba
Hi,
Need you help on this question :
1) How to configure samba for Irix 6.5 (Samba version is 2.0.7 ) to
connect to Windows 95 / NT
2) How to make SGI Irix share the printer which are connect to Windows
95 / NT (printserver)
Thanks & regards
- rosli -
2003 Nov 08
1
Samba 3 doesn't compile - the saga continues...
...om smbd/server.c:23:
include/safe_string.h:124:1: warning: "pstrcat" redefined
In file included from include/includes.h:337,
from smbd/server.c:23:
/usr/include/ap_compat.h:300:1: warning: this is the location of the previous
definition
Linking bin/smbd
/usr/lib/libkrb5.a(cc_file.o)(.text+0x1d90): In function
`krb5_fcc_generate_new':
/root/samba/krb5-1.3.1/src/lib/krb5/ccache/cc_file.c:2063: warning: the use of
`mktemp' is dangerous, better use `mkstemp'
tdb/tdbutil.o(.text+0x103a): In function `tdb_search_keys':
tdb/tdbutil.c:791: undefined reference to `ap...
2006 Nov 03
0
-all-static problems when linking apps which require -lpthread and -lc
...e':
: multiple definition of `__funlockfile'
/usr/lib/libc.a(funlockfile.o)(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `__funlockfile' changed from 30 in /usr/lib/libc.a(funlockfile.o) to 18 in /usr/lib/libpthread.a(lockfile.o)
/usr/lib/libkrb5.a(cc_file.o)(.text+0x1add): In function `krb5_fcc_generate_new':
: warning: the use of `mktemp' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] ?????? 1
As you can see, the trouble is that there are same functions defined
in main glibc...