Okay since I'm now being copied on the messages after sending the
request for slimming them down.... (and now I'm getting flamed for
that... cheers RSS) how about this:

(1) Go to your vpopmail source directory
(2) using your fave editor, open Makefile
(3) search for line starting 'LDFLAGS =' (dont look for the quotes) -
it may have something after the equals sign (its around line 154 in my
copy but probably not yours)
(4) add '-L/path/to/your/mysql/lib/directory' to the end of the line
(dont add the quotes)
(5) search for the line starting 'LIBS =' (dont look for the quotes) -
it may have something after the equals sign (its on the line below in
my Makefile)
(6) add '-lmysqlclient -lz' to the end of the line (dont add the
quotes)
(7) save the new Makefile and exit vi/your fave editor
(8) run make again

Not the best solution but it works for me.

Marcus

Reply via email to