similar to: Compiling Samba 3 on OS 10.2

Displaying 20 results from an estimated 1000 matches similar to: "Compiling Samba 3 on OS 10.2"

2003 Oct 28
1
Compile Problem (krb5)
I'm trying to build samba 3 with the ads support and along with that I apparently need ldap and krb5. I have installed openldap, krb5 (had to install even though Solaris 9 has krb5 in it, the .h file wasn't there that I could find). Now when building samba I'm getting this error Compiling libsmb/clifile.c Compiling libsmb/clikrb5.c libsmb/clikrb5.c:139:2: #error
2004 May 17
0
Darwin Install
I am a Mac OS X.2 user and I'm not completely familiar with Darwin Unix but I have come upon a need to install Samba 3.0.4 on a PPC G4. I Have an install manual that came with Apple Developers package and I followed the directions. The manual told me to run this command: ./configure --with-syslog --prefix=/etc/samba \ --bindir=/usr/bin --sbindir=/usr/sbin --libdir=/etc/samba
2003 Nov 15
0
Unable to compile Samba 3.0.0 on Max OS X 10.2
Gentle Reader, I am unable to build Samba 3.0.0 from source on Max OS X 10.2 using Apple's version of the gcc compiler. I downloaded the source tarball, unpacked it and did: % ./configure % make The make compiles many files OK but aborts during compilation of clikrb5.c Has anyone successfully built Samba 3.0.0 on OS X 10.2 and if so, what am I doing wrong? Chris Brown
2004 Aug 04
1
Installing Samba 3.0.5 in Mac OSX 10.3.4 server
Hi all, I'm installing Samba 3.0.5 in Mac OSX 10.3.4 server as root. First, ./configure ----with-krb5=/usr/sbin Second, when I do 'make' show this error: Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function `krb5_locate_kdc': libsmb/clikrb5.c:188: error: `krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:188: error: (Each undeclared
2005 Dec 31
1
3.0.21a make fails on Mac OS X 10.4.3
Currently running 3.0.10 that comes standard with Mac OS X 10.4 (Tiger). Attempted to install 3.0.21a last night and make failed like this: Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function 'krb5_locate_kdc': libsmb/clikrb5.c:306: error: 'krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:306: error: (Each undeclared identifier is reported only
2006 Oct 11
3
PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) compiling errors of Samba 3.0.23.c
Hello, I am trying to compile the latest samba 3.0.23c on MAC Intel OS X 10.4.8 and I am getting errors with the krb5 stuff. I have searched the net and found other people with the same error but didn't see any solution. Has anyone successfully compiled it on 10.4.8 Intel? Any help would be greatly appreciated as I am new to the mac platform but have lots of linux experience. The
2004 Nov 09
2
3.0.8 build failure OS X 10.3.6
I am trying to build 3.0.8 Release on OS X Server 10.3.6 as the latest version of samba installed with the 10.3.6 update (3.0.5) has broken our backup strategy which has a Windows server backing up SAMBA/SMB volumes ( this issue is noted in Dantz Retrospect KB and the solution is to upgrade to SAMBA 3.0.6+). We use the OS X server as a PDC. After a ./configure; make Using FLAGS = -O
2006 Mar 03
0
Help compiling 3.0.21c on Mac OS X 10.4.5
My first attempt of compiling Samba or pretty much anything like this under Mac OS X. Dragged the source down, did ./configure with success (AFAICT). When doing #root > make it chugs through quite a good part of it, but then: Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function 'krb5_locate_kdc': libsmb/clikrb5.c:306: error: 'krb5_krbhst_handle' undeclared (first use
2006 Nov 20
0
Compile error
Hi all, I'm on a Mac Pro running OSX 10.4.8 and get the following compile errors: Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function 'krb5_locate_kdc': libsmb/clikrb5.c:378: error: 'krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:378: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:378: error: for each function
2004 Jun 18
0
installing samba 3.0.4 on MAC OS X issue
I am having a hard time installing samba 3.0.4 on MAC OS X 10.3.x "Panther". I was able to run the configure command w/out any errors. Here is what I am getting when I run the make command. Using FLAGS = -O -I./popt -Iinclude -I/usr/local/samba-3.0.4/source/include -I/usr/local/samba-3.0.4/source/ubiqx -I/usr/local/samba-3.0.4/source/smbwrapper -I. -I/sw/include
2004 Dec 22
0
Samba 3.0.10 ADS Setup issue Again
Well I spoke a bit to soon. While I was able to get to the stage of doing a make I get the following errors when the make ends, this is using Kerberos 5: libsmb/clikrb5.c: In function `krb5_set_real_time': libsmb/clikrb5.c:49: dereferencing pointer to incomplete type libsmb/clikrb5.c:50: dereferencing pointer to incomplete type libsmb/clikrb5.c: In function
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
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 Nov 25
0
samba on macintosh
Hi all. New to this list so ... sorry if this is old, but I have searched honest. I have been asked to install samba on some (60) macintoshes. The macs run OSX10.2. I have the developer tools and samba 3.0.0. Configure works but make crashes out with libsmb/clikrb5.c139: #error UNKNOWN_GET_ENCTYPES_FUNCTIONS followed by 4 more errors ((caused by the first?). I cant see any ref to this or options
2003 Aug 13
2
samba v3b3, SuSE 8.0 enterprise, heimdal 0.6, openssl ADS issues
Hi again all, I'm trying to get samba 3b3 working with ADS on Suse 8.0 enterprise. I've installed heimdal kerberos 0.6 with openldap support. Now when I did that, I used the configure options of: ./configure --with-openldap=/usr/local/bin --with-openldap-include=/usr/local/include --with-openldap-lib=/usr/local/lib --enable-shared=yes there's another config option of
2006 May 22
1
Join ADS problem
Problem with join to Active Directory [root@clust-master samba]# net ads join -S 10.0.0.1 -U Administrator Administrator's password: [2006/05/22 10:24:05, 0] libads/ldap.c:ads_join_realm(1640) ads_add_machine_acct (clust): Type or value exists ads_join_realm: Type or value exists [root@clust-master samba]# kinit Administrator@COROD.LOCAL Password for Administrator@COROD.LOCAL: As you can
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
2008 Nov 13
1
Domain Member Server problems
Hi all, I'm not having any success adding samba (3.0.28 on Solaris 10) to a Windows AD server (2003 R2) per the instructions here: (In addition to much googling) http://us3.samba.org/samba/docs/man/Samba-Guide/unixclients.html#adssdm The error is: bash-3.00# /usr/sfw/sbin/net ads join -U Administrator Administrator's password: Using short domain name -- BETA Failed to set
2003 Oct 21
2
krb5_cc_get_principal failed (No such file or directory)
Hello, I am using the brand new SuSE 9.0 with Samba 3.0.0. I installed: Heimdal kerberos development libraries 0.6-67, Openldap development libraries 2.2.22-65, which are shipped with the distribution. If I running "kinit administrator@NWTRADERS.COM" I am getting a ticket. But if I try to run "net ads join -U administrator@NWTRADERS.COM" I am getting following messages:
2003 Sep 10
1
Trouble joining a W2K3 Native Mode Domain
Hi Guys, I'm having trouble with joining a W2K3 Native Mode Domain. Can anyone point me in the right direction to look for answers? I intslled from rc3 SRPM. When I do: net ads join DOMAIN -U domadm@REALM -d10 I get this error towards the end. Thanks, Dulantha. .... .... [2003/09/10 17:48:27, 3] libads/sasl.c:ads_sasl_spnego_bind(184) got OID=1 2 840 113554 1 2 2 3 [2003/09/10