Giter Site home page Giter Site logo

Comments (2)

eugeneYWang avatar eugeneYWang commented on July 24, 2024 1

So in makefile file, the first line libdir is clearly the destination of shared library ( the result of compilation, the .so file) since libdir is repeated in the second line of compile command.

So you probably should check if you have writing privilege to the destination.

You might also want to check if you should change that libdir to plugin directory in mysql. A lot of current solutions have changed it in order to install successfully.

from lib_mysqludf_sys.

leiless avatar leiless commented on July 24, 2024

The shared library must be located in the plugin directory (the directory named by the plugin_dir system variable). The library must be in the plugin directory itself, not in a subdirectory.

13.7.4.4 INSTALL PLUGIN Statement
https://dev.mysql.com/doc/refman/8.0/en/install-plugin.html
INSTALL PLUGIN - MariaDB Knowledge Base
https://mariadb.com/kb/en/install-plugin/

Solutions:

  • Change plugin_dir in my.cnf, put your library file into that directory.
  • Or, copy your library file into SELECT @@plugin_dir;

from lib_mysqludf_sys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.