We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing gcc, make and mysqlclient-dev, make still terminates with this error:
gcc -Wall -I/usr/include/mysql -I. -shared lib_mysqludf_sys.c -o /usr/lib/lib_mysqludf_sys.so lib_mysqludf_sys.c:40:23: fatal error: my_global.h: No such file or directory compilation terminated. Makefile:4: recipe for target 'install' failed make: *** [install] Error 1
Please provide isntructions.
The text was updated successfully, but these errors were encountered:
Hey @federico-razzoli
You can check my Dockefile, I've made a pull requiest to add them into main repo
Sorry, something went wrong.
No branches or pull requests
After installing gcc, make and mysqlclient-dev, make still terminates with this error:
Please provide isntructions.
The text was updated successfully, but these errors were encountered: