-
If you don't have the Mysql DevKit, (Headers files and shared library), you have to download it from www.mysql.com;
- Download the Lib UDF's source code of your choice;
-
The included Makefile should work on most platforms. It was tested only on FreeBSD and Cygwin. Please review it first and adjust the paths in it to fit your platform/distribution :
- INCLUDE PATH , generally /usr/local/mysql/
- LIBS PATH, generally /usr/local/mysql/
-
Under shell type
/path/to/udf_src/$ make
- To insall the generated shared object ./bin/ lib*.so , refer to how to install udf lib.