Guest User

Untitled

a guest
Oct 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ php-config --extension-dir
  2. /usr/lib/php5/20121212
  3. $ ll /usr/lib/php5/20121212 | grep redis
  4. -rw-r--r-- 1 root root 255824 Mar 7 2014 redis.so
  5. $ php -m | grep redis
  6. $ sudo phpenmod redis
  7. WARNING: Module redis ini file doesn't exist under /etc/php/5.6/mods-available
  8. WARNING: Module redis ini file doesn't exist under /etc/php/5.6/mods-available
  9.  
  10. /usr/lib/php/20131226/
Add Comment
Please, Sign In to add comment