| << | < |
|
Q: I can't compile oer+MySQL on FreeBSD with a ports-installed MySQL, why? (#70) Inserted/last edited by EQU <equ@equnet.org> on 2004-01-24 23:34:52 |
|---|
A: The details are a bit unclear because I don't have a platform to test on but according to my information, which was provided by neon, you have to do the following change to oer+MySQL-common.h
#include <mysql/errmsg.h>change that line to #include <errmsg.h>After that change oer+MySQL will compile, some warnings will still be returned but they can be considered non fatal. |