frq ser wrote:
When I typed 'make modules=modules/mysql modules' at the SER source
directory, it gives me the error message saying that it could not locate
'mysql.h' and 'errmsg.h'
You will need to have to install the development packages of the MySQL
client library.
In Debian (and probably Ubuntu) that would be "libmysqlclient15-dev".
Not sure about Red Hat-ish systems. It is probably something similar
with mysql and devel in its name.
HTH and regards,
Martin