[EMAIL PROTECTED] wrote:
----------------------------------------------------------------------
tjn - 01-Apr-05 07:06 CEST ---------------------------------------------------------------------- /* UNIX-style short-argument parser extern int dm_getopt(int argc, char * argv[], const char *opts); */
works for me.
Actually for freebsd 5.2.1 was a few problems.
"mysq_config" was not fount (specified manually)
with flag --with-mysql while compiling, (mysql.h) was not fond. In my
system it
was located in /usr/local/mysql/include
after was error ld -lmysqlclient not found, linking libmysqlclient.so as
libmysqlclient.a (it was in /usr/local/mysql/lib) problem was fixed.

This keeps popping up, and is totally unrelated to the bug in question.

If mysql_config is not found on your system, you either don't have the mysql development files installed, *or* mysql_config is not in your path.

Why is mysql on freebsd such a mess??? Isn't there something like a coordinated ports system? Or maybe even an advanced packaging tool like apt (gasp)?

--
  ________________________________________________________________
  Paul Stevens                                         [EMAIL PROTECTED]
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands_______________________________________www.nfg.nl

Reply via email to