I know I am doing something wrong, but I can't figure out what. I have downloaded the samba-latest.tar -- 2.2.5; gzip -d; tar -xvf. aix 5.1 cd /usr/local/samba-2.2.5/source ./configure (having gcc installed) bottom few line of screen after configure finishes: checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... no, unsupported on aix5.0.0.0 checking whether or not getgroups returns EGID too many times... no checking whether struct passwd has pw_comment... no checking whether struct passwd has pw_age... no checking for poptGetContext in -lpopt... no checking whether to use included popt... ./popt checking configure summary... ERROR: No locking available. Running Samba would b e unsafe bottom few lines for source/config.log with debug turned on: + echo checking configure summary... \c + 1>& 6 + echo configure:13580: checking configure summary + 1>& 5 + test no = yes + cat + 1> conftest.c 0<< #line 13585 "configure" #include "confdefs.h" #include "./tests/summary.c" + 1>& 5 + eval echo configure:13589: "${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5" + echo configure:13589: gcc -o conftest -O conftest.c 1>&5 + 2>& 5 + test -s conftest + 2> /dev/null + echo configure: failed program was: + 1>& 5 + cat conftest.c + 1>& 5 + rm -fr conftest conftest.c + echo configure: error: summary failure. Aborting config + 1>& 2 configure: error: summary failure. Aborting config + exit 1
Trevor Fraser
2002-Sep-11 07:53 UTC
[Samba] installing samba 2.2.5 -- no luck...any ideas?
Are you running RedHat? I am and tried to do the same as you, with different errors, but same results. I waited a week and downloaded the samba-2.2.5.i386.rpm and upgraded (# rpm -Uvh samda....) and that got it installed. Hope you're using RH, then this will be your solution. Trevor. ----- Original Message ----- From: "Greg Dyche" <gdyche@nmhs.org> To: "Samba Group" <samba@lists.samba.org> Sent: Tuesday, September 10, 2002 7:29 PM Subject: [Samba] installing samba 2.2.5 -- no luck...any ideas?> I know I am doing something wrong, but I can't figure out what. I have > downloaded the samba-latest.tar -- 2.2.5; gzip -d; tar -xvf. > > aix 5.1 > > cd /usr/local/samba-2.2.5/source > ./configure (having gcc installed) > > bottom few line of screen after configure finishes: > checking if large file support can be enabled... yes > checking whether to support ACLs... no > checking whether to build winbind... no, unsupported on aix5.0.0.0 > checking whether or not getgroups returns EGID too many times... no > checking whether struct passwd has pw_comment... no > checking whether struct passwd has pw_age... no > checking for poptGetContext in -lpopt... no > checking whether to use included popt... ./popt > checking configure summary... ERROR: No locking available. Running Samba > would b > e unsafe > > > bottom few lines for source/config.log with debug turned on: > + echo checking configure summary... \c > + 1>& 6 > + echo configure:13580: checking configure summary > + 1>& 5 > + test no = yes > + cat > + 1> conftest.c 0<< > #line 13585 "configure" > #include "confdefs.h" > #include "./tests/summary.c" > + 1>& 5 > + eval echo configure:13589: "${CC-cc} -o conftest${ac_exeext} $CFLAGS > $CPPFLAGS > $LDFLAGS conftest.$ac_ext $LIBS 1>&5" > + echo configure:13589: gcc -o conftest -O conftest.c 1>&5 > + 2>& 5 > + test -s conftest > + 2> /dev/null > + echo configure: failed program was: > + 1>& 5 > + cat conftest.c > + 1>& 5 > + rm -fr conftest conftest.c > + echo configure: error: summary failure. Aborting config > + 1>& 2 > configure: error: summary failure. Aborting config > + exit 1 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Trevor Fraser
2002-Sep-12 07:19 UTC
[Samba] installing samba 2.2.5 -- no luck...any ideas?
Hi Greg. Sorry I can't help, I can only guess its to do with oplocks or something along those lines, and I haven't clarified to myself yet what oplock are. Chow, Trevor. ----- Original Message ----- From: "Greg Dyche" <gdyche@nmhs.org> To: "Trevor Fraser" <trevor@systematic.co.za> Sent: Wednesday, September 11, 2002 4:06 PM Subject: RE: [Samba] installing samba 2.2.5 -- no luck...any ideas?> Sorry, I am running AIX; it can install linux apps, so I can use rpm > actually. I don't know what it is talking about "no locking". Do youhave> any idea what library it needs to do this locking? > > thanks, Greg > > -----Original Message----- > From: Trevor Fraser [mailto:trevor@systematic.co.za] > Sent: Wednesday, September 11, 2002 3:03 AM > To: Greg Dyche; Samba Group > Subject: Re: [Samba] installing samba 2.2.5 -- no luck...any ideas? > > > Are you running RedHat? I am and tried to do the same as you, with > different errors, but same results. I waited a week and downloaded the > samba-2.2.5.i386.rpm and upgraded (# rpm -Uvh samda....) and that got it > installed. > > Hope you're using RH, then this will be your solution. > Trevor. > > ----- Original Message ----- > From: "Greg Dyche" <gdyche@nmhs.org> > To: "Samba Group" <samba@lists.samba.org> > Sent: Tuesday, September 10, 2002 7:29 PM > Subject: [Samba] installing samba 2.2.5 -- no luck...any ideas? > > > > I know I am doing something wrong, but I can't figure out what. I have > > downloaded the samba-latest.tar -- 2.2.5; gzip -d; tar -xvf. > > > > aix 5.1 > > > > cd /usr/local/samba-2.2.5/source > > ./configure (having gcc installed) > > > > bottom few line of screen after configure finishes: > > checking if large file support can be enabled... yes > > checking whether to support ACLs... no > > checking whether to build winbind... no, unsupported on aix5.0.0.0 > > checking whether or not getgroups returns EGID too many times... no > > checking whether struct passwd has pw_comment... no > > checking whether struct passwd has pw_age... no > > checking for poptGetContext in -lpopt... no > > checking whether to use included popt... ./popt > > checking configure summary... ERROR: No locking available. Running Samba > > would b > > e unsafe > > > > > > bottom few lines for source/config.log with debug turned on: > > + echo checking configure summary... \c > > + 1>& 6 > > + echo configure:13580: checking configure summary > > + 1>& 5 > > + test no = yes > > + cat > > + 1> conftest.c 0<< > > #line 13585 "configure" > > #include "confdefs.h" > > #include "./tests/summary.c" > > + 1>& 5 > > + eval echo configure:13589: "${CC-cc} -o conftest${ac_exeext} $CFLAGS > > $CPPFLAGS > > $LDFLAGS conftest.$ac_ext $LIBS 1>&5" > > + echo configure:13589: gcc -o conftest -O conftest.c 1>&5 > > + 2>& 5 > > + test -s conftest > > + 2> /dev/null > > + echo configure: failed program was: > > + 1>& 5 > > + cat conftest.c > > + 1>& 5 > > + rm -fr conftest conftest.c > > + echo configure: error: summary failure. Aborting config > > + 1>& 2 > > configure: error: summary failure. Aborting config > > + exit 1 > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba
Seemingly Similar Threads
- [LLVMdev] Re: Patch for missing rand48 on win32
- [LLVMdev] Re: Patch for missing rand48 on win32
- [PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
- vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
- 2.2.0p1 chroot patch