similar to: 回复: configure with --with-ads failed get "krb5 libs don't have allfeatures required for Active Directory support" error

Displaying 20 results from an estimated 200 matches similar to: "回复: configure with --with-ads failed get "krb5 libs don't have allfeatures required for Active Directory support" error"

2013 Feb 27
1
configure with --with-ads failed get "krb5 libs don't have all features required for Active Directory support" error
Dear all,I get "krb5 libs don't have all features required for Active Directory support" errors when configure with --with-ads source3 code.as: [root at RedHatEL5 source3]# pwd /root/samba-4.0.2/source3 [root at RedHatEL5 source3]# ./configure --with-ads SAMBA VERSION: 4.0.2 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
Hi All, I'm having problems compiling a newer version of samba (3.3.x or 3.4.x) on solaris 9. We are currently running 3.0.23d and have been putting off upgrading for far to long. I've tried gcc and sun studio 12 cc with the same issues when it comes to compiling dbwrap.c. I can't seem to find anything on google that's related to my issue. Here's my configure line when
2011 Dec 07
1
回复: 回复: 回复: (no subject)
Hi, i think it will work correct.when one thread use encode,the others wait for. in java, i think we can do like this: synchronized (Encode) { Encode.encode(short[] in, byte[] out); } In the doc of speex: it says the speex is not thread-safe. ------------------ ???? ------------------ ???: "????? ?????????"<romius99 at mail.ru>; ????: 2011?12?7?(???) ??4:00 ???:
2011 Dec 07
0
回复: 回复: (no subject)
I think it will looks like: void Encode(const char* infile, const char* outFile) { void* st; SpeexBits bits; ..... st = speex_encoder_init(mode); ..... speex_encode_int(st, input, &bits); ..... speex_bits_destroy(&bits); speex_encoder_destroy(st); } 2011/12/7 Steve Checkoway <s at pahtak.org> > > On Dec 7, 2011, at 0:00 , Denis Romashenko
2011 Dec 07
2
回复: 回复: (no subject)
On Dec 7, 2011, at 0:00 , Denis Romashenko wrote: > I'll try to explain. I want to create dll with only one function > "Encode" > that will encode file to speex format. In my application I will use > this > function from 16 threads, if it will work correct? Surely that depends on the implementation of your Encode function. If you use different encoder state
2011 Dec 07
0
回复: 回复: (no subject)
I'll try to explain. I want to create dll with only one function "Encode" that will encode file to speex format. In my application I will use this function from 16 threads, if it will work correct? 2011/12/6 ???. <xialonghua at vip.qq.com> > > ** > two thread send frames to only encoder at same time,two thread will use > one buffer > .it will work wrong if not
2011 Dec 06
2
回复: 回复: (no subject)
two thread send frames to only encoder at same time,two thread will use one buffer .it will work wrong if not Handling thread synchronization. if not use same state, it need more memory, but no need to consider thread safe. ------------------ ???? ------------------ ???: "Jean-Marc Valin"<jmvalin at jmvalin.ca>; ????: 2011?12?6?(???) ??3:24 ???:
2020 Jul 22
1
回复: 回复: bug report
Hi,Richard: &nbsp; &nbsp; &nbsp; &nbsp;I use&nbsp;/bin/virt-copy-in&nbsp; failed , virt-copy-in&nbsp;&nbsp;have no diff with other nomarl machine(work well ) ,&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; /bin/virt-copy-in: symbol lookup error: /lib64/libguestfs.so.0: undefined symbol: json_string_length&nbsp; &nbsp; &nbsp; &nbsp;here are
2020 Jun 24
0
Fwd: 回复: virt-builder problem
----- Forwarded message from 雁渡寒潭 <chnlcq@qq.com> ----- Date: Wed, 24 Jun 2020 11:38:41 +0800 From: 雁渡寒潭 <chnlcq@qq.com> To: rjones <rjones@redhat.com> Subject: 回复: [Libguestfs] 回复: virt-builder problem thank you vrey much! problem is&nbsp;Resolved! http://archive.libguestfs.org/builder/index.asc&nbsp; &nbsp;is blocked! I'M disables it! But i can&nbsp;
2013 Aug 26
1
Re: 回复: How to deal with LXC cgroup access control withapparmor ?
OOPS: "If I do not want to disable the cgroup in container" ==> "If I do want to disable the cgroup in container" I meant if the user namespace not enabled in kernel ... thx ,I will try user namespace later. I am not working on x86 and not suer wheather the usernamespace is ok in the kernel I am going to use. I would try to disable the cgroup in lxc first.
2020 Jun 23
2
Re: 回复: virt-builder problem
Could you run this command and send the complete file /tmp/output to the list? virt-builder -v -x fedora-31 |& tee /tmp/output Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net
2020 Jun 23
0
Re: 回复: virt-builder problem
Please check the attachment. ------------------&nbsp;Original&nbsp;------------------ From:&nbsp;"rjones"<rjones@redhat.com&gt;; Date:&nbsp;Tue, Jun 23, 2020 09:39 PM To:&nbsp;"雁渡寒潭"<chnlcq@qq.com&gt;; Cc:&nbsp;"libguestfs"<libguestfs@redhat.com&gt;; Subject:&nbsp;Re: [Libguestfs] 回复: virt-builder problem Could
2007 Nov 15
3
RE: configure: error: C compiler cannot create executables
> _____________________________________________ > From: Morimoto, Mark K > Sent: Thursday, November 15, 2007 11:26 AM > To: 'samba@lists.samba.org' > Subject: configure: error: C compiler cannot create executables > > Hello, > > I get this when I run ./configure. I have searched for other problems > and others who had the problem say its due to cc
2012 Jan 02
1
回复: [help] Who's the author of libxc? I don't know howto start with it
Thanks. I have already previewed the xenctrl.h. The following is what I understand: libxc is compiled to a file name after 'xc**' endding with '.so', xend communicates with domain0 through xc and domain0 communicates with hypervisor through privcmd. What's the privcmd? ------------------ 原始邮件 ------------------ 发件人: "Wei
2012 Oct 23
0
回复: error: internal error lxc state driver is notactive
Thanks for your response, I found that the server's kernel has been changed so I installed the official kernel by yum. but there still question: /usr/bin/virsh -c lxc:/// start instance-00000011 error: Failed to start domain instance-00000011 error: internal error Child process (PATH=/sbin:/usr/sbin:/bin:/usr/bin LIBVIRT_DEBUG=3 LIBVIRT_LOG_OUTPUTS=3:stderr /usr/libexec/libvirt_lxc --name
2011 Apr 21
0
回复:Fwd: Re: Application for joining Chinese (simplified) Team
Hi Ralph,Timothy, Besides giving me edit access on wiki,I would also want to apply for translating centos website with Timothy as there is only English version. Would you please also let me know how could we do that? Thank you vary much. BTW,as I have talked with Timothy,we will keep working on different different Chinese translation. I will focus on Simplified Chinese, and Timothy will focus on
2013 Aug 26
0
Re: 回复: How to deal with LXC cgroup access control withapparmor ?
On 08/26/2013 04:36 PM, jj wrote: > thx, Gao feng, > If I do not want to disable the cgroup in container , is there any config file ? or do i have to do something to the libvirt source code > to skip it ? > > Sorry, I don't quite understand what's your request. enable user namespace doesn't disable cgroup in container, it will make user in container has no rights to
2015 Apr 01
0
回复: range query for terms
Databases will be dynamiclly Cruded(create.Retrieve.update.delete) So do Fields for each database. To avoid map syn and lock, l'd rather use hash. By saying" add a small overhead ...", does it mean a random slot number only affect the size of each doc ,without other side effects? ???????? Olly Betts <olly at survex.com>??? >On Sun, Mar 29, 2015 at 07:07:25PM +0800, ???
2008 Oct 18
1
[LLVMdev] 回复:Re: [LLVMdev] [Need your help]
Hi Eli, Thanks for your rapid response! Now I have another question. How&nbsp;to&nbsp;get LLVM bc files successfully by compiling test.c and static libraries ? Thanks a lot! ----- 原始邮件 ----- 发件人:Eli&nbsp;Friedman&nbsp;<eli.friedman at gmail.com> 收件人:LLVM&nbsp;Developers&nbsp;Mailing&nbsp;List&nbsp;<llvmdev at cs.uiuc.edu>
2020 Jan 09
0
Re: 回复: bug report
On Wed, Jan 08, 2020 at 09:05:55PM +0800, 谢威 wrote: > &gt; libguestfs: trace: disk_create "/tmp/libguestfsHRQGUn/overlay1.qcow2" "qcow2" -1 "backingfile:/var/tmp/.guestfs-0/appliance.d/root" "backingformat:raw" > &gt; libguestfs: command: run: qemu-img > &gt; libguestfs: command: run: \ create > &gt; libguestfs: command: run: \ -f