From 7f5230da424f7c00e2a54eea55f934a2e62f458e Mon Sep 17 00:00:00 2001 From: Andrii Hlukhov Date: Thu, 30 Jun 2022 14:33:05 +0300 Subject: [PATCH] * --- example/C/build_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/C/build_test.sh b/example/C/build_test.sh index 29de183..6759b79 100755 --- a/example/C/build_test.sh +++ b/example/C/build_test.sh @@ -38,7 +38,7 @@ fi gcc -v -g -O0 `mysql_config --cflags` \ -o ./rpl_test_2 ./rpl_test_2.c \ - -lm -lrt -ldl -L../../ -lmysql_rpl_listener `mysql_config --libs` -lpthread -ldl -Wl,-rpath,../../ + -lm -lrt -ldl -L../../ -lmysql_rpl_listener -L../../openssl/lib -lssl `mysql_config --libs` -lpthread -ldl -Wl,-rpath,../../