Mysql-plugin Debian package

How does one build the mysql-plugin Debian package? Using ‘./configure --enable-mysql’ did not cause ‘make debian’ to build it. Is there some place to make a change to build this package?

Cheers,
C

You need to have libmysqlclient-dev | libmysqlclient10-dev | libmysqlclient11-dev | libmysqlclient12-dev | libmysqlclient14-dev | libmysqlclient15-dev installed. Try

apt-get install libmysqlclient-dev

Yours,

Christian