You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"./configure --with-mysql=/usr/include/mysql/" fails with "configure: error: Invalid MySQL directory - unable to find mysql.h under /usr/include/mysql/" although "/usr/include/mysql/mysql.h" is present
#11
Closed
krichter722 opened this issue
Jun 12, 2016
· 6 comments
--with-mysql=DIR Include MySQL support. DIR is the MySQL base
install directory, default is to search through
a number of common places for the MySQL files.
to
--with-mysql[=DIR] Include MySQL support. DIR is the MySQL installation prefix (e.g. `/usr`),
omitting DIR triggers a search through
a number of common places for the MySQL files.
because "base install directory" is hard to get, especially with the error message referring to mysql.h when configure wants include/mysql/mysql.h. Definitely useful to add an example no matter how DIR is called.
experienced with 9257ced
The text was updated successfully, but these errors were encountered: