search for: sonameflag

Displaying 20 results from an estimated 43 matches for "sonameflag".

2008 Aug 04
2
unable to build 3.2 on HP-UX
...l take precedence configure: WARNING: ## ---------------------------------------- ## configure: WARNING: ## Report this to samba-technical@samba.org ## configure: WARNING: ## ---------------------------------------- ## --> strage one, perhaps the cause for the problem .... checking SONAMEFLAG... -Wl,+h checking PICFLAG... -fPIC checking NSSSONAMEVERSIONSUFFIX... checking whether building shared libraries actually works... (Bundled) cc: warning 422: Unknown option "b" ignored. /usr/ccs/bin/ld: CODE_ONE_SYM fixup to non-code subspace in file /usr/ccs/lib/crt0.o - shared library...
2002 May 09
1
patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)
...============== 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 @@ LDSHFLAGS="-set_version sgi1.0 -shared" SONAMEFLAG=&qu...
2011 Apr 28
2
Linker error for Samba 3.5.8 on Solaris 5.8
...LD_=3 -D_SAMBA_BUILD_=3 PICFLAG = -fPIC LIBS = -lsendfile -lresolv -lrt -ldl -lnsl -lsocket -lintl LDFLAGS = -Wl,-z,ignore -lthread -L./bin DYNEXP = LDSHFLAGS = -fPIC -shared -Wl,-z,ignore -lthread -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-h, Compiling dynconfig.c Linking shared library bin/libnetapi.so.0 Undefined first referenced symbol in file libiconv_set_relocation_prefix /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/../../../libintl.so ld: fatal: Symbol referenc...
2002 Oct 26
1
libsmbclient in Mac OS X / Darwin
...5.5 Darwin Kernel Version 5.5: Thu May 30 14:51:26 PDT 2002; root:xnu/xnu-201.42.3.obj~1/RELEASE_PPC Power Macintosh powerpc *** configure.in-orig Fri Oct 25 23:50:47 2002 --- configure.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="-f...
2009 Dec 14
2
Cross compiling for ARM with some errors
...E LIBS = -lresolv -lnsl -ldl LDFLAGS = -pie -Wl,-z,relro -L/home/piotr/mini2440/usr/local/arm/4.3.2/lib DYNEXP = LDSHFLAGS = shared-libraries-disabled -Wl,-z,relro -L/home/piotr/mini2440/usr/local/arm/4.3.2/lib SHLIBEXT = shared_libraries_disabled SONAMEFLAG = shared-libraries-disabled Linking bin/smbd /home/piotr/mini2440/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: ../lib/util/asn1.o: Relocations in generic ELF (EM: 3) ../lib/util/asn1.o: could not read symbols: File in wrong format collec...
2012 Jan 08
1
Can't compile 3.6.2 on Solaris 11
...r/sfw/lib -L/opt/samba/lib -R/opt/samba/lib -lthread -L./bin DYNEXP = LDSHFLAGS = -fPIC -shared -lintl -R/opt/samba/lib -L/usr/ccs/lib -R/usr/ccs/lib -L/usr/sfw/lib -R/usr/sfw/lib -L/opt/samba/lib -R/opt/samba/lib -lthread -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-h, Linking shared library bin/libnetapi.so.0 Undefined first referenced symbol in file tdb_jenkins_hash lib/util.o wbcSidsToUnixIds passdb/lookup_sid.o tdb_transaction_start_nonblock lib/gencache.o ld: fatal: symbol ref...
2010 Dec 15
1
Problem compiling Samba from source
...DYNEXP = -Wl,--export-dynamic LDSHFLAGS = -fPIC -shared -Wl,-Bsymbolic -Wl,-z,relro -L/app/utils//lib -Wl,-rpath -Wl,/app/utils//lib -Wl,--as-needed -L/app/subversion/lib -L/app/subversion/lib64 -L/app/utils/lib -L/app/utils/lib64 -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-soname= Compiling ../lib/util/blocking.c In file included from include/includes.h:675, from ../lib/util/blocking.c:24: include/client.h:169: error: expected specifier-qualifier-list before ???gss_ctx_id_t??? The following command failed: gcc -I../lib/zlib -I/app/utils//inclu...
2005 May 17
3
Linux integration with AD
Hi All, I extended my AD schema (SFU 3.5) and migrated the users and groups from my NIS domain. The groups migrated from the NIS have the same GID like on the NIS. I added linux machines to my AD domain using windbind, and define on the smb.conf "idmap gid = 10000-20000". I logged in using my AD user account, and when I'm doing "id", I see that all the AD groups
2010 Oct 27
3
Samba 3.5.6, Solaris 10, pam_winbind.so will not link
...dap/lib -lthread -L./bin DYNEXP = LDSHFLAGS = -fPIC -shared -L/opt/local/kerberos5/lib -R/opt/local/kerberos5/lib -Wl,-z,ignore -L/opt/local/openldap/lib -L/usr/local/lib -R/usr/local/lib -R/opt/local/openldap/lib -lthread -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-h, Linking shared library bin/pam_winbind.so Undefined first referenced symbol in file libintl_bindtextdomain ../nsswitch/pam_winbind.o libintl_dgettext ../nsswitch/pam_winbind.o ld: fatal: Symbol referencing...
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
...ICFLAG = -fPIC LIBS = -lproplist -lsecurity -lresolv -lresolv LDFLAGS = -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/ local/lib DYNEXP = LDSHFLAGS = -shared -L/usr/local/lib -Wl,-rpath -Wl,/usr/ local/lib -L/local/lib SHLIBEXT = so SONAMEFLAG = -Wl,-soname, Generating smbd/build_options.c This dies with the "unresolved" complaint from the linker as shown above. My guess is this is a false-positive from safe_string.h -- i.e., there's nothing wrong with the string function calls in the smbd source files, but rather safe_s...
2008 Aug 04
0
[ma@sernet.de: Re: unable to build 3.2 on HP-UX]
...G: ## ---------------------------------------- ## > configure: WARNING: ## Report this to samba-technical@samba.org ## > configure: WARNING: ## ---------------------------------------- ## > > --> strage one, perhaps the cause for the problem > .... > > checking SONAMEFLAG... -Wl,+h > checking PICFLAG... -fPIC > checking NSSSONAMEVERSIONSUFFIX... > checking whether building shared libraries actually works... (Bundled) > cc: warning 422: Unknown option "b" ignored. > /usr/ccs/bin/ld: CODE_ONE_SYM fixup to non-code subspace in file > /usr/cc...
2007 Aug 07
2
AW: Probs to "make" Samba-3.0.25b
...-D_SAMBA_BUILD_=3 > PICFLAG = -fPIC > LIBS = -lcrypt -lcap -lresolv -lresolv -lnsl -ldl > LDFLAGS = > DYNEXP = -Wl,--export-dynamic > LDSHFLAGS = -shared -Wl,-Bsymbolic -Wl,--allow-shlib-undefined > SHLIBEXT = so > SONAMEFLAG = -Wl,-soname= > Generating smbd/build_options.c > Building include/proto.h > creating /usr/src/tpe/samba-3.0.25b/source/include/proto.h > Building include/build_env.h > creating /usr/src/tpe/samba-3.0.25b/source/nsswitch/winbindd_proto.h > creating /usr/src/tpe/samba-3.0.25b/sour...
2008 Jun 01
3
Failed building 3.0.30 for tru64 4.0F
...-DHAVE_CONFIG_H -I/usr/users/eb0/ bnilsson/diskeb2/sysproj/2008/samba-3.0.30/source/lib -D_SAMBA_BUILD_=3 PICFLAG = -fPIC LIBS = -lproplist -lsecurity -lresolv -lresolv LDFLAGS = -pie DYNEXP = LDSHFLAGS = -shared SHLIBEXT = so SONAMEFLAG = -Wl,-soname, Generating smbd/build_options.c Building include/proto.h creating /usr/users/eb0/bnilsson/diskeb2/sysproj/2008/samba-3.0.30/ source/include/proto.h Building include/build_env.h creating /usr/users/eb0/bnilsson/diskeb2/sysproj/2008/samba-3.0.30/ source/nsswitch/winbindd_proto.h crea...
2010 May 07
1
Problems 'make'ing on Solaris 9.
...sr/local/BerkeleyDB.4.7/lib -lthread -L./bin DYNEXP = -Wl,-E LDSHFLAGS = -G -L/usr/local/lib -R/usr/local/lib -R/usr/lib -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.7/lib -lthread -L./bin SHLIBEXT = so SONAMEFLAG = -Wl,-soname= Linking bin/smbd /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.6/../../../../sparc-sun-solaris2.9/bin/ld: warning: libcom_err.so.1, needed by /usr/local/lib/libasn1.so, may conflict with libcom_err.so.3 /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.6/../../../../sparc-sun-solaris2.9/bin/...
2006 Jul 06
1
Problem compiling pam_winbind.so on Solaris (samba-3.0.23rc3)
...ile and found out that there seem's to be some things missing.... :-)) > bin/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ:.o=.@PICSUFFIX@) bin/.dummy > @echo "Linking shared library $@" > @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \ > @SONAMEFLAG@`basename $@` -lpam @INIPARSERLIBS@ PAM_WINBIND_PICOBJ are not defined in Makefile.in !! what I did to solve this: bash-2.03# diff samba-3.0.23rc3-orig/source/Makefile.in samba-3.0.23rc3/source/Makefile.in 1219c1219 < @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \ --- > @$...
2007 Aug 23
1
Build error on 3.0.25c using Tru64
...brpc -DHAVE_CONFIG_H -I /spi/opensource/samba-3.0.25c/source/lib -D_SAMBA_BUILD_=3 PICFLAG = -fPIC LIBS = -lproplist -lsecurity -lresolv -lresolv LDFLAGS = -pie -L/usr/local/lib DYNEXP = LDSHFLAGS = -shared -L/usr/local/lib SHLIBEXT = so SONAMEFLAG = -Wl,-soname, Compiling smbd/posix_acls.c smbd/posix_acls.c: In function `append_ugw_ace': smbd/posix_acls.c:3110: error: syntax error before '.' token smbd/posix_acls.c:3139: error: `acl_common' undeclared (first use in this functi on) smbd/posix_acls.c:3139: error: (Each undeclar...
2007 Nov 25
0
FW: Please if you advise
...-I/export/home/samba/samba-3.0.27a/source/lib > -D_SAMBA_BUILD_=3 > PICFLAG = -fPIC > LIBS = -lsendfile -lresolv -lnsl -lsocket -ldl > LDFLAGS = -pie -lthread > DYNEXP = > LDSHFLAGS = -G -lthread > SHLIBEXT = so > SONAMEFLAG = -Wl,-soname= > Compiling dynconfig.c > In file included from include/smb.h:1846, > from include/includes.h:665, > from > /export/home/samba/samba-3.0.27a/source/dynconfig.c:21: > include/popt_common.h:24:18: popt.h: No such file or directory &gt...
2007 Nov 25
0
Compiling dynconfig.c with make command
...-I/export/home/samba/samba-3.0.27a/source/lib > -D_SAMBA_BUILD_=3 > PICFLAG = -fPIC > LIBS = -lsendfile -lresolv -lnsl -lsocket -ldl > LDFLAGS = -pie -lthread > DYNEXP = > LDSHFLAGS = -G -lthread > SHLIBEXT = so > SONAMEFLAG = -Wl,-soname= > Compiling dynconfig.c > In file included from include/smb.h:1846, > from include/includes.h:665, > from > /export/home/samba/samba-3.0.27a/source/dynconfig.c:21: > include/popt_common.h:24:18: popt.h: No such file or directory &gt...
2008 Jul 09
1
Install error when trying to install ver 3.2.0
...-DSUNOS5 -I/include -I/nau/src/Net/samba-3.2.0/source/lib -D_SAMBA_BUILD_=3 PICFLAG = -fPIC LIBS = -lsendfile -lresolv -ldl -lnsl -lsocket -liconv LDFLAGS = -pie -lthread -L./bin DYNEXP = LDSHFLAGS = -G -lthread -L./bin SHLIBEXT = so SONAMEFLAG = -Wl,-soname= Linking non-shared library bin/libtalloc.a Linking shared library bin/libtalloc.so ld: warning: option -o appears more than once, first setting taken ln: cannot create bin/libtalloc.so.1: File exists *** Error code 2 make: Fatal error: Command failed for target `bin/libtalloc.so'...
2009 May 22
0
Problem when compiling samba 3.3.4
...l LDFLAGS = -pie -Wl,-z,relro -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L./bin DYNEXP = -Wl,--export-dynamic LDSHFLAGS = -shared -Wl,-Bsymbolic -Wl,-z,relro -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L./bin SHLIBEXT = so SONAMEFLAG = -Wl,-soname= Compiling dynconfig.c Compiling lib/iconv.c Compiling passdb/pdb_interface.c Linking shared library bin/libnetapi.so.0 Linking non-shared library bin/libsmbclient.a Linking shared library bin/libsmbclient.so.0 Compiling smbd/vfs.c Compiling auth/auth.c Compiling smbd/build_options.c...