[Samba] Error compiling Samba 3.5.5 on HP-UX 11.11

2011-01-13 Thread Stan.Pietkiewicz
I've run into an error when trying to compile libnet/libnet_join.c: cc: "libnet/libnet_join.c", line 111: error 1588: "LDAP_NO_MEMORY" undefined. cc: "libnet/libnet_join.c", line 111: warning 563: Argument #2 is not the correct type. The source below is what triggers it (line 111 is marked): st

Re: [Samba] Error compiling Samba 3.5.5 on HP-UX 11.11

2011-01-13 Thread Stan.Pietkiewicz
I managed to track down a bunch of missing include files, and made sure they were visible via symbolic links in /usr/include. That only generated a different set of errors One thing I noticed, is that the makefile generated when I ran configure is "Makefile-noincludes". Is that significant?

[Samba] Compiler error while building Samba 3.5.6

2011-01-18 Thread Stan.Pietkiewicz
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,

Re: [Samba] Compiler error while building Samba 3.5.6

2011-01-19 Thread Stan.Pietkiewicz
-Original Message- From: Volker Lendecke [mailto:volker.lende...@sernet.de] Sent: January-19-11 2:05 AM To: stan.pietkiew...@statcan.gc.ca Cc: samba@lists.samba.org Subject: Re: [Samba] Compiler error while building Samba 3.5.6 On Tue, Jan 18, 2011 at 04:39:01PM -0500, stan.pietkiew...@

[Samba] Share name length limit?

2011-01-27 Thread Stan.Pietkiewicz
I just upgraded an HP-UX 11.23 IA 64 server to Samba 3.5.6, and one of the shares would not work. It showed up in testparm as valid, but nobody could connect to it. I shortened the length of the share name from 12 to 8 characters, and it now works. My pc is running Vista, and authentication is vi

[Samba] Build error with Samba 3.5.6

2011-03-28 Thread Stan.Pietkiewicz
I'm trying to build Samba 3.5.6 with winbind enabled on a Solaris 10 machine and I've hit the following errors: Error without -lintl in the Makefile: Undefined first referenced symbol in file libintl_gettext utils/net.o (symb

Re: [Samba] Build error with Samba 3.5.6

2011-03-29 Thread Stan.Pietkiewicz
Now I'm really puzzled elfdump shows both libintl_bindtextdomain and libintl_dgettext as being valid symbols (global functions) in the .text segment in /usr/local/lib/libintl.so. The next part of the puzzle is from lib/security/pam_winbind.so (which is where the build attempt with -lintl decl