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
Hello!
I try to compile plugin for centos 6 mysql 5.6.
./configure --with-mysql=/root/mysql-src/mysql-5.6.24 --with-judy=/usr/local/bin/judy-1.0.5 --with-event=/usr/local/bin/libevent-2.0.22 --with-libdir=/usr/lib64/mysql/plugin/
and see:
checking for pthread_setaffinity_np in -lpthread... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for MySQL source code... /root/mysql-src/mysql-5.6.24
checking for MySQL version >= 5.1... ok
checking libevent install prefix... /usr/local/bin/libevent-2.0.22
checking if libevent requires -lrt... configure: error: something went wrong - c annot link libevent, please report (attach you config.log)
What is wrong?
The text was updated successfully, but these errors were encountered:
/usr/local/bin/libevent-2.0.22 - that doesn't look like a correct install prefix.
Did you really specify --prefix=/usr/local/bin/libevent-2.0.22 when installing libevent? I guess it's /usr/local
JFYI, current devel branch doesn't use libevent at all.
Hello!
I try to compile plugin for centos 6 mysql 5.6.
./configure --with-mysql=/root/mysql-src/mysql-5.6.24 --with-judy=/usr/local/bin/judy-1.0.5 --with-event=/usr/local/bin/libevent-2.0.22 --with-libdir=/usr/lib64/mysql/plugin/
and see:
checking for pthread_setaffinity_np in -lpthread... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for MySQL source code... /root/mysql-src/mysql-5.6.24
checking for MySQL version >= 5.1... ok
checking libevent install prefix... /usr/local/bin/libevent-2.0.22
checking if libevent requires -lrt... configure: error: something went wrong - c annot link libevent, please report (attach you config.log)
What is wrong?
The text was updated successfully, but these errors were encountered: