Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 22:47:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243350] hello i need help please with a error mysql
Message-ID:  <bug-243350-227-K6zsYh90Cs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243350-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243350-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243350

Rodrigo Osorio <rodrigo@FreeBSD.org> changed:

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

--- Comment #4 from Rodrigo Osorio <rodrigo@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=3D/usr/local/lib/mysql
--with-mysql=3D/usr/local/include/mysql


After that, we still having an issue because mysql/errmsg.h is not found. Y=
ou
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243350-227-K6zsYh90Cs>