I use MySQL and Percona for quite some time now but I'm quite new to compiling from source. I need to do a recompile in order to include the Sphinx plugin, and I'm able to do so. However, I noticed that the build I created doesn't include the handlersocket files in the lib/mysql/plugin directory. I've tried different variations of the name (handlersocket, handler_socket, etc) as part of the --with-plugins parameter, but I always get "unknown plugin" error. Can somebody point me to the correct configuration parameters to include handlersocket?
Also, my other objective is to create a binary package, so that we don't have to recompile every time we fire up a new server. So my idea is to set the --prefix and --exec-prefix to point to a single directory or maybe two directories within a single parent directory, then just move around the directories to have the same layout as the downloaded linux binaries. Will this work or am I missing something?
Thanks
Johann