mongodb - How can i determine where php startup failure is occurring in Ubuntu 15.04 -


from cron see:

 php warning:  php startup: unable load dynamic library '/usr/lib/php5/20131226/mongo.so' - /usr/lib/php5/20131226/mongo.so: cannot open shared object file: no such file or directory in unknown on line 0  php warning:  php startup: unable load dynamic library '/usr/lib/php5/20121212/mcrypt.so' - /usr/lib/php5/20121212/mcrypt.so: cannot open shared object file: no such file or directory in unknown on line 0  php warning:  php startup: unable load dynamic library '/usr/lib/php5/20121212/mcrypt.so' - /usr/lib/php5/20121212/mcrypt.so: cannot open shared object file: no such file or directory in unknown on line 0  php warning:  php startup: unable load dynamic library '/usr/lib/php5/20121212/mcrypt.so' - /usr/lib/php5/20121212/mcrypt.so: cannot open shared object file: no such file or directory in unknown on line 0 

mongo , mcrypt installed , current.
tried:

sudo ldconfig -v 

to no avail. directory /usr/lib/php5/20131226/ shows:

 -rw-r--r-- 1 root root  89240 oct 27 21:40 curl.so  -rw-r--r-- 1 root root 114136 oct 27 21:40 gd.so  -rw-r--r-- 1 root root  39832 jan 27  2015 json.so  -rw-r--r-- 1 root root  47936 jan 27  2015 mcrypt.so  -rw-r--r-- 1 root root 380400 jan 27  2015 mongo.so  -rw-r--r-- 1 root root 159464 oct 27 21:40 mysqli.so  -rw-r--r-- 1 root root  60504 oct 27 21:40 mysql.so  -rw-r--r-- 1 root root 159896 oct 27 21:40 opcache.so  -rw-r--r-- 1 root root  36168 oct 27 21:40 pdo_mysql.so  -rw-r--r-- 1 root root 118216 oct 27 21:40 pdo.so  -rw-r--r-- 1 root root  31576 oct 27 21:40 readline.so  -rw-r--r-- 1 root root 853376 jan 27  2015 xdebug.so 

as expect. running nginx , not apache, gives. can point me in right direction? have been looking @ few days , sick of log files filled error.

mongo compiled well. comming from?

thanks!


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -