Skip to content

Commit

Permalink
adding a debug to find the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudgalalz committed Sep 3, 2024
1 parent c608a3b commit c6aeb34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ echo "Installing dependencies..."
sudo apt-get update
sudo apt-get install -y libmariadb-dev libcurl4-openssl-dev gcc make

find /usr/include -name plugin.h

# Compile the plugin
echo "Compiling the MariaDB plugin..."
gcc -fPIC -shared -o $PLUGIN_OUTPUT_FILE $PLUGIN_SOURCE_FILE -I$MARIADB_INCLUDE_PATH -L$MARIADB_LIB_PATH -lmysqlclient -lcurl
Expand Down

0 comments on commit c6aeb34

Please sign in to comment.