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

missing mysql/my_config.h #38

Closed
vitalije opened this issue Feb 23, 2021 · 2 comments
Closed

missing mysql/my_config.h #38

vitalije opened this issue Feb 23, 2021 · 2 comments

Comments

@vitalije
Copy link

I have installed libmysqlclient-dev package on my Ubuntu 20.04. Yet, make reports an error:

src/jsiMySql.c:30:10: fatal error: mysql/my_config.h: No such file or directory
   30 | #include <mysql/my_config.h>

There is no my_config.h in /usr/include/mysql/ folder. My version of libmysqlclient-dev is 8.0.19-0ubuntu5

@pcmacdon
Copy link
Owner

Yes, it looks like mysql support is being strangled, so I've removed it from the build configs.
You may need to "rm make.conf" to see the change.
Going forward I think jsish will have to adopt mariadb.

@vitalije
Copy link
Author

Thanks. It compiles now correctly and it solved also my other issue #37
Thanks

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

No branches or pull requests

2 participants