similar to: Problems building new 3.6.16: getting symbols from local sys AND "../lib/replace

Displaying 20 results from an estimated 1000 matches similar to: "Problems building new 3.6.16: getting symbols from local sys AND "../lib/replace"

2013 May 17
2
Continued compilation errors with samba 3.6.15
? Hello. ?I'm trying to compile samba on a?armnas. ? First I execute: autogen.sh configure make ? And got the following error: ? ? ? ? Compiling ../libcli/samsync/decrypt.c Linking bin/net utils/net_rpc.o: In function `net_rpc': net_rpc.c:(.text+0x88): undefined reference to `libnetapi_net_init' utils/net_rpc.o: In function `net_rpc_file': net_rpc.c:(.text+0x2d74): undefined
2010 May 11
1
Samba 3.5.2 compile on AIX
I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1. I'm compiling Samba with ADS support against a locally installed Heimdal 1.3.2 Kerberos installation and I'm getting a failure while compiling clikrb5.c This is using the IBM xl_C compiler. Below is the complete build logs. I'm able to get around the error if I undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the
2008 Jul 05
1
compiling 3.2.0 on freebsd 7.0 release fails
Hi, Today I tried to install the new 3.2.0 release, but that fails :-( config.status: executing rm-stdbool.h commands Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/opt/include -I/usr/disk1/samba-3.2.0/source/popt -I/usr/disk1/samba-3.2.0/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 -Iinclude
2008 Aug 04
2
unable to build 3.2 on HP-UX
Hi all, I'm trying to build Samba 3.2 on HP-UX 11.11. I already tried different settings (without ldap, active directory etc, building in a different directory) but without success. The Problem is independent from configure options - called within the source tree without any options leads exactly to the same result. Here are some informations about my setup: gcc (GCC) 4.2.3 HP-UX B.11.11
2008 Aug 04
0
[ma@sernet.de: Re: unable to build 3.2 on HP-UX]
hmm, the mailing list engine seems to have eaten my attachmen (and my signature....) trying again ----- Forwarded message from Michael Adam <ma@sernet.de> ----- Date: Mon, 4 Aug 2008 22:43:55 +0200 From: Michael Adam <ma@sernet.de> To: Dag Ager <dag.ager@enders-ing.de> Subject: Re: [Samba] unable to build 3.2 on HP-UX Hi,
2017 Aug 02
2
how to reduce binary size of SAMBA 4 for embeded device
Hi, Bartlett I decided to cut some subsystem by myself, So I spent several days to study the SAMBA 4 WAF build system and now know the base steps of build. but which subsystem can be removed for snmd/nmbd/smbpasswd ? followings are the full dependencies of these 3 binary ldd bin/smbpasswd libpthread.so.0 => /lib/libpthread.so.0 (0xf7139000) libsamba-util.so.0 =>
2010 May 07
1
Fwd: RE: Problems 'make'ing on Solaris 9/10
On Solaris 10 (x86), trying to compile samba 3.5.2 I have downloaded GCC 3.4.x., make, binutils (ld etc) and sed from Sunfreeware. GCC (gcc -v) has /usr/ccs/bin/ld hardcoded so the only way around it was to symlink to the gnu one. # mv /usr/ccs/bin/ld /usr/ccs/bin/ld.1 # ln -s /usr/local/bin/ld /usr/ccs/bin/ld # ./configure --prefix=/usr/local/talloc-2.0.1 When setting some
2002 May 09
1
patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)
To Solaris admins.... Here's a patch for 2.2.4 for building on Solaris using GCC. You'll need to rerun autoconf after applying.... The second patch removes compiler warnings about redefinitions of ZERO_STRUCT. Now winbind should compile on solaris quietly. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard
2010 May 07
1
Problems 'make'ing on Solaris 9.
Hi list! I'm trying to build Samba 3.4.7 with ADS support on Solaris 9 and experiencing a heap of problems (which seem to be common). First of my system: Solaris 9 SPARC > uname -a SunOS sunfire2 5.9 Generic_122300-08 sun4u sparc SUNW,Sun-Fire-V240 Solaris Using GCC 3.4.6 from sunfreeware (with all noted dependancies installed) > gcc --version gcc (GCC) 3.4.6 Copyright (C) 2006 Free
2002 Mar 07
1
Compile problems with latest CVS
Hi, I get these compilation problems with today's CVS on Solaris configured with winbind: /usr/local/bin/gcc -O -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o nsswitch/winbind_nss_solaris nsswitch/winbind_nss_solaris.c nsswitch/winbind_nss_solaris.c:14: includes.h: No such file or directory In file included from nsswitch/winbind_nss_solaris.c:15: nsswitch/winbind_nss_config.h:30: config.h:
2023 Oct 14
3
Compiling within Samba Source-Tree
Dear Samba-experts: we migrated from Samba 3.6 to 4.18 and everything works well. But there are two problems where I need some expert-help: We are using a daemon that is running on our AD-server. It accepts connections from remote machines and changes the passwords of certain users. Calling system("smbpasswd") from within that daemon would be too slow so the daemon calls
2011 Feb 02
1
Samba 3.5.6 - numerous regressions while running as AD member against Samba4alpha14 DC
Hi! I've setup Samba4alpha14 on a FreeBSD 8.2-RC2 box as a DC which just works serving network of a couple of dozens of Win7 clients. Then I installed Samba 3.5.6 on another of FreeBSD box and wanted to join it into the AD. I've run in the following set of issues: 1. Joining domain with "net ads join -U administrator" fails with the following error messages: "kinit
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 12:16 PM, Rowland penny via samba wrote: > On 05/10/2020 17:01, Jason Keltz via samba wrote: >> On 10/5/2020 11:58 AM, Rowland penny via samba wrote: >> >>> On 05/10/2020 16:30, Jason Keltz via samba wrote: >>>> Hi. >>>> >>>> Using MIT5 backend with Samba.. >>> I hope you mean on the clients, the use of MIT as the
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
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
Tried configure of samba-3.2.0 on Sparc Solaris 9 with the following line: ./configure --with-ldap --with-ads --with-pam --with-winbind --with-krb5=/usr/local > $log 2>&1 There is a problem where the following error is produced: configure: error: Active Directory support requires ldap_initialize I can use the same line on samba-3.0.10 and it compiles and works. $
2007 May 15
1
Samba 3.0.25 plugin changes
Greetings, Before I start digging into making our local passdb plugin work with Samba 3.0.25, is there any heads up I need to know about? I tried to compile the example plugin in samba-3.0.25/examples/pdb, but it fails. See below for a sample of the error messages. If I try to compile the same example that comes with Samba v3.0.24, the example code compiles without any issues? Any
2009 Jul 30
0
Can't compile 3.4.0 Binary on solarisx86
Hello lists I have tried to compile 3.0.4 binary on x86 versions of x86. I attached first 100 lines of config.log. It shows details of my environment. I think configuer works fine. But after I typed make command, some errors appeared. Does anyone have ideas of fix this problems? or Don't you have the instance of compiled on solaris10 OS. SAIKA Iwao bash-3.00#
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
I'm building samba-3.2.0 on a Solaris 10 x64 box using the Sun Studio cc compiler. I'm running into a problem. I have a workaround. Let me know if I should post a bug report. A. The problem: $ ./configure --prefix=/usr/local/samba-3.2.0 --with-ads --with-pam --with-acl-support --with-shared-modules=idmap_ad --enable-socket-wrapper --enable-nss-wrapper
2008 Jan 10
1
Linux disk quota support
Dear Listmembers, I installed samba-3.0.28 and configured --with-quotas, but I don't seem to be getting quota support. Is there a description on how to do quotas with samba? Is there something I should know about besides the configuration option --with-quotas? Thank you, Emre Brookes --------example----------------- Last login: Fri Jan 11 16:44:19 2008 from localhost Linux 2.4.33.3.
2011 Jan 18
1
Compiler error while building Samba 3.5.6
I am trying to build Samba 3.5.6 on an HP-UX 11.11 system, and I get this error: Compiling libsmb/libsmb_thread_impl.c In file included from ./../nsswitch/winbind_nss.h:54, from ./../nsswitch/winbind_nss_config.h:49, from ./../nsswitch/winbind_client.h:1, from include/includes.h:681, from libsmb/libsmb_thread_impl.c:20: