Displaying 18 results from an estimated 18 matches similar to: "Linking Error Building Samba on AIX 7"
2008 Oct 30
2
Questions about Samba 3.x on AIX 4.3.3
Hello,
I realize that AIX 4.3.3 is a very old platform, but we have one such system
which cannot be upgraded and requires Samba. We are currently using Samba
2.2.1a (!) and I'd like to upgrade to something more modern.
This system participates in a Clearcase environment and we are trying to
share an MVFS filesystem. Users complain that it takes a very long time (5+
minutes) to access this
2004 Jun 08
1
samba-3.0.4 compile issues on AIX 4.3.3
Hi!
I just downloaded samba-3.0.4 and tried to compile it on AIX 4.3.3
with gcc 2.95.2 using
LDFLAGS="-Wl,-bbigtoc" ./configure --prefix=/bag/samba \
--mandir=/bag/samba/man \
--localstatedir=/usr/local/samba/var \
--with-configdir=/usr/local/samba \
--with-privatedir=/usr/local/samba/private \
--with-lockdir=/usr/local/samba/var/locks \
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
2019 Apr 02
0
Make/Build Error on armhf
Hi,
I noticed the same, actually with many more shared libraries. It already
has been filed as bug https://bugzilla.samba.org/show_bug.cgi?id=13754
with version 4.10.0rc4 .
Looking at what actually happens in detail no exotic build options are
used so at first sight it looks more like a problem of the build tools
on the RPi than a Samba problem.
The simplest situation I could find was
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
On 10/23/2012 12:20 PM, Sunil Saggar wrote:
> I was able to process further by making some code changes and replacing
> export-dynamic with -bexpfull in Makefile.config. Now, i am getting
> following error while linking ..
>
> llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.so
What exactly was the linking command?
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a
2019 Apr 04
0
Make/Build Error on armhf
I tried the backports tip from https://bugzilla.samba.org/show_bug.cgi?id=13754 and samba 4.10.1 this works... compile finishes without an error...
-----Ursprüngliche Nachricht-----
Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Dirk Laurenz via samba
Gesendet: Dienstag, 2. April 2019 23:32
An: samba at lists.samba.org
Cc: 'Norbert Hanke' <norbert.hanke at
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
When compiling Samba 4.4.2 with Ubuntu 14.04 x64, I get this output as
below.
<...>
[3511/3922] Linking default/source4/lib/http/libhttp.so
21:22:07 runner /usr/bin/gcc default/source4/lib/http/http_1.o
default/source4/lib/http/http_auth_1.o -o
/tmp/build-debs.Z500qB/build/bin/default/source4/lib/http/libhttp.so
-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,-z,relro,-z,now
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
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
I was able to process further by making some code changes and replacing
export-dynamic with -bexpfull in Makefile.config. Now, i am getting
following error while linking ..
llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.so
ld: 0706-027 The -R $ORIGIN flag is ignored.
ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::getPassName() const
ld: 0711-317 ERROR: Undefined symbol:
2012 Oct 24
0
[LLVMdev] Error building llvm on AIX 7.1
AIX 7.1 & Power5
I have downloaded the llvm source and ran the following steps:
1. ./configure --enable-targets=powerpc
2. gmake
Apart from it, i had to make a few changes.
i. dladdr code has been commented for the time being and using the default
constructor code for that method
ii. In Makefile.config, 2 changes were done.
+153 # Linker flags.
+154 LDFLAGS+=-Wl,-G,-bexpfull
+211
2019 Apr 05
0
Make/Build Error on armhf
Hi Dirk.
Ok, now im ready with the debian packages for 4.10, this could make your life more easy.
I've not tested this but should work, you could try this.
Install a debian 9 server as minimal as possible, so choose expert install, only install ssh server, nothing else.
Now in this order, start building the armhf samba 4.10 packages
This should be easy todo now since i've match the
2019 Apr 02
2
Make/Build Error on armhf
Hello Norbert,
thanks for your reply. Does that mean that the rpi build environment is not uptodate?
-----Ursprüngliche Nachricht-----
Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Norbert Hanke via samba
Gesendet: Dienstag, 2. April 2019 21:28
An: samba at lists.samba.org
Betreff: Re: [Samba] Make/Build Error on armhf
Hi,
I noticed the same, actually with many more shared
2019 Apr 16
1
cutting corners (4.10.2 on el7.6)
Hi Garming,
Thanks for taking the time to enlighten me. I do happen to have two DC's
and in my limited testing, 4.10.2 seems to function properly as an AD/DC
on el7.6 with the packages I built. As I'm not using those DC's for file
serving in a clustered setup, it is also my interpretation that I can do
without ctdb (this one had a specific requirement for a higher version of
a
2013 Nov 05
1
samba-4.1.0 build failure -help with
Greetings,
I attrempted to compile samba-4.1.0 on a computer with these:-
--cpu amd64 2 cores
--os blfs linux-3.1.6, gcc-4.8.1, glibc-2.17
I ran configure like this:-
./configure
--prefix=/opt/samba4
( i.e I accepted all the defaults except the installation prefix)
then I ran make like this:-
make
BUT make ends like so:-
#---------------------------
[3807/3949] Linking
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
Hi All,
I am trying to build llvm on AIX. I installed all the required packages
including gcc, g++, etc
./configure also went fine. but i tried to run gmake, i got the following
error:
llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build
llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build
llvm[1]: Compiling Mutex.cpp for Release+Asserts build
llvm[1]: Compiling Path.cpp for
2014 Dec 11
0
Compilation Error during make
Hi Everyone,
I'm getting error when compiling Samba 4.1 on AIX. Any ideas on the errors
below? Thanks!
# make
WAF_MAKE=1 ./buildtools/bin/waf build
Waf: Entering directory `/root/samba-4.1.12/bin'
Selected embedded Heimdal build
[ 43/3712] Generating smbd/build_options.c
[3228/3712] Linking default/lib/talloc/libtalloc.so
[3233/3712] Linking
2015 Feb 25
0
4.1.17 compile error on AIX
Greetings everyone, I am having some issues compiling the latest for the
AIX platform. The build and configure are all with the default entries.
The latest samba we have running is 4.0.8 (source3/autoconf build). This
is our first shot at using the waf/python tool. I would like to reach out
if any others who have yet to migrate off the proprietary AIX platform have
run into this error, and if
2014 Nov 05
2
Lost DC with FSMO-Rolls
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I lost my DC with all fsmo-roles. I try to "seize" the roles to
another DC. It worked four out of five roles:
root at SVL-V-AD1:~# samba-tool fsmo seize --role=rid
Attempting transfer...
Transfer unsuccessful, seizing...
FSMO seize of 'rid' role successful
root at SVL-V-AD1:~# samba-tool fsmo seize --role=pdc
Attempting