Giter Site home page Giter Site logo

Comments (5)

kheldaroz-droid avatar kheldaroz-droid commented on July 4, 2024 1

sudo gcc -march=armv8-a -fPIC -Wall -I/usr/include/mysql -I /usr/include/mariadb/server -I /usr/include/mariadb/server/private/ -I. -shared lib_mysqludf_sys.c -o /usr/lib/mysql/plugin/lib_mysqludf_sys.so -L/usr/lib/x86_64-linux-gnu/libstdc++.so.6

is what I used to get the install to work -
apt-file /my_global.h helped me to work out file locations

from lib_mysqludf_sys.

pcoltau avatar pcoltau commented on July 4, 2024

I've compiled the library on a VirtualBox with a Ubuntu 16.04.1 image. Here I had to install the headers "manually":

sudo apt-get install libmysqlclient-dev

from lib_mysqludf_sys.

bmalynovytch avatar bmalynovytch commented on July 4, 2024

@kheush You might need to edit Makefile and replace:

gcc -Wall -I/usr/include/mysql -I. -shared lib_mysqludf_sys.c -o $(LIBDIR)/lib_mysqludf_sys.so

by

gcc -Wall -I/usr/include/mysql/server -I. -shared lib_mysqludf_sys.c -o $(LIBDIR)/lib_mysqludf_sys.so

from lib_mysqludf_sys.

aGiant avatar aGiant commented on July 4, 2024

Keep telling

to be able to compile this UDF, on Debian/Ubuntu just run:
apt-get install libmysqlclient15-dev

but there is no libmysqlclient15-dev for raspberry. After install
sudo apt install libmariadbclient-dev libmariadb-dev and default-libmysqlclient-dev, it still didnot work and raised same error about "libmysqlclient15-dev".

from lib_mysqludf_sys.

foxerz098 avatar foxerz098 commented on July 4, 2024

need lib_mysqludf_sys.so 64 compiled,could you share?
:::
from https://github.com/sqlmapproject/sqlmap/files/1789515/lib_mysqludf_sys_64.zip
lib_mysqludf_sys-master.zip

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.