Displaying 6 results from an estimated 6 matches for "bldshare".
Did you mean:
bldshared
2002 Oct 26
1
libsmbclient in Mac OS X / Darwin
...re.in Sat Oct 26 01:04:43 2002
***************
*** 855,860 ****
--- 855,868 ----
SONAMEFLAG="-Wl,-soname="
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
+ *darwin*) AC_DEFINE(DARWIN)
+ BLDSHARED="true"
+ LDSHFLAGS="-dynamic"
+ PICFLAG="-fPIC"
+ SHLD="libtool"
+ LIBS="${LIBS} -lc -lcc_dynamic"
+ CFLAGS="-dynamic -fno-common ${C...
2002 May 09
1
patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)
...ure.in
===================================================================
RCS file: /data/cvs/samba/source/configure.in,v
retrieving revision 1.130.4.136
diff -u -r1.130.4.136 configure.in
--- configure.in 2002/05/09 13:26:54 1.130.4.136
+++ configure.in 2002/05/09 13:44:40
@@ -853,7 +853,7 @@
BLDSHARED="true"
LDSHFLAGS="-G"
SONAMEFLAG="-h "
- if test "${ac_cv_prog_CC}" = "gcc"; then
+ if test "${GCC}" = "yes"; then
PICFLAG="-fPIC"
else
PICFLAG="-KPIC"
@@ -884,7 +884,7 @@
LDSHFL...
2003 Jan 27
19
Winbind on HPUX11, Totally Stuck, Please Help
Skipped content of type multipart/alternative
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...E = $(PRIVATEDIR)/smbpasswd
TDB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd.tdb
# This is where SWAT images and help files go
SWATDIR = ${prefix}/swat
# the directory where lock files go
LOCKDIR = ${VARDIR}/locks
# the directorty where pid files go
PIDDIR = $(VARDIR)/locks
# libsmbclient support here
BLDSHARED = true
LIBSMBCLIENT_MAJOR=0
LIBSMBCLIENT_MINOR=1
# The directory where code page definition files go
CODEPAGEDIR = $(LIBDIR)/codepages
# The current codepage definition list.
CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1
ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...E = $(PRIVATEDIR)/smbpasswd
TDB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd.tdb
# This is where SWAT images and help files go
SWATDIR = ${prefix}/swat
# the directory where lock files go
LOCKDIR = ${VARDIR}/locks
# the directorty where pid files go
PIDDIR = $(VARDIR)/locks
# libsmbclient support here
BLDSHARED = true
LIBSMBCLIENT_MAJOR=0
LIBSMBCLIENT_MINOR=1
# The directory where code page definition files go
CODEPAGEDIR = $(LIBDIR)/codepages
# The current codepage definition list.
CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1
ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859...
2003 Feb 05
7
Winbind on HPUX 11, some small progress
Hi All,
Well, i've managed to enable some debugging in syslog, I had to put in
/etc/syslog.conf
;*.debug
on the syslog line.
So at least I have an error which is being returned into syslog from
winbind.
This is what I get from winbind
Feb 4 21:13:17 coastdr pam_winbind[20753]: Verify user `lonnie'
Feb 4 21:13:18 coastdr pam_winbind[20753]: user 'lonnie' granted acces
Feb 4