Confirm that you are using the right folder:
SHOW VARIABLES LIKE 'plugin_dir';
Restore function:
DROP FUNCTION IF EXISTS sys_exec;
CREATE FUNCTION sys_exec RETURNS int SONAME 'lib_mysqludf_sys.so';
, :
SET RESULT = sys_exec('/usr/bin/php5 /var/www/html/getFriends.php');
, MySQL , script , .