We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4830d34 commit b790922Copy full SHA for b790922
example/C/build_test.sh
@@ -38,7 +38,7 @@ fi
38
39
gcc -v -g -O0 `mysql_config --cflags` \
40
-o ./rpl_test_2 ./rpl_test_2.c \
41
- -lm -lrt -ldl -L../../ -lmysql_rpl_listener -L../../openssl/lib -lssl `mysql_config --libs` -lpthread -ldl -Wl,-rpath,../../
+ -lm -lrt -ldl -L../../ -lmysql_rpl_listener `mysql_config --libs` -lpthread -ldl -Wl,-rpath,../../
42
43
44
0 commit comments