I installed libmemcached and memcached extension for php and somehow installed it incorrectly? I have memcached.so in / usr / lib64 / php / with the correct permissions and libmemcache.so in / usr / local / lib /
Everything seemed to be built correctly without errors, and I restarted apache?
I also have a daemon installed.
I somehow easily got the Memcache class, which was easy to install for php before, but I realized what I want is the Memcached class (pay attention to d). let me know if you need more information!
EDIT: I previously had memcache (without d) running on php, so I know that I was manipulating the correct php.ini!
EDIT 2: there really was an apache error!
Unable to load dynamic library '/usr/lib64/php/modules/memcached.so' - /usr/lib64/php/modules/memcached.so: undefined symbol: php_json_encode in Unknown on line 0
source
share