Code:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Code:
Error: Function not registered: 'mysql_function_query'
Error: Function not registered: 'mysql_real_escape_string'
Error: Function not registered: 'mysql_affected_rows'
Error: Function not registered: 'cache_get_data'
Error: Function not registered: 'cache_get_row'
Error: Function not registered: 'mysql_insert_id'
Error: Function not registered: 'cache_get_field'
Error: Function not registered: 'mysql_debug'
Error: Function not registered: 'enable_mutex'
Error: Function not registered: 'mysql_connect'
Error: Function not registered: 'mysql_close'
Error: Function not registered: 'mysql_ping'
Run time error 19: "File or function is not found"
I have compiled the script with R7 and the plugin in the Plugins directory of the host is also R7. Moreover, I have also tried running mysql_static.so as a replacement for this problem, however, that does not work with R7. Is there a static for R7 that would be a replacement for this problem? Other than that, I'm willing to do anything else to in order to make this work.