php is running on my server, though I'm unable to get it to run command line. I'm running this file:
<?php
echo "done";
?>
using this command:
php test.php
When I do, I get this error:
php: /usr/lib64/libssl.so.10: no version information available (required by php)
Any ideas why this might be? The server is live, so I'm hoping to understand what's going on here before making any changes that might break my setup. I need php to run command line, so I can get an email receiving script working. I'm on nginx, running php-fpm.
Thanks for any pointers -