Percona-Lab / tpcc-mysql

481 stars 188 forks source link

occurred llibrary not found for -lssl when make source code for mac,how to do for this #23

Open chujun opened 4 years ago

chujun commented 4 years ago
make
cc load.o support.o `mysql_config --libs_r` -lrt -o ../tpcc_load
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [../tpcc_load] Error 1