similar to: compile errors samba-3.0.15pre2 redhat 7.3

Displaying 20 results from an estimated 110 matches similar to: "compile errors samba-3.0.15pre2 redhat 7.3"

2004 Sep 24
1
Compilation error
Hi all, I downloaded Samba 3.0.7 (gzipped) from samba.org to RedHat Linux, unzipper, and configured source. I got the following error during compilation Linking nsswitch/libnss_wins.so lib/system.po: In function `sys_dlopen': lib/system.po(.text+0xb37): undefined reference to `dlopen' lib/system.po: In function `sys_dlsym': lib/system.po(.text+0xb57): undefined reference to
2004 Dec 30
0
Samba 3.0.10 on Red Hat AS 2.1
Does Samba 3.0.x can be compiled on RH AS 2.1 (using glibc 2.2.4)? I can't complete the compilation! Here are the configuration options: ./configure --prefix=/usr --sysconfdir=/etc/samba \ --localstatedir=/var/samba --with-ldap --with-ads \ --with-smbmount --with-pam --with-pam_smbpass \ --with-winbind --with-configdir=/etc/samba \ --with-logbasedir=/var/log/samba \
2004 Sep 21
4
Problems compiling samba-3.0.7 on Redhat-7.2
When compiling samba-3.0.7 on Redhat-7.2, stock kernel 2.4.26, I get undefined references: ------- Compiling libads/ads_status.c with -fPIC Linking nsswitch/libnss_wins.so lib/system.po: In function `sys_dlopen': lib/system.po(.text+0xc17): undefined reference to `dlopen' lib/system.po: In function `sys_dlsym': lib/system.po(.text+0xc3b): undefined reference to `dlsym'
2004 Sep 24
0
[BULK] - Compilation error
Hi Folks, I compared the makefile for samba 3.0.6 and 3.0.7. I found XML_LIBS= MYSQL_LIBS= PGSQL_LIBS= these 3 lines and then the use of these variables missing in the 3.0.7 makefile. Thats the only change I found in 3.0.6 makefile and 3.0.7 makefile. So when I compiled samba 3.0.7 using the samba 3.0.6 makefile. It got compiled properly without any warnings of dlopen. I am not sure if
2005 Apr 19
0
Samba 3.0.15pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== ~ "I'm really not a quotable person" ~ -- Michael Samuel Finn ============================================================== Release Announcements ===================== This is a preview release of the Samba
2005 Apr 19
0
Samba 3.0.15pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== ~ "I'm really not a quotable person" ~ -- Michael Samuel Finn ============================================================== Release Announcements ===================== This is a preview release of the Samba
2005 Apr 28
0
Windows Server 2003 SP1 Issues (3.0.15pre2)
Hi All, I'm running into some issues accessing a Samba server that's in turn authenticating against a Win2k3-SP1 domain controller (security=ads). I understand there were some known issues corrected in a patch, and I'm currently running 3.0.15pre2, which I understand includes that patch. (http://samba.org/~jerry/patches/post-3.0.13/winbindd_2k3sp1.patch) All was working fine
2005 May 16
0
FW: Problems compiling samba-3.0.15pre2 on Solaris 9
Hi all, Getting the following when I attempt to compile samba-3.0.15pre2 with the following options under Solaris 9: --with-ldap --with-ads --with-krb5 --with-pam --with-winbind. ---snip-- Compiling lib/hmacmd5.c with -fPIC Compiling lib/iconv.c with -fPIC lib/iconv.c: In function `sys_iconv': lib/iconv.c:139: warning: passing arg 2 of `libiconv' from incompatible pointer type
2002 Nov 07
1
pdb_mysql isn't working for me :-(
Hiya... Trying to auth users against a mysql database using pdb_mysql. Using samba3.0 from CVS, running as a PDC. Few questions as well: In the "username column:", I'm assuming I need a real unix user here? Can I have a whole bunch of "nt username" users (i.e. non-unix users) in the mysql db to be auth'ed with samba, but they're all using the same unix user?
2002 Dec 09
0
SAMBA 2.2.7, compilation errors
Hello, SAMBA-team, when compiling SAMBA 2.2.7 on my SMP-Primergy (1 GIG RAM, SMP with two Pentium III 1 Ghz) i first get some compiling errors (different sources but always it' s "warning : passing arg 1 of 'function' discards qualifiers from pointer target type") and then finally compilation stops when beginning to link /bin/smbd with "lib/system.o: In function
2005 Apr 06
2
conditional selection with Factors
Hi All, I want to select a level of a factor variable from a dataset. I have the folowing data: dataset: use factor: month (use$month, levels=February, July) > use[1:5,] month registration use department size 1 February KKG151GP Y Safety 1.6 To select February I tried: > use[use$month=="February"] Error in "[.data.frame"(use, use$month ==
2004 Oct 28
2
Create factors in R for more than one variable
Hi all, I'm using R2.0 on linux. I have fixedwidth data consisting of 50 questions on a likert scale. The raw data is coded 1 to 5. I used read.fwf() to read in the data. The problem is that factors isn't created automatically, because the data is coded numerically. To make factors out of the 50 questions I must do: V1 <- factor(V1) I don't want to do it 50 times. Is there a
2005 Apr 29
2
cannot write xls file after saving
Hello, I am using 3.0.15pre2. Share definitions: [Grupes] path = /home/Grupes writeable = yes admin users = DOMAIN+administrator valid users = @"DOMAIN+domain users" store dos attributes = yes map hidden = no map system = no map archive = no dos filemode = yes File ACLs before opening: # file: Pazymejimai-forma2.xls # owner: root # group:
2006 Feb 01
1
Off topic: nonparametric regression
Hi All, What do you consider to be the best book(reference) on nonparametric regression? I am currently reading the book of Kunio Takezawa(2006): "Introduction to nonparametric regression". Is the book of Hardle(1990): "Applied nonparametric regression" better? or maybe another book? This is off topic, but most of the books is using R or S-plus. Thanks Hennie
2005 Jun 15
1
unable to build pam_winbind on Solaris 9
Greetings, Still trying to get Samba 3.0.15pre2 built on a Solaris 9 box with PAM support. I am using gcc 3.3.2 and I have openldap-2.2.24, krb5-1.4, and Cyrus SASL 2.1.20 installed. I have found other posting by people with problems building on Solaris as well as asking about the "_pam_macros.h" file that seems to be missing on Solaris. Posting about problems, but not with
2005 Jun 09
0
long filenames (8.3) issue
Hi there, We map a Sun Microsystems (Solaris 9) drive to a Windows 2003 server. This works fine except for the long UNIX (tm) filenames that are mapped as truncated 8.3 filenames on the MS server. Needless to say for backup purposes this defeats the object. I have scanned the archives but must be looking in the wrong places because I am unable to find a solution to this problem. Can anyone
2005 May 04
2
winbind cache time?
Hello, according to 'man smb.conf': Default: winbind cache time = 300 I have not changed it in smb.conf, but when I remove some user from some group, command "groups DOMAIN+user" still shows that user belongs to the group even after a few hours after removing the user from that group. Any ideas why? samba 3.0.15pre2. Regards, Nerijus
2005 Jun 27
2
unknown auth type 9
Hi, I have the dreaded "unknown auth type 9 requested" error while trying to join my samba domain from Windows2003. This is followed by "Error: modifications require authentication at /usr/local/sbin//smbldap_tools.pm" while attempting to add the machine user to the ldap database. In the archives I have found that "unknown auth type" was a known problem which
2005 Aug 01
1
ldap filter removed?
In the release notes for 3.0.20rc1, I noticed the following: Changes since 3.0.15pre2 ------------------------ Parameter Name Action -------------- ------ ldap filter Removed I'm curious as to why this was removed and if there's another alternative. Our samba setup makes use of the ldap filter to restrict
2005 Oct 09
1
libsmbclient - detect own workgroup
Hi, I would like to know if there's a way to detect the workgroup of my own server with libsmbclient. With earlier versions than 3.0.20 it was possible to use smbctx->workgroup after the context was initialized. Since 3.0.15pre2 or so its always "WORKGROUP". Am I missing something? Regards, Gerd Fleischer ______________________________________________________________