similar to: 3.4.5 compile problem on solaris 10

Displaying 20 results from an estimated 2000 matches similar to: "3.4.5 compile problem on solaris 10"

2014 Feb 05
0
Compiling 4.1.0 with krb5 1.12 deprecated krb5_auth_con_getlocalsubkey warning
When trying to build 4.1.0, we got an error that our krb5 was not up to date. It was 1.8-3 and needed to be 1.9 or greater. So we decided to try the latest 1.12 version from MIT. Now when we try to build we get: ../lib/krb5_wrap/krb5_samba.c -c -o default/lib/krb5_wrap/krb5_samba_1.o cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation
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
2009 Jun 09
2
samba-3.3.4 AD/krb5/pam build failure on AIX 5.3/6.1 UNKNOWN_CREATE_KEY_FUNCTIONS
Hi all! Perhaps someone here could tell me if this has been seen before. We're trying to build samba-3.3.4 for IBM AIX with support for PAM, Active Directory, and Kerberos. The end goal is to be able to join the AIX system to our Active Directory domain so that users can log in via their AD username/password, and have access to their home directory via the Windows pass-through authentication
2003 Oct 29
2
can't join W2003 domain with 3.0.0 (krb ticket is OK though)
Hi everyone, I'm using the production release of 3.0.0 and can not join a W2003 domain: [printsrv4] /spool/samba-3.0.0/bin $ ./net -d 10 ads join -Uhumpty_dumpty [2003/10/29 15:35:39, 3] libads/sasl.c:ads_sasl_spnego_bind(191) got principal=adc1$@WIN.DESY.DE [2003/10/29 15:35:39, 1] libsmb/clikrb5.c:ads_krb5_mk_req(269) krb5_cc_get_principal failed (No credentials cache found)
2003 Oct 08
0
Re: kerberos/samba/solaris
Hi, I found a solution that worked for me: My kerberos installation wasn't in the $PATH though one should think the binaries are recognized by using the --with-krb5=/path flag :-( I simply exported my $PATH including the '/path/to/kerberos/bin' and voila, everything is fine :-) best regards ~christoph -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY
2010 Feb 18
1
AD 2008 R2 vs. samba 3.4.5 (fwd)
Hi there, I almot exlusively use samba for printing in a semi large scale (>2.000 windows hosts & >500 printers). I have been running 3.0.20 for a long time and was quite happy with it. Unfortunately my windows fellows have now updated to AD 2008 R2 and I experienced some immediate problems with encryptions types so I updated to 3.4.5 which is not really working for me. I see a
2010 Feb 18
3
AD 2008 R2 vs. samba 3.4.5
Hi there, I almot exlusively use samba for printing in a semi large scale (>2.000 windows hosts & >500 printers). I have been running 3.0.20 for a long time and was quite happy with it. Unfortunately my windows fellows have now updated to AD 2008 R2 and I experienced some immediate problems with encryptions types so I updated to 3.4.5 which is not really working for me. I see a
2009 Nov 27
0
No subject
make reinstall, and it gives the the following: ----------begin output---------- Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function 'krb5_set_real_time': libsmb/clikrb5.c:132: error: dereferencing pointer to incomplete type libsmb/clikrb5.c:133: error: dereferencing pointer to incomplete type The following command failed: cc -I. -I/usr/ports/net/samba33/work/samba-3.3.9/source
2008 Apr 24
0
The problem with compiling samba 3.0.28.1
Hello. I have such a problem. I would like to join the freebsd(6.3) computer to existing Windows Domain. (managed by Windows Server 2003 R2) 0)I have working windows domain and working freebsd computer. 1)Firstly I've compiled and installed heimdal 1.0.1 /usr/ports/security/heimdal/ on freebsd It's ok I've editted krb5.conf. kinit gets a ticket from the REALM and klist says its
2009 Nov 27
0
No subject
I get a suspiciously similar message, though I can't for the life of me figure out why it's referencing a much earlier version of samba, namely 3.0.37. Seems weird to me. ----------begin output---------- Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function 'krb5_set_real_time': libsmb/clikrb5.c:128: error: dereferencing pointer to incomplete type libsmb/clikrb5.c:129: error:
2010 Feb 21
2
3.3.10 <-> AD 2008 R2 very slow
Hi again, I changed from 3.4.5 to 3.3.10 after an AD upgrade to 2008R2 and prinitng is working mor ore less but it is incredibly sloooow. My server has no remarkable load so it is not due to hardware bottlenecks. Are there any ways to 'tune' 3.3.10 or any tricks to make it faster ? cheers ~christoph -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY
2009 Jul 01
2
net ads join -> strong(er) authentication required
Hi, my windows folks migrated to AD 2008 R2, resulting in the following error message when trying to join the domain: [HOST] /etc $ /opt/csw/bin/net ads join -U <USER> Enter <USER>'s password: [2009/07/01 11:51:28, 0] libads/sasl.c:ads_sasl_spnego_bind(819) kinit succeeded but ads_sasl_spnego_krb5_bind failed: Strong(er) authentication required Failed to join domain: failed
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
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All, I am using libsmbclient.so (3.0.25b). But I am getting following error when I try to compile my program. Could any one of you please let me know as how should I go about resolving this error ? Thanks and Regards, Avinash g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o ../thirdparty/libs/libdb_cxx-4.3.so
2002 Mar 15
0
SAMBA 2.2.3a printing doesn't succeed on first try (bug 'printer handle not found') (fwd)
hey, I still have the problem described further down ! I had to downgrade to an older version to keep printing running on my site, is there any chance to investigate on this ? Please tell me if you need any further information / debugging output. This should be really easy to reproduce... kind regards ~christoph -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY
2010 Aug 12
1
3.6.pre1 -> NT_STATUS_INVALID_NETWORK_RESPONSE
Hi there, I just tried 3.6pre1 to see if the printing code works now on solaris again, no luck so far to get it running at all though :( The config is unchanged and works well with the 3.5 branch Any hints someone ? [printsrv9] /global/spool/printsrv9 # testparm Load smb config files from /global/spool/printsrv9/samba-3.6.0pre1/lib/smb.conf Processing section "[print$]" Processing
2010 May 07
1
3.5.2 connecting to nmb alias without password
Hi there, I use 3.5.2 with netbios aliases in security mode ADS. When I connect to the primary netbios name from a windows host I get the samba machine right away. Connecting to the netbios alias (which is on a differen IP address) I have to type name and pwd to get the connection. DNS entries are OK. Is there any way to get rid of the pwd question, I had the same setup with 3.0.20 for a
2002 Sep 13
2
new feature in 2.2.6 ?
Hi Jerry et al, will the 2.2.6 release show the printers in the 'add-new-printer-wizzard' on the client like the WINDOWS server do ? I'm not sure if you know what I mean, so here is a little illustration: ----------------------------- | NTSERVER | | \\ntserver\printer1 | | \\ntserver\printer2 | | \\ntserver\printer3 | | SAMBASERVER |
2009 Jun 23
1
3.3.5 not compiling on solaris 10 (libtalloc.so.1)
Hi, I found some hints but no solution that worked for me actually, I try to compile 3.3.5 on Solaris 10 and it does not find libtalloc: Linking shared library bin/libtalloc.so.1 /usr/ccs/bin/ld: cannot open linker script file /scratch/samba-3.3.5/source/exports/libtalloc.so.1: No such file or directory gmake: *** [bin/libtalloc.so.1] Error 1 Obviously because it's not there :( :
2010 Jul 08
2
Regarding S4 and libnss_winbind.so
Apparently this didn't/doesn't build on FreeBSD by default...or is it "doesn't build at all". If it is buildable, what should I do to build it, as without it...see wiki: http://wiki.samba.org/index.php/Samba4/Winbind Cheers, TMS III