Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Last active August 29, 2015 14:04
Show Gist options
  • Save blackymetal/bd1cff6ef3cfdc6b85b4 to your computer and use it in GitHub Desktop.
Save blackymetal/bd1cff6ef3cfdc6b85b4 to your computer and use it in GitHub Desktop.
Compiling udf mysql lib on mac
Before make sure ldflag is set to mysqld with:
mysqlbug
gcc -bundle -v -o levenshtein.so levenshtein.c -undefined dynamic_lookup -I/usr/local/mysql/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment