Menu

#7 configure cannot find mySQL

open
nobody
None
5
2000-11-09
2000-11-09
Anonymous
No

Since there is a mismatch in the configure script
configure is not able to handle the

--with-mysql-includes=DIR
--with-mysql-libraries=DIR

options (current CVS version).

Solution:

# Check whether --with-mysqlincdir or --without-mysqlincdir was given.
if test "${with_mysql_includes+set}" = set; then
withval="$with_mysql_includes"

...

# Check whether --with-mysqllibdir or --without-mysqllibdir was given.
if test "${with_mysql_libraries+set}" = set; then
withval="$with_mysql_libraries"

Discussion


Log in to post a comment.