I am stucked. I am relative neewbie in Linux with some previous exp. in php programming.
I want write a script with my raspi pi 3, qt, and databases. I am unable to get database connection work.
all tutorials are counting either with cppconn, libmysqlclient(-dev), mysql.h. Non of that I am able to get on to my Raspi.
I have MariaDB installed and configured, I also installed mysql, and mysql-common. And that where I stucked. Unable to build the script in C++, because mysql.h is missing.
Can you please help me out of this situation?
Thank you!