Displaying 20 results from an estimated 160 matches similar to: "Samba 3.0.11 Compile Error"
2003 Nov 18
1
compile failure on 3.0.0 and 3.0.1pre3
I have installed Suse on an IBM as400 (powerpcc).
This is SuSe 8.0
gcc 3.2
and with both samba 3.0.0 and 3.0.1pre3
I get this error message on the compile. (configure runs fine.
make
Using FLAGS = -g -O2 -I./popt -Iinclude
-I/home/rshepard/samba-3.0.0/source/include
-I/home/rshepard/samba-3.0.0/source/ubiqx
-I/home/rshepard/samba-3.0.0/source/smbwrapper -I. -D_LARGEFILE64_SOURCE
2015 Jan 05
2
'ssl_cipher_list' setting
Hi, I am Yoshi, Japanese.
I used
FreeBSD 10.1
Dovecot 2.2.15
I want pop3s, so I made
/usr/local/etc/dovecot/local.conf
ssl = yes
ssl_cert = </usr/local/etc/dovecot/server.pem
ssl_key = </usr/local/etc/dovecot/server.key
ssl_ca = </usr/local/etc/dovecot/ca.pem
ssl_protocols = !SSLv2 !SSLv3
ssl_cipher_list = ALL:!LOW:!SSLv2:!SSLV3:!EXP:!aNULL:!RC4
It's work fine.
But, change
2004 Mar 04
4
Solaris 9 --with-krb5 problems
Hi,
I am running configure with the option --with-krb5=/opt/local which is
where I have heimdal installed. The problem is that after running make,
it still tries to use the include files from SUN that are in /usr/ and this
screws up the compile.
I can compile samba just fine using --without-krb5.
I have already tried:
setenv CFLAGS "-L/opt/local/lib"
setenv CPPFLAGS
2005 Dec 06
1
Compilation problem 3.0.21rc2 Solaris 2.5.1 / Sparc + Sun CC
Hi Samba Geeks,
I experience problems with unknown uint32_t type while
building 3.0.21rc2 on Solaris 2.5.1 / Sparc + Sun CC.
(cc: WorkShop Compilers 5.0 98/12/15 C 5.0)
./configure --with-acl-support --with-ldap=no --disable-cups
--enable-static=yes --with-included-popt
artdev.develo.onconfig.00 ) make
Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt -Iinclude
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9.
I tried linking against both sun and openldap libraries,
both unsucessufully. I get
------------------------------
checking for LDAP support... auto
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for
2003 Jul 27
2
Samba Betas not building, cvs or provided tar archives
Since 3.0 went into Beta, it has not built on my machine, with the same
error(s), this is from the beta tarballs and checkout from CVS, thankfully
its very early in the make so i dont have to wait long to be dissapointed.
It did build with the few alphas i tried.
it looks like it cant find some header files, proto.h, so where is this file?
System Details:
Dual Pentium 2 350MHz
Slackware
2004 Mar 16
1
Problems Compiling Samba 3.0.2a on SLES8 SP3
I'm trying to get Samba to compile on SLES8 SP3 (Linux under z/VM) and I'm
getting the following error. Configure ran fine with "./configure
--with-ads --with-winbind --with-krb5", but when I run make I get the
following output and error.
Using FLAGS = -O -I/usr/local/include -I./popt -Iinclude
-I/usr/local/downloads/samba-3.0.2a/source/include
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
2006 Feb 25
4
Building 3.0.21x on AIX 5.2
I've followed the instructions in the README at
http://us4.samba.org/samba/ftp/Binary_Packages/AIX/ for building 3.0.21x on AIX
5.2 ('oslevel -r' reports '5200-07').
The last version I was able to build on the system was 3.0.14a.
3.0.21c's configure completes with no errors, but the make immediately bombs
with:
# make
Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt
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
2014 Feb 03
0
Dovecot auth user lookup patch for maildrop 2.7.1
Hi,
I just updated patch for maildrop to 2.7.1 which moved many directories
to libs/.
http://anonscm.debian.org/gitweb/?p=collab-maint/maildrop.git;a=blob;f=debian/patches/0010-maildrop-2.3.0-dovecotauth.patch
Osamu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL:
2015 Jan 05
0
'ssl_cipher_list' setting
Am 05.01.2015 um 21:53 schrieb Yoshito Takeuchi:
> I used
>
> FreeBSD 10.1
> Dovecot 2.2.15
>
> I want pop3s, so I made
>
> /usr/local/etc/dovecot/local.conf
>
> ssl = yes
> ssl_cert = </usr/local/etc/dovecot/server.pem
> ssl_key = </usr/local/etc/dovecot/server.key
> ssl_ca = </usr/local/etc/dovecot/ca.pem
> ssl_protocols = !SSLv2 !SSLv3
>
2013 Oct 02
1
Dovecot namespace solved while writing; preparing to refilter
Hi!
My plea to readers:
===================
Pls., people who only want strictly technical issues to read, and frown
at any
broader context regardless how intrinsically related, but not strictly
technically related, it might be, skip all the way, all the way to,
search for
exact words: "strictly technical" or visually, find two lines of sole
"==="
characters. Thank you!
2012 Apr 14
0
CFP: 13th IEEE/ACM Int. Conf. on Grid Computing (GRID) 2012
Call for papers
*Grid 2012: 13th IEEE/ACM International Conference on Grid Computing*
Beijing, China
September 20-23, 2012
http://grid2012.meepo.org
Co-located with ChinaGrid'12
Grid computing enables the sharing of distributed computing and data
resources such as processing, network bandwidth and storage capacity to
create a cohesive resource environment for executing distributed
2012 Apr 14
0
CFP: 13th IEEE/ACM Int. Conf. on Grid Computing (GRID) 2012
Call for papers
*Grid 2012: 13th IEEE/ACM International Conference on Grid Computing*
Beijing, China
September 20-23, 2012
http://grid2012.meepo.org
Co-located with ChinaGrid'12
Grid computing enables the sharing of distributed computing and data
resources such as processing, network bandwidth and storage capacity to
create a cohesive resource environment for executing distributed
2012 Jul 25
0
CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
IM 2013
The 13th IFIP/IEEE Symposium on Integrated Network and Service Management
Ghent, Belgium, 27-31 May 2013
http://www.im2013.org/
(Paper Submission Date: 16 August 2012)
"Smart Management in a Virtualized World"
The 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013) will be held 27-31 May 2013 in the beautiful city center of Ghent, Belgium and
2012 Jul 25
0
CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
IM 2013
The 13th IFIP/IEEE Symposium on Integrated Network and Service Management
Ghent, Belgium, 27-31 May 2013
http://www.im2013.org/
(Paper Submission Date: 16 August 2012)
"Smart Management in a Virtualized World"
The 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013) will be held 27-31 May 2013 in the beautiful city center of Ghent, Belgium and
2005 Mar 07
0
usermgr.exe vs. 3.0.11 [was Re: Problems to samba 3.0.11]
> Sergey Loskutov wrote
>
>> Problem 2.
>> Launch tools usrmgr.exe
>> Try create user
>> Username: "John". Select to group button. User by default in member to
"Domain Users"
>> Added group "Domain Admins" press ok and next ok ... user is create .....
it's greet!
>>
>> Select propertes user "John" and press
2007 Mar 13
0
Problem with pdbedit -e, Samba 3.0.11
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey all,
Looking to upgrade from Samba 3.0.11 to HP CIFS/9000 2.03 (which is
basically a patched Samba 3.0.22) on HP-UX 11i. Looking at
simultaneously moving from smbpasswd as my passdb backed to tdbsam.
Looks pretty idiot proof, and I think I should have very little trouble.
However, here is one slight problem that I'm running into so far:
#
2005 Jul 05
0
[PROBLEM] Samba > 3.0.11 and the xp-missing-files patch
I've such a strange observation:
For the 3.0.11 version (and below?) there is a patch named
xp-missing-files.patch, which I've got from a Debian distro (but as I
understand, it's not the Debian's one - it's some Samba's internal
work). And that Samba whith this patch is ok - XP sees all the files
exported by Samba.
Then, since 3.0.12, there no more this patch - as it