Displaying 2 results from an estimated 2 matches for "value_format".
Did you mean:
  valid_format
  
2009 Sep 10
1
[LLVMdev] Build problem with gcc-4.3.2
...l#requirements you say you
want to know about problems compiling llvm with gcc.
I just tried compiling llvm and clang, using ./configure; make, and I
got the following error,
  llvm[2]: Compiling StrongPHIElimination.cpp for Debug build
  StrongPHIElimination.cpp:1051: internal compiler error: in value_format, at dwarf2out.c:7218
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <http://gcc.gnu.org/bugs.html> for instructions.
  /bin/rm: cannot remove `/home/nisse/hack/llvm/lib/CodeGen/Debug/StrongPHIElimination.d.tmp': No such file or directory
  make[2]: ***...
2013 Dec 23
0
[help]how to config the dovecot authentication by the other servers
...in http://wiki2.dovecot.org/.
       *at first i try to use memcached ,these are the configure:*
      *./dovecot-dict-auth.conf.ext*
            uri = memcached:host=172.24.140.252:port=12000
            password_key = dovecot/passdb/%u        
            user_key = dovecot/userdb/%u
            value_format = json
            iterate_disable = yes
            default_pass_scheme = plain
     * ./10-auth.conf*
            auth_mechanisms = plain login
            !include auth-dict.conf.ext
      *./auth-dict.conf.ext*
            passdb {
                  driver = dict
                  args =
/usr/l...