Displaying 8 results from an estimated 8 matches for "libintl_bindtextdomain".
2010 Oct 18
2
Unable to compile Samba 3.5.6 on Solaris 9 - more winbind issues
...helpful hints have been offered to my winbind issues with Samba 3.4.9
and Solaris 9 I started trying to build Samba 3.5.6. Using gcc 3.4.6.
I added "-lintl" to the LIBS option in the Makefile which cleared some
earlier linker errors involving libintl_gettext, libintl_textdomain and
libintl_bindtextdomain being undefined, except with winbind:
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...
2011 Mar 28
1
Build error with Samba 3.5.6
...first referenced
symbol in file
libintl_gettext utils/net.o (symbol belongs to
implicit dependency /usr/local/lib/libintl.so.8)
libintl_textdomain utils/net.o (symbol belongs to
implicit dependency /usr/local/lib/libintl.so.8)
libintl_bindtextdomain utils/net.o (symbol belongs to
implicit dependency /usr/local/lib/libintl.so.8)
ld: fatal: Symbol referencing errors. No output written to bin/net
Error with -lintl in the Makefile:
Linking shared library bin/pam_winbind.so
Undefined first referenced
symbol...
2010 Oct 27
3
Samba 3.5.6, Solaris 10, pam_winbind.so will not link
...ocal/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 errors. No output written to
bin/pam_winbind.so
collect2: ld returned 1 exit status
make: *** [bin/pam_winbind.so] Error 1
--
***************************************...
2003 Nov 19
1
gdb compile error
...dl -ltermcap -lsocket -lm -liconv ../libiberty/libiberty.a
Undefined first referenced
symbol in file
libintl_textdomain main.o
libintl_dgettext ../bfd/libbfd.a(bfd.o)
libintl_gettext main.o
libintl_bindtextdomain main.o
ld: fatal: Symbol referencing errors. No output written to gdb
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/tmp/gdb-6.0/gdb'
make: *** [all-gdb] Error 2
thanks and apologies again for bending the list rules, Andy.
BBCi at ht...
2014 Jul 21
1
Problems building Samba 4.x on Solaris 9 and 10 - libintl (again)
...l. I see either
of the following errors upon running make:
[3326/3808] Linking default/source4/heimdal_build/samba4kinit
Undefined first referenced
symbol in file
libintl_gettext
default/source4/heimdal/kuser/kinit_138.o
libintl_textdomain
default/source4/heimdal/kuser/kinit_138.o
libintl_bindtextdomain
default/source4/heimdal/kuser/kinit_138.o
libintl_dgettext
default/source4/heimdal_build/libkrb5-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 director...
2011 Apr 28
2
Linker error for Samba 3.5.8 on Solaris 5.8
I get the following linker error when compiling Samba on Solaris Sparc 5.8:
bash-2.03# make
Using CFLAGS = -I../lib/zlib -O -I. -I/root/samba-3.5.8/source3 -I/root/samba-3.5.8/source3/../lib/popt -I/root/samba-3.5.8/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H
2015 Jun 20
0
Samba 4.2.2 and Solaris 10
...ccess.
Last error was:
[3320/3826] Linking default/source4/heimdal_build/samba4kinit
Undefined first referenced
symbol in file
libintl_gettext
default/source4/heimdal/kuser/kinit_138.o
libintl_textdomain
default/source4/heimdal/kuser/kinit_138.o
libintl_bindtextdomain
default/source4/heimdal/kuser/kinit_138.o
libintl_dgettext
default/source4/heimdal_build/libkrb5-samba4.so
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...
2010 Oct 14
0
Still no working windbind on Solaris9 - samba 3.4.9
...unctional samba
Active Directort member server working on Solaris 9 since samba 3.2.15.
Later versions Samba will serve file to PC clients, but not permit
interactive logins to the host. I see messages like:
ld.so.1: su: fatal: relocation error: file
/usr/lib/security/pam_winbind.so.1: symbol libintl_bindtextdomain:
referenced symbol not found
Killed
ldd shows me:
ldd -d /usr/lib/security/pam_winbind.so.1
libthread.so.1 => /usr/lib/libthread.so.1
libpam.so.1 => /usr/lib/libpam.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libsocket.so.1 => /usr/...