similar to: compile client only

Displaying 20 results from an estimated 800 matches similar to: "compile client only"

2005 Oct 25
2
SOLARIS 9 INSTALL PROBLEMS
I downloaded SAMBA VERSION: 3.0.20b to my sun sol 9 server and below is the error I got after running ./configure. root@cpkfs1# ./configure SAMBA VERSION: 3.0.20b checking for -fPIE... checking for gcc... no checking for cc... cc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. This is the details
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
To whom it concern, There was no problem at all with the installation of the Depot. Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) : export CFLAGS="-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\"" export CPPFLAGS="-I/opt/iexpress/openldap/include" export
2007 Nov 25
0
_net_auth2: creds_server_check failed Error
Hi All I am trying to add my NAS server to the domain but i getthing this error. "_net_auth2: creds_server_check failed. Rejecting auth request from client NAS1 machine account NAS1$" It used to be working fine till a recent reboot of the NAS machine. I am using SAMBA + LDAP and i have also tried to removing and adding the machine still no luck. openldap-2.3.27-5 nss_ldap-253-3
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
any ideas why it won't compile? running /root/samba-3.0.28a/packaging/RHEL/makerpms.sh eventually it gets to: ./autogen.sh: running script/mkversion.sh ./script/mkversion.sh: 'include/version.h' created for Samba("3.0.28a") ./autogen.sh: running autoheader -I. -Ilib/replace ./autogen.sh: running autoconf -I. -Ilib/replace Now run ./configure and then make. +
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"
2006 Oct 03
0
Samba Compile Error
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 `tdb_create_rwlocks': : undefined reference to `this_is_smp' collect2: ld returned 1 exit status
2009 Oct 07
2
compile on solaris 64bit, static winbind
Hello, i got many problems in compiling a working samba to use in our environment. - solaris 10 on amd64 sun hardware - version above 3.3.0 because of one of our applications - samba as memeber server in active directory because of usermanagement on windows 2003 - 64-bit samba because of many many open files - static libraries because of relocation error: R_AMD64_PC32 with shared ones
2002 Jul 25
2
pam_smbpass.so won't load
I've just built samba debs from 2_2 head. looks like all is cool except pam_smbpass.so Jul 25 17:44:42 bitc passwd[18770]: PAM unable to dlopen(/lib/security/pam_smbpass.so) Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror: /lib/security/pam_smbpass.so: undefined symbol: ldap_value_free] Jul 25 17:44:42 bitc passwd[18770]: PAM adding faulty module: /lib/security/pam_smbpass.so ldd
2006 Jul 06
1
Problem compiling pam_winbind.so on Solaris (samba-3.0.23rc3)
with the supplied Makefile(.in) I'm not able to make pam_winbind.so on Solaris (8 and 9). So i had a look at the Makefile and found out that there seem's to be some things missing.... :-)) > bin/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ:.o=.@PICSUFFIX@) bin/.dummy > @echo "Linking shared library $@" > @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \
2002 May 13
3
Problems building Samba 2.2.4 under HPUX 10.20
Hi, i tried to build Samba 2.2.4 under HPUX 10.20, but configure generated a Makfile with systax errors. make Make: line 664: syntax error. Stop. Makefile Line 664 shows: : $(WINBIND_NSS_PICOBJS) there should be something before the : configure said: checking whether to build winbind... no, unsupported on hpux10.20 is there a woraround, or can somebody tell me whats before the : Roland
2006 Oct 21
7
Make task for rake
I have a dual processor machine and got mad that both processors were not working away at compiling wxRuby. At first I tried using Ruby threads but they are ''fake'' software threads that run in one process on one cpu. So until Ruby gets ''real'' threads I added a task to rake that generates a makfile which is run with the command: ''make -j 2''
2018 Mar 15
0
[RFC] llvm-exegesis: Automatic Measurement of Instruction Latency/Uops
On 03/15/2018 10:04 AM, Guillaume Chatelet via llvm-dev wrote: > [You can find an easier to read and more complete version of this RFC > here > <https://docs.google.com/document/d/1QidaJMJUyQdRrFKD66vE1_N55whe0coQ3h1GpFzz27M/edit?ts=5aaa84ee#>.] > > Knowing instruction scheduling properties (latency, uops) is the basis > for all scheduling work done by LLVM. > > >
2011 Jun 22
3
Help Needed on Merging Columns by Summation
Dear Sirs/Madam, I am a beginner to R, and I am currently working on a data matrix which looks like this: > head(oligo) ko:K00001 ko:K00003 ko:K00005 ko:K00008 ko:K00009 ko:K00010 ko:K00012 AAA 370 631 365 67 164 455 491 KAA 603 1208 170 157 68
2018 Mar 15
0
[RFC] llvm-exegesis: Automatic Measurement of Instruction Latency/Uops
Sounds like a very useful tool.  Thank you for contributing. Taking a step back and looking at the big picture, combining this with the recently contributed llvm-mca dramatically improves our scheduling and performance analysis story.  Being able to take a snippet of code on a particular machine, measure latency/throughput/ports for each instruction (this tool), and then analyze the entire
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
Hello, A new intel-gpu-tools quarterly release is available with the following changes: - Build automatically tests required when issueing a make check, Tests/subtests that receive a crash signal should print a backtrace when i-g-t is built with libunwind support (Marius Vlad) - lib/igt_kms: Force connector probing on first use (Chris Wilson) - vc4: Add a test for BO lookup failure error path
2013 May 10
2
[LLVMdev] LLVM ERROR: Cannot select
Hello, I am new to LLVM and doing some experiment with 3.2 on Ada code. Can anyone help me on the following error message? Thanks, ZY LLVM ERROR: Cannot select: 0xa7a0bf0: f32 = truncate 0xa7a5ea8 [ID=24] 0xa7a5ea8: i32 = X86ISD::SHLD 0xa790280, 0xa790390, 0xa76e088 [ID=22] 0xa790280: i32,ch = load 0xa7386a0, 0xa7a68d8, 0xa7a5628<LD1[%1482+4], anyext from i8> [ID=19]
2010 Jul 21
1
Pittfals Windows 7 and samba 3.3.8 (centos 5.5), LDAP BE - joining domain
Hi, recently I got my samba/ldap/pdc setup up and running with xp clients. Server: centos 5.5, openldap-2.3.43-12 and samba3x-3.3.8. The new challenge: adding Windows 7 Clients and upgrading to samba 3.3.x I followed a posting from the centos forum (1) which worked so far for the samba update breaking nothing for xp. Than I installed a windows 7 client with the latest patches, changed the
2002 Oct 26
1
libsmbclient in Mac OS X / Darwin
Dear folks: First of all, thanks for a great product and please do keep up your fine job with samba. As a humble contribution to your project, below is a patch to configure.in that allows libsmbclient.so to be correctly built in my system (Mac with Mac OS X). I hope this to be useful. I also noted that the generated Makefile, did not correctly install the library as the 'install'
2018 Mar 15
0
[RFC] llvm-exegesis: Automatic Measurement of Instruction Latency/Uops
On 03/15/2018 10:49 AM, Clement Courbet wrote: > > > On Thu, Mar 15, 2018 at 4:41 PM, Hal Finkel via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > On 03/15/2018 10:04 AM, Guillaume Chatelet via llvm-dev wrote: >> [You can find an easier to read and more complete version of this >> RFC here >>