https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243350

Rodrigo Osorio <rodr...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #4 from Rodrigo Osorio <rodr...@freebsd.org> ---
My bad, you right.
In the meantime I do the build and found the fix, if you do the following:

./configure --with-mysql-lib=/usr/local/lib/mysql
--with-mysql=/usr/local/include/mysql


After that, we still having an issue because mysql/errmsg.h is not found. You
can bypass this error by adding manually "#include <errmsg.h>" in
src/mysqlConn.h after the #include <mysql.h> and run gmake.

Now now NeonServV5 build without error

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to