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
./install.sh Compiling the MySQL UDF gcc -Wall -I/usr/include/mysql/server -I. -shared lib_mysqludf_sys.c -o /usr/lib/lib_mysqludf_sys.so In file included from /usr/include/mysql/server/my_sys.h:34, from lib_mysqludf_sys.c:41: /usr/include/mysql/server/my_pthread.h:26:10: fatal error: my_atomic.h: No such file or directory #include <my_atomic.h> ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:6: install] Error 1 ERROR: You need libmysqlclient development software installed to be able to compile this UDF, on Debian/Ubuntu just run: apt-get install libmysqlclient15-dev
the following libs are already installed:
dpkg -l|grep --color libmysql ii default-libmysqlclient-dev:amd64 1.0.5 amd64 MySQL d atabase development files (metapackage) ii libmysqlclient18 1:10.4.11+maria~buster amd64 Virtual package to satisfy external libmysqlclient18 depends ii libmysqlcppconn-dev:amd64 1.1.9-4+b1 amd64 MySQL C onnector for C++ (development files) ii libmysqlcppconn7v5:amd64 1.1.9-4+b1 amd64 MySQL C onnector for C++ (library)
The text was updated successfully, but these errors were encountered:
./install.sh Compiling the MySQL UDF gcc -Wall -I/usr/include/mysql/server -I. -shared lib_mysqludf_sys.c -o /usr/lib/lib_mysqludf_sys.so In file included from /usr/include/mysql/server/my_sys.h:34, from lib_mysqludf_sys.c:41: /usr/include/mysql/server/my_pthread.h:26:10: fatal error: my_atomic.h: No such file or directory #include <my_atomic.h> ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:6: install] Error 1 ERROR: You need libmysqlclient development software installed to be able to compile this UDF, on Debian/Ubuntu just run: apt-get install libmysqlclient15-dev
the following libs are already installed:
dpkg -l|grep --color libmysql ii default-libmysqlclient-dev:amd64 1.0.5 amd64 MySQL d atabase development files (metapackage) ii libmysqlclient18 1:10.4.11+maria~buster amd64 Virtual package to satisfy external libmysqlclient18 depends ii libmysqlcppconn-dev:amd64 1.1.9-4+b1 amd64 MySQL C onnector for C++ (development files) ii libmysqlcppconn7v5:amd64 1.1.9-4+b1 amd64 MySQL C onnector for C++ (library)
The text was updated successfully, but these errors were encountered: