Advertisement
solsystem

Untitled

Apr 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. 13:37:16 mkdir .libs
  2.  
  3. $ 13:37:16 cc -I/usr/local/include/php -I. -I/tmp/pear/temp/memcache -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserNMWVLq/memcache-2.2.7/include -I/tmp/pear/temp/pear-build-defaultuserNMWVLq/memcache-2.2.7/main -I/tmp/pear/temp/memcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/memcache/memcache.c -fPIC -DPIC -o .libs/memcache.o
  4.  
  5. $ 13:37:16 /tmp/pear/temp/memcache/memcache.c:40:40: fatal error: ext/standard/php_smart_str.h: No such file or directory
  6. #include "ext/standard/php_smart_str.h"
  7. ^
  8. compilation terminated.
  9.  
  10. $ 13:37:16 Makefile:193: recipe for target 'memcache.lo' failed
  11. make: *** [memcache.lo] Error 1
  12.  
  13. $ 13:37:16 ERROR: `make' failed
  14.  
  15. $ 13:37:16 Service 'php' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y libmemcached-dev && pecl install memcache' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement