Skip to content
New issue

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

No such file or directory about m_string.h #10

Closed
Joungkyun opened this issue Oct 11, 2020 · 1 comment
Closed

No such file or directory about m_string.h #10

Joungkyun opened this issue Oct 11, 2020 · 1 comment
Assignees
Milestone

Comments

@Joungkyun
Copy link
Owner

From mariadb 10.3.24, 10.4.14 or later versions, m_string.h was not found.

[root@host src]# make
... blah blah
In file included from mysql_aes256.c:40:0:
/usr/local/mysql/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
 #warning This file should not be included by clients, include only <mysql.h>
  ^
mysql_aes256.c:42:47: fatal error: m_string.h: No such file or directory
   #include <m_string.h>  /* To get strmov() */
                                               ^
compilation terminated.
make[2]: *** [lib_mysqludf_aes256_la-mysql_aes256.lo] Error 1
make[2]: Leaving directory `/home/maria/lib_mysqludf_aes256-master/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/maria/lib_mysqludf_aes256-master/src'
make: *** [all-recursive] Error 1
@Joungkyun Joungkyun added this to the 1.0.6 milestone Oct 11, 2020
@Joungkyun Joungkyun self-assigned this Oct 11, 2020
@Joungkyun
Copy link
Owner Author

Joungkyun commented Oct 11, 2020

solved in #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant