DIR=/usr/lib/x86_64-linux-gnu/mariadb19/plugin testudf.so: testudf.c gcc -fPIC -shared -o testudf.so testudf.c install:testudf.so mysql devdb -e "DROP FUNCTION IF EXISTS testudf" cp -a testudf.so $(DIR) chown root:root $(DIR)/testudf.so mysql devdb -e "CREATE FUNCTION testudf RETURNS integer SONAME 'testudf.so'"