3 Star 9 Fork 13

好雨科技 / rainbond-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tips.md 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
GLYASAI 提交于 2019-07-23 17:28 . [ADD] list enterprises

问题

cc -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.14-intel-2.7/_mysql.o -L/usr/local/Cellar/mysql-connector-c/6.1.11/lib -lmysqlclient -lssl -lcrypto -o build/lib.macosx-10.14-intel-2.7/_mysql.so
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'cc' failed with exit status 1

解决方式:

brew info openssl
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
Python
1
https://gitee.com/rainbond/rainbond-console.git
git@gitee.com:rainbond/rainbond-console.git
rainbond
rainbond-console
rainbond-console
master

搜索帮助