similar to: Can't compile Samba 3.0rc2 with ldap & ldapsam Solaris 9

Displaying 20 results from an estimated 2000 matches similar to: "Can't compile Samba 3.0rc2 with ldap & ldapsam Solaris 9"

2004 Nov 29
0
Compile problem on Solaris 8
We are trying to get samba comiled with ldap support on Solaris 8. We're compiling version 3.0.9 with gcc 3.3. Here's the error that we get: Using FLAGS = -O -I./popt -Iinclude -I/nau/src/Net/samba-3.0.9/source/include -I/nau/src/Net/samba-3.0.9/source/ubiqx -I/nau/src/Net/samba-3.0.9/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64
2004 Mar 06
0
make fails dynconfig.0 error1
Hi all, I am compiling samba 3.0.2a with openldap and kerberos support openldap version 2.1.25 with bdb support (ver 4.2) kerberos version 1.3.2 ./configure --prefix=/servers/sambatest/3.0.2a --with-ldap=/servers/openldap/2.1.25/lib --with-ads --with-krb5=/servers/kerberos/1.3.2/lib --with-ldapsam configure suceeds but make fails with the following error Using FLAGS = -O
2003 Sep 07
1
Iconv support - Samba 3.0rc2/Solaris 9 (sparc)
Hi all, I have just compiled and installed Samba 3.0rc2 on Solaris 9 8/03 using gcc 3.3. sh makepkg.sh almost crashed the Sun box, as I ran out of swap space in /tmp. I didn't realise that the binaries were going to be over 800mb. The box came back after about 5 minutes and I was able to add more swap space using mkfile and swap -a. I think a warning would be a good idea, otherwise perhaps
2003 Sep 09
1
configure / compile problems samba-3.0.0rc3 on Solaris 8
Hello, I'm running a Sun Fire V880 with Solaris 8 and iplanet directory server 4.16sp1. I'm using gcc 3.2.2. When I run the configure, there are several warnings ans when I try to compile samba-3.0.0rc3 I get an error. Now here the warnings from configure --with-acl-support: checking net/if.h usability... no checking net/if.h presence... yes configure: WARNING: net/if.h: present but
2005 Jan 25
2
make: *** [dynconfig.o] Error
Hi List! I've got a problem building samba 3.0.10 on Solaria 9 box. Configuration is successful with ./configure --with-pam --with-syslog --with-ldapsam --with-automount But make gives the following output. alien> make Using FLAGS = -O -Iinclude -I/usr/local/src/samba-3.0.10/source/include -I/usr/local/src/samba-3.0.10/source/ubiqx -I/usr/local/src/samba-3.0.10/source/smbwrapper
2004 Dec 03
1
Problems compiling samba with ldap in solaris 9
Hi All, I get the following error compiling Samba 3.0.9 on Solaris 9. ------------------------------------------------------------------------------- Using FLAGS = -I/opt/local/kerberos/include -DHAS_LDAP -Iinclude - I/opt/software/samba/samba-3.0.9/source/include -I/opt/software/samba/samba- 3.0.9/source/ubiqx -I/opt/software/samba/samba-3.0.9/source/smbwrapper -I. -
2004 Jul 01
1
samba 3 on tru64
I cant get paased this step no matter what I try. I'm running tru64 and have no problems running samba 2*. Any ideas? Compiling dynconfig.c cc: Error: include/proto.h, line 554: Ill-formed parameter type list. (parmtyplist) LDAP_CONST char *reqoid, struct berval *reqdata, -------------------------------^ *** Exit 1 Stop.
2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
I have been trying to compile Samba 3.0.4 on a SunFire v880 running Solaris 9 but "make" generates a fatal error. My goal is to get Samba compiled with the "--with-ldapsam" option so that I can use SunOne Directory Server 5.2 as the back-end repository for user authentication. I have gcc version 3.3.2 installed in /usr/local/bin/gcc which I have used to successfully compile
2003 Sep 08
0
Bundled Netscape DS 5.x schema in Samba3.0rc2
Hi All, The bundled "samba-schema-netscapeds5.x" file provides the schema for Samba 2.2.x attributes not 3.x. I have successfully imported this schema into the iPlanet directory server, and then run the smbldap-migrate-accounts.pl script. This created posixAccount objects but not sambaAccount objects. I later learned that the script calls smbldap-useradd.pl which is designed to create
2003 Feb 22
4
Restrict access to [homes] share
G'day, I'd like to know how to restrict access to the [homes] share. Currently, each user is able to read/write to his/her own share, and by typing \\machine\anotheruser can open another user's share and read/write there too. I would like to restrict access so that a user can only read/write to their own share only. Here is some of the relevant config: [global] workgroup = ASDF
2005 Sep 05
0
Add Printer Wizard problem
Hi, I really need help. I tried to create a CUPS server but always failed to install Windows driver on the Server from Windows client using Add Printer Wizard. The error message from the Windows client is: "Unable to install HP Laserjet 4050, Windows 2000, Intel server. Operation could not be completed" Currently I set the printer installed on CUPS server as a local printer,
2003 Sep 09
0
Samba 3.0rc3 - "SAM_DELTA_DOMAIN_INFO not handled"
Hi All, I am unable to 'net rpc vampire' the NT4 user accounts and groups into an ldapsam. The PDC is Windows NT4.0 sp6a and the ldapserver is SunONE DS 5.1 on Solaris 9. I believe the sambaSamAccount schema has been imported successfully (output below). Any help received is greatly appreciated. Thanks. Darren. Here is what happens... [root@mitosis bin]$./net rpc join -S NT4-PDC -w
2005 Oct 03
1
chown on smbfs doesn't work ??
Hi, I have a Network Storage Device mounted as smbfs. When I transfer data using rsync, the permission of files transferred changes automatically to 502.501. I couldn't even issue a command chown. The error message said that "changing ownership of `thisfile': Operation not permitted Can someone please advise me to get around with this problem? -- Best Regards and Thanks, Ong,
2012 Dec 17
1
Code works standalone, yet same code fails when part of package
Hi I'm missing something here but I cannot figure out what. What I can see is that the same code works when I load it via source(...) yet fails when I execute it after loading the package I have built (which includes the code. Below is a transcript of my R session. First I load the code from a file, using source(). Then I execute it fine. Then I remove the function object, I load the
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
Follwoing errors are shown while installation. Any quick help will be highly appriciated. config.c: In function `init_server_dir': config.c:217: warning: right shift count >= width of type config.c: In function `init_paths': config.c:256: warning: unsigned int format, uid_t arg (arg 3) mmap.c: In function `try_mmap_fixed': mmap.c:107: warning: implicit declaration of function
2004 Jun 21
2
libao NAS compilation and playback issues
I saw that libao has a NAS plugin and wanted to try it out, especially with ogg123. However, I had/have several problems. My platform is Solaris 9/SPARC 12/02, NAS 1.6, libao 0.8.5, curl 7.10.8, libogg 1.1, libvorbis 1.0.1, and vorbis-tools 1.0.1. PROBLEM ONE: ------------ I had to specify LDFLAGS="-lXt -lsocket -lm" before running ./configure with "--enable-nas" in order
2007 Nov 25
0
Compiling dynconfig.c with make command
Dears, Any feed back please. Najwa > -----Original Message----- > From: Abdulhak, Najwa TPD > Sent: Thursday, November 22, 2007 1:31 PM > To: 'samba@lists.samba.org' > Subject: Please if you advise > > Dears, > I've got a problem building samba 3.0.27 on Solaria 8 box., > Configuration is successful with , ./configure --with-pam --with-syslog >
2005 Aug 22
3
Cannot compile 3.0.x on Solaris 9
Dear list, is there anyone who successfully compiled a Samba 3.0.X on a Solaris 9 box? I tried severl versions of Samba 3.0.* on five rather differently configured Solaris 9 boxes (Sparc) and ALWAYS get a build error on dynconfig.c Sometimes it seems to be a missing ldap-preprocessor define (which is protested by the compiler although I configured --with-ldap=NO), sometimes it is a header file
2003 Sep 30
0
Samba 3.0.0 compile problems (with gssapi headers)
Hello, I have a compile problem concerning samba-3.0.0 (final) with gssapi on a Solaris 9 machine. I don't know how to fix this, so any suggestions are welcome. Situation: We use LDAP to authenticate logins of a group of users, so I want to use this LDAP directory also from samba. (Openldap-2.1.22 was compiled with BerkeleyDB.4.1, heimdal-0.6 kerberos, and cyrus-sasl-2.1.13). After a
2007 Nov 25
0
FW: Please if you advise
Dears, Any feed back please. Najwa > -----Original Message----- > From: Abdulhak, Najwa TPD > Sent: Thursday, November 22, 2007 1:31 PM > To: 'samba@lists.samba.org' > Subject: Please if you advise > > Dears, > I've got a problem building samba 3.0.27 on Solaria 8 box., > Configuration is successful with , ./configure --with-pam --with-syslog >