Displaying 20 results from an estimated 10000 matches similar to: "Failed to compile Samba with SSL"
2002 Sep 14
1
Freebsd make problems
Hello,
I am running Freebsd 4.5 on a alpha based server. I got the samba
source from the cvs [ 2.2 branch ] and I am running into come make
problems. I used ./configure --with-ldapsam --with-ssl --with-quota
--with-cups and after that gets done i type in make and i get the
following errors:
alphatest# make
Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/ssl/include -O -I./popt
-Iinclude
2002 Jun 24
1
problem compiling samba 2.2.5 on rh 7.3
Hello All,
While i was able to do a
./configure --prefix=/usr/local/samba --with-ldapsam
with no errors, i did encounter the ff when running
'make':
=======================================================
Script started on Tue Jun 25 11:52:59 2002
# make install
Using FLAGS = -O -O2 -march=i386 -mcpu=i686
-Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_LARGEFILE64_SOURCE
2006 Dec 18
4
Accessing Samba Shares from Windows
Hello,
We are using machines with Solaris and Windows XP. The XP machines are
joined in a domain(windows 2003) and the Solaris machines are not joined to
any domain.
With Samba 2.2.8a running on Solaris 9 there are no problems to access them
form Windows XP. We are authenticated by DC.
On other machines we have Solaris 10 with Samba 3.0.21b and here we are NOT
authenticated anymore by DC. So we
2007 Jul 21
0
compiling samba 2.2.12 on Solaris (x86)
I am trying to build Samba 2.2.12 on Solaris 10 x86 with gcc. I am
not able to successfully build it, however. I get a linker error for
an undefined symbol VA_COPY. How can I fix this problem?
Linking bin/smbd
Undefined first referenced
symbol in file
VA_COPY lib/snprintf.o
ld: fatal: Symbol referencing errors. No
2006 Jul 02
1
snprintf.c:(.text+0x14): undefined reference to `VA_COPY'
Trying to compile Samba 2.2.8a on Solaris 10.
Changing Samba versions is not an option. Too many
production systems hanging off that PDC.
Samba 2.2.8a
SunOS smb244-1 5.10 Generic sun4u sparc SUNW,Sun-Fire-V210
Tried gcc 3.3.2 and 2.95.3.
Everything compiles but when it tries to link I get
the following error. I searched the archives but
didn't find any answer for this. How do I fix this?
2002 May 27
1
samba 2.2.4 bugs
My sistem is Tru64 5.1 Alpha server 4100
Compiling smbd/dir.c
Compiling smbd/password.c
cc: Warning: smbd/password.c, line 1198: In this statement, the referenced
type of the pointer value "name" is const, but the referenced type of the
target of this assignment is not. (notconstqual)
if (!message_named_mutex(name, 20)) {
---------------------------------^
Compiling smbd/conn.c
2002 Jun 11
0
Sol 2.8-Samba 2.2.4-Sun WS 6 C Compiler-Compiler Warning Messages
I'm receiving compiler warning messages using Solaris 2.8, Sun Workshop
6 C compiler and Samba 2.2.4.
Can the warning be safely ingnored?
Dennis
36 % make
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -I/usr/openwin/share/include/X11/extensions
-I/usr/openwin/include= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/usr/local/samba.22/var"
1999 May 22
0
gcc: Internal compiler error: samba 2.0.3 for linux 2.0.30.
Am getting
Compiling passdb/passdb.c
gcc: Internal compiler error: program cc1 got fatal signal 6
make: *** [passdb/passdb.o] Error 1
while attempting to make from samba-2.0.3 on Linux 2.0.30 kernel.
I have successfully used the same tar to install on a linux Slackware
2.0.34 kernel machine, no problems at all. The same error occurs on two
different servers, both made from the same Slackware
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
I am getting the following errors when compiling SAMBA 2.2.4 on HP-UX 11.00.
Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
-DCONFIGFILE="/opt/samba/etc/smb.conf"
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
I am getting the following link errors when compiling SAMBA 2.2.4 on HP-UX
11.00. Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
Hopefully someone can hep. I am trying to compile Samba 3.0.4 on AIX 5.2
with AD Support. The problem is that it compiles fine but does a core dump
when it's use is attempted. Several of the configuration usability
parameters are showing NO. Expecially the CoreFoundation, fcntl, and
syscall related areas. I need help determining what my problem is, and is
there a place where I can find a
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
Hopefully someone can hep. I am trying to compile Samba 3.0.4 on AIX 5.2
with AD Support. The problem is that it compiles fine but does a core dump
when it's use is attempted. Several of the configuration usability
parameters are showing NO. Expecially the CoreFoundation, fcntl, and
syscall related areas. I need help determining what my problem is, and is
there a place where I can find a
2002 May 06
1
A make problem with Samba 2.2.4
Hi,
I've downloaded Samba 2.2.4 today and attempted to install it on our Compaq
AlphaServers running Compaq Tru64 v5.1A. It configures OK, but "make"
produces a few serious looking warnings. I've captured both "./configure"
and "make" to the attached text file.
Examples:
....
Compiling smbd/password.c
cc: Warning: smbd/password.c, line 664: In this
2004 Jun 22
1
Fw: Error C000019B
PLEASE!! can somebody help me?
I need much these!
----- Original Message -----
From: "Henrique" <henrique@astuto.com.br>
To: "Samba Samba" <samba@lists.samba.org>
Sent: Monday, June 21, 2004 3:35 PM
Subject: Error C000019B
> Hi everyone! im having problems with Samba 3.0.4
>
> My PDC is samba+openldap+nss+pam+smbldaptools
>
> All work fine (posix
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
I get the following compile error when compiling. It appears to be
coming from KRB5LIBS. I'm not sure if it is a bug that needs to be
addressed or if I screwed something up? I'm using the standard source:
Error message
.......
Linking libsmbclient shared library bin/libsmbclient.so
PYTHON_OBJS="dynconfig.po param/loadparm.po param/params.po
lib/charcnv.po lib/debug.po lib/fault.po
2003 Dec 15
2
3.0.1rc2 LDAP - problems joining domain
Hi,
I'm back on the list ;-)
I seem to be having some trouble getting W2K machines to join the domain in
3.0.1rc2. I haven't looked at this in detail since 2.2.8a but it looks like
the account gets created in LDAP and then it has trouble setting the password
appropriately. I believe this is the relevant part of the log:
api_rpcTNP: samr op 0x3a - api_rpcTNP: rpc command:
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
Running into a error while compiling Samba 3.0.23c for AD using krb5 1.5.1.
Doesn't matter if I use Sun's cc or gcc.
Linking bin/smbd
Undefined first referenced
symbol in file
error_message libsmb/cliconnect.o (symbol belongs to
implicit dependency /export/admin/build/build/krb5/lib/libcom_err.so.3)
ld: fatal:
2007 May 03
0
Problem of displying contents of shares
I'm using samba 3.0.24. I create my Makefile for cross compiling smbd nmbd
testparm and CP850.so:
Makefile:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Flags divers
#COFLAGS=-O2
CWFLAGS= -g -Wall
# Cross compile tools
CC=mips-linux-gcc
#CC=gcc
LINT=splint
SHLD= $(CC) -O -D_SAMBA_BUILD_
LDSHFLAGS=-shared -Wl,-Bsymbolic
2008 Nov 03
2
Join fails with 'SPNEGO login failed: invalid parameter'
Hi,
I am running Samba 3.2.4 on a Solaris 10 SPARC machine. The config is pretty
simple (see below). Security is set to 'domain'. The PDC and BDC are running
3.0.30 without problems.
When joining the machine to the domain with 'net rpc join', it fails with:
Could not connect to server 130.37.79.2
Connection failed: NT_STATUS_INVALID_PARAMETER
when running the net command
2003 Mar 09
0
Warnings compiling on SOlaris 9
Sun Forte C (6.2), Solaris 9 sparc. CVS (2_2) as of Fri.
Errors listed
CC=cc ./configure --with-readline=/usr/local/ --with-quotas --with-utmp --with-acl-support --with-syslog --with-libsmbclient --with-automount --without-winbind
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/local//include -I/usr/local//include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64