[Bug 243350] hello i need help please with a error mysql

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 14 22:47:44 UTC 2020


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

Rodrigo Osorio <rodrigo at FreeBSD.org> changed:

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

--- Comment #4 from Rodrigo Osorio <rodrigo at 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.


More information about the freebsd-bugs mailing list