I am using information from here and here.
I am running mariadb server on Debian 10. I download and copied the files to the server and execute the install.sh and I get the following error below.
"compilation terminated.
make: *** [Makefile:4: 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"
So I executed apt-get install libmysqlclient15-dev to install the libmysqlclient development software. But then I get the error Unable to locate package libmysqlclient15-dev.
I tried everything to install that library but I am stuck there.
Please kindly help me again.. Thanks in advance.