Re: [Samba] Compile error

2007-08-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Campbell wrote: When I t ry to compile the lastest release of samba i get the following error: Undefined first referenced symbol in file error_message

Re: [Samba] Compile error

2007-08-15 Thread Mark Campbell
Jerry, Thanks for the response. I figured this out. I need to add the -R to the LDFLAGS So it looked like this setenv LDFLAGS -L/usr/local/krb5/lib -L/usr/local/cyrus-sasl/lib -L/usr/local/ssl/lib -L/usr/local/libiconv/lib -R/usr/local/krb5/lib -R/usr/local/cyrus-sasl/lib

[Samba] Compile error

2007-08-13 Thread Mark Campbell
When I t ry to compile the lastest release of samba i get the following error: Undefined first referenced symbol in file error_message libsmb/cliconnect.o (symbol belongs to implicit dependency

[Samba] Compile error

2007-06-06 Thread Chris Vaughan
I am trying to compile the latest version of samba on Red Hat Enterprise Linux ES 4. When I run make, I receive the following error: /usr/bin/ld: warning: libcom_err.so.2, needed by /lib/libssl.so.4, may conflict with libcom_err.so.3 This error affects linking of: smbd nmbd swat winbindd

[Samba] Compile error

2006-11-19 Thread Victor Escobar
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

[Samba] Samba Compile Error

2006-10-03 Thread John Smith
Hi, I've been having the following compile error with Samba for the past few releases. The last successful compile I have had is with version 3.0.22. At least all the 3.0.23 versions are affected. The compile dies with: Linking bin/tdbbackup tdb/spinlock.o(.text+0x1d0): In function

[Samba] Compile error in statvfs.c in samba 3.0.22

2006-06-16 Thread sboydlns
I am trying to build samba 3.0.22 on an older Slackware system. gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) The error I'm getting is smbd/statvfs.c: In function `linux_statvfs': smbd/statvfs.c:40: incompatible types in assignment Anyone have any clues? -- To unsubscribe

Re: [Samba] Compile error in statvfs.c in samba 3.0.22

2006-06-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: I am trying to build samba 3.0.22 on an older Slackware system. gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) The error I'm getting is smbd/statvfs.c: In function `linux_statvfs': smbd/statvfs.c:40:

[Samba] Compile error on Solaris 8

2006-06-01 Thread Ingle, Stephen J. \(Contr\)
Trying to make samba 3.0.11 on Solaris 8 sparc. Using gcc from sunfreeware site. sh: rc: not found **Error code 1 ignored rc not on system using find / -name rc except help files??? -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] compile error Samba 3.0.20a Solaris 8

2005-10-16 Thread Xiaping Lin
Hi, All I am having error compiling Samba 3.2.10a on a Solaris 8 box, using gcc version 3.0. ./configure --prefix=/usr/local/samba-3.0.20a --with-pam --with-pam_smbpass --with-automount --with-quotas --with-acl-support --with-winbind --with-ldap --with-ads I got following: Using FLAGS =

