Displaying 2 results from an estimated 2 matches for "print_version_133".
2014 Jul 21
1
Problems building Samba 4.x on Solaris 9 and 10 - libintl (again)
...5-samba4.so
ld: fatal: Symbol referencing errors. No output written to
/usr/local/src/samba-4.1.9/bin/default/source4/heimdal_build/samba4kinit
collect2: ld returned 1 exit status
Waf: Leaving directory `/usr/local/src/samba-4.1.9/bin'
Build failed: -> task failed (err #1):
{task: cc_link print_version_133.o,version_133.o,kinit_138.o ->
samba4kinit}
make: *** [all] Error 1
If I re-run configure adding "--without-ad-dc --without-gettext" I see
the following:
[1698/3357] Compiling source4/heimdal/lib/krb5/log.c
In file included from /usr/include/locale.h:50,
from ../...
2015 Jun 20
0
Samba 4.2.2 and Solaris 10
...o
ld: fatal: symbol referencing errors. No output written to
/onbackup/home-orchard/samba4.2.2/samba-4.1.18/bin/default/source4/heimdal_build/samba4kinit
Waf: Leaving directory `/onbackup/home-orchard/samba4.2.2/samba-4.1.18/bin'
Build failed: -> task failed (err #1):
{task: cc_link print_version_133.o,version_133.o,kinit_138.o ->
samba4kinit}
Makefile:8: recipe for target 'all' failed
gmake: *** [all] Error 1
Any advice would be greatly appreciated.
For reference, I've compiled using:
./configure
gmake
I've tried --without-ad-dc and --without-gettext but still no joy. I&...