MySQL Forums
Forum List  »  MySQL & Kubernetes

Compiling UDF functions on MySQL containers
Posted by: Mathieu Dubois
Date: July 23, 2018 02:21AM

Dear all,

We are investigating the use of MySQL containers to deploy our applications.

However, we need to compile & install a bunch of UDF functions on the server.

I have tried to that inside the container (from image mysql/mysql-server:5.7) but if I am correct, the headers are not installed (mysql_config says that they should be in /usr/include/mysql but they are not) and there is no compiler too.

What can I do from here ? Installing the compiler should not be too difficult but how can I install the development headers ?

Thanks in advance,
Mathieu

Options: ReplyQuote


Subject
Written By
Posted
Compiling UDF functions on MySQL containers
July 23, 2018 02:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.