Re: [Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora

2005-07-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bent Vangli wrote: Suggestion: A better test should be included to not select valgrind on 64 bit systemes, or better - valgrind should be rewritten to be 64 bit compliant. apparently valgrind will work on AMD64 boxes but that support has not

[Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora

2005-07-06 Thread Bent Vangli
Hi Thank Guus. Your advise helped. I am now able to pinpoint the exact code that creates this error. References below are to Samba 3.0.20Pre1 dynconfig.c has an include statement that incorporate the file include/includes.h. This latter file. On line 494 in this file a macro is runned if

[Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora

2005-07-04 Thread Bent Vangli
Hi Exact same error occures on a dual AMD64 Fedora Core 3 64 bit with samba 3.0.20Pre1. However, I have discovered taht putting the compile option -m32 in the C compiler flags, which force 32 bit compilation, the error doesn't happen. The sad part of the story is that compilation crash later

RE: [Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora

2005-07-04 Thread Guus Leeuw jr.
-Original Message- From: [EMAIL PROTECTED] [mailto:samba- [EMAIL PROTECTED] On Behalf Of Bent Vangli Sent: Monday, July 04, 2005 22:49 It may be a compilatotor/linker error when assembler code is created, but it may as well be some some 32/64 bit spesific code creating this odd

[Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora Core 3 Test 2

2005-06-08 Thread Charles Weber
For my opterons, I added --with-libdir=/usr/lib64/samba to spec file config line and it worked just fine. -- Charles Weber [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora Core 3 Test 2

2005-06-07 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corey Spalding wrote: Hi, I know this is in reference to an old post, but so far its the only other instance of this problem that I've come across. I'm getting the same Compiling dynconfig.c /tmp/cccsbyQh.s: Assembler messages:

[Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora Core 3 Test 2

2005-06-03 Thread Corey Spalding
Hi, I know this is in reference to an old post, but so far its the only other instance of this problem that I've come across. I'm getting the same Compiling dynconfig.c /tmp/cccsbyQh.s: Assembler messages: /tmp/cccsbyQh.s:44: Error: suffix or operands invalid for `mov' /tmp/cccsbyQh.s:97:

Re: [Samba] Compile error: libsmbclient on 12rc1 on Solaris 9

2005-03-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Pullman wrote: | snip from make.log: | Compiling libsmb/libsmbclient.c with -KPIC | libsmb/libsmbclient.c, line 3249: warning: argument #3 is incompatible | with prototype: | prototype: pointer to char : libsmb/libsmbclient.c, line 1167 |

Re: [Samba] Compile error: libsmbclient on 12rc1 on Solaris 9

2005-03-17 Thread David Pullman
Thanks very much. Will update and rebuild on the test box later today! --David Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Pullman wrote: | snip from make.log: | Compiling libsmb/libsmbclient.c with -KPIC | libsmb/libsmbclient.c, line 3249: warning: argument

[Samba] Compile error: libsmbclient on 12rc1 on Solaris 9

2005-03-16 Thread David Pullman
snip from make.log: Compiling libsmb/libsmbclient.c with -KPIC libsmb/libsmbclient.c, line 3249: warning: argument #3 is incompatible with prototype: prototype: pointer to char : libsmb/libsmbclient.c, line 1167 argument : pointer to const char libsmb/libsmbclient.c, line 3843:

[Samba] Compile error with 3.0.8

2004-11-29 Thread Mathias . Wohlfarth
We are compiling samba on AIX 5.1 with export CC=gcc export CPPFLAGS=-I/usr/local/include -I/usr/local/ssl/lib/include export LDFLAGS=-L/usr/local/lib -L/usr/local/ssl/lib ./configure --enable-shared=no --enable-static=yes we get the following error when using make: Compiling libsmb/clifile.c

[Samba] Samba Compile Error on 3.0.7 and 3.0.8 Pre 1 on X64 Fedora Core 3 Test 2

2004-10-05 Thread Shane Drinkwater
Hello, I am trying to compile samba 3.0.7 or samba 3.0.8 pre 1 on a AMD Opteron(tm) Processor 244 running Fedora Test 2 Core 3. The message I am getting is: [EMAIL PROTECTED] source]# make Using FLAGS = -O -Iinclude -I/usr/src/samba-3.0.7/source/include -I/usr/src/samba-3.0.7/source/ubiqx

Re: [Samba] Samba compile error

2004-01-25 Thread Andrew Bartlett
On Fri, 2004-01-23 at 19:02, S D wrote: Hi, I am compiling Samba-3.0.1 on a Solaris 9 machine. I have gcc-3.3.2. Running make fails. Thanks for your advice. PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin # ./configure --with-included-popt --with-gnu-ld I think the problem here is that you

[Samba] Samba compile error

2004-01-23 Thread S D
Hi, I am compiling Samba-3.0.1 on a Solaris 9 machine. I have gcc-3.3.2. Running make fails. Thanks for your advice. PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin # ./configure --with-included-popt --with-gnu-ld # make Linking bin/smbd /usr/ccs/bin/ld: illegal option -- E usage: ld

RE: [Samba] Samba compile error

2004-01-23 Thread ww m-pubsyssamba
] Posted At: 23 January 2004 08:03 Posted To: Samba Conversation: [Samba] Samba compile error Subject: [Samba] Samba compile error Hi, I am compiling Samba-3.0.1 on a Solaris 9 machine. I have gcc-3.3.2. Running make fails. Thanks for your advice. PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin

[Samba] Compile Error

2004-01-21 Thread S D
Hello, I am trying to compile samba 3.0.1. I get the following error when I run the make. Thanks for any suggestions. #./configure --with-utmp -with-syslog # make Using FLAGS = -O -Iinclude -I/usr/local/src/Samba/samba-3.0.1/source/include -I/usr/local/src/Samba/samba-3.0.1/source/ubiqx

Re: [Samba] Compile Error

2004-01-21 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 21 Jan 2004, S D wrote: I am trying to compile samba 3.0.1. I get the following error when I run the make. Thanks for any suggestions. You're on Solaris right ? include/includes.h:830:18: popt.h: No such file or directory *** Error

[Samba] Compile Error

2002-11-25 Thread Patrick Beaumont
I'm using Mandrake 9, with Samba version 2.2.7 When I run the ./configure it works fine But when I do the make this is what I get sing FLAGS = -O-Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOGFILEBASE=/usr/local/samba/var

Re: [Samba] Compile Error

2002-11-25 Thread Tim Potter
On Mon, Nov 25, 2002 at 09:45:06PM +, Patrick Beaumont wrote: I have tried running ./configure -disable-cups but I get the same problem, I do not have cups installed but I wouldnt have thought that would stop it form working. The option is called --disable-cups (i.e with two -- in