You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ist-1056:~/lib_mysqludf_json-master# gcc $(mysql_config --cflags) -shared -fPIC -o lib_mysqludf_json.so lib_mysqludf_json.c
lib_mysqludf_json.c:40:10: fatal error: my_global.h: No such file or directory
#include <my_global.h>
^~~~~~~~~~~~~
please help me ...
Due to above issue i can't configure my plugin
The text was updated successfully, but these errors were encountered:
root@ist-1056:~/lib_mysqludf_json-master# gcc $(mysql_config --cflags) -shared -fPIC -o lib_mysqludf_json.so lib_mysqludf_json.c
lib_mysqludf_json.c:40:10: fatal error: my_global.h: No such file or directory
#include <my_global.h>
^~~~~~~~~~~~~
please help me ...
Due to above issue i can't configure my plugin
The text was updated successfully, but these errors were encountered: