Home  >  Article  >  Backend Development  >  请教,有哪位高手在yomesite上编译过libmemcached

请教,有哪位高手在yomesite上编译过libmemcached

WBOY
WBOYOriginal
2016-06-13 12:10:521087browse

请问,有谁在yomesite上编译过libmemcached
俺试了一下在Mac OS X 10.10下编译libmemcached 1.0.18,
结果make发生如下错误:
  CXX      libmemcached/libmemcached_libmemcached_la-byteorder.lo
libmemcached/byteorder.cc:66:10: error: use of undeclared identifier 'ntohll'
  return ntohll(value);
         ^
libmemcached/byteorder.cc:75:10: error: use of undeclared identifier 'htonll'
  return htonll(value);
         ^
2 errors generated.

请问大家遇到吗,该怎么解决呢?
------解决思路----------------------
新系统,等补丁吧。
------解决思路----------------------
是否是缺少文件?安装前是否需要安装其它的文件?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn