We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@ip-172-16-4-75 build]# make [ 66%] Built target slave_a Linking CXX executable db_filler /usr/lib64/mysql/libmysqlclient.a(threads_pthread.o): In function fork_once_func': threads_pthread.c:(.text+0x16): undefined reference to pthread_atfork' collect2: error: ld returned 1 exit status make[2]: *** [test/db_filler] Error 1 make[1]: *** [test/CMakeFiles/db_filler.dir/all] Error 2 make: *** [all] Error 2 [root@ip-172-16-4-75 build]#
fork_once_func': threads_pthread.c:(.text+0x16): undefined reference to
Anyone, can suggest what's wrong in the above error code?
Searched in google, Can't get correct answer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[root@ip-172-16-4-75 build]# make
[ 66%] Built target slave_a
Linking CXX executable db_filler
/usr/lib64/mysql/libmysqlclient.a(threads_pthread.o): In function
fork_once_func': threads_pthread.c:(.text+0x16): undefined reference to
pthread_atfork'collect2: error: ld returned 1 exit status
make[2]: *** [test/db_filler] Error 1
make[1]: *** [test/CMakeFiles/db_filler.dir/all] Error 2
make: *** [all] Error 2
[root@ip-172-16-4-75 build]#
Anyone, can suggest what's wrong in the above error code?
Searched in google, Can't get correct answer.
The text was updated successfully, but these errors were encountered: