Date: Sat, 11 Aug 2018 17:02:15 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 230538] devel/apr1 apr-1.6.3.1.6.1_1 fails to install apr_dbd_mysql-1.so Message-ID: <bug-230538-16115-XnKIaUnlJS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230538-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-230538-16115@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=3D230538 Please <please@forget.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |please@forget.me.uk --- Comment #1 from Please <please@forget.me.uk> --- It looks like it is a APR1 conflict with Mysql80-client=20 (build and install apr manually) ./configure --with-apr=3D../apr-1.6.3/ --with-mysql=20 apr-util configure gives this with mysql80-client=20 .... checking for mysql_config... /usr/local/bin/mysql_config adding "-I/usr/local/include/mysql" to CPPFLAGS setting LIBS to "-L/usr/local/lib/mysql -lmysqlclient -pthread -lz -lm -l= rt -lexecinfo -lssl -lcrypto" checking for mysql.h... no checking for mysql/mysql.h... no ... when mysql57-client gives: .... checking for mysql_config... /usr/local/bin/mysql_config adding "-I/usr/local/include/mysql" to CPPFLAGS setting LIBS to "-L/usr/local/lib/mysql -lmysqlclient -pthread -lz -lm -l= rt -lexecinfo -lssl -lcrypto" checking for mysql.h... yes checking for mysql_init in -lmysqlclient... yes checking for my_global.h... yes .... --=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-230538-16115-XnKIaUnlJS>