reyu123 发表于 2017-7-17 17:14:33

opcache安装成功但是启动不起来,求助!

opcache安装成功但是启动不起来,求助!lnmp版本是1.4,php版本是5.4.45,安装opcache挺顺利,但是重启php的时候(lnmp php-fpm restart),就显示opcache启动失败,,管理给看一下吧,,,谢谢
如下面最后错误信息
................
Build complete.
Don't forget to run 'make test'.

Installing shared extensions:   /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/
Copy Opcache Control Panel...
Restarting php-fpm......
Gracefully shutting down php-fpm . done
Starting php-fpm Failed loading opcache.so:opcache.so: cannot open shared object file: No such file or directory
done
====== Opcache install completed ======
Opcache installed successfully, enjoy it!
# lnmp php-fpm restart
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            https://lnmp.org             |
+-------------------------------------------+
Gracefully shutting down php-fpm . done
Starting php-fpm Failed loading opcache.so:opcache.so: cannot open shared object file: No such file or directory
done

reyu123 发表于 2017-7-17 18:08:22

算了。。结贴,,,整了一下午,突然奇迹的好了。。。。。无语:lol

licess 发表于 2017-7-17 20:10:48

回复 1# 的帖子

看一下 /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/ 是否存在opcache

cat /usr/local/php/conf.d/001-ioncube.ini 看一下

wxfly 发表于 2017-7-19 15:53:28

回复 3# 的帖子

我lnmp restart时也会
Starting php-fpmdone
Starting php-fpm Failed loading opcache.so:opcache.so: cannot open shared object file: No such file or directory
但是我看了phpinfo:
Zend OPcache

Opcode Caching        Up and Running
Optimization        Enabled
SHM Cache        Enabled
File Cache        Disabled
Startup        OK
Shared memory model        mmap
Cache hits        4493
Cache misses        373
Used memory        34998096
Free memory        233437360
Wasted memory        0
Interned Strings Used memory        2040904
Interned Strings Free memory        6347704
Cached scripts        373
Cached keys        442
Max keys        16229

似乎正常生效了!
页: [1]
查看完整版本: opcache安装成功但是启动不起来,求助!