使用SSH单独启动显示如下报错,帮忙检查看看是什么原因导致的?
启动apache时候:
[root@iZj6c42605ife6wdceghb8Z ~]# service httpd start;
Starting httpd: httpd: Syntax error on line 55 of /www/wdlinux/httpd-2.2.31/conf/httpd.conf: Cannot load /www/wdlinux/httpd-2.2.31/modules/libphp5.so into server: libpng12.so.0: cannot open shared object file: No such file or directory
[FAILED]
启动php时候的报错:
[root@iZj6c42605ife6wdceghb8Z ~]# /www/wdlinux/phps/55/bin/php-fpm start
Starting php-fpm /www/wdlinux/phps/55/sbin/php-fpm: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
failed
[root@iZj6c42605ife6wdceghb8Z ~]# /www/wdlinux/phps/54/bin/php-fpm start
Starting php-fpm /www/wdlinux/phps/54/sbin/php-fpm: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
failed
[root@iZj6c42605ife6wdceghb8Z ~]#