问题描述
- ubuntu 12.04 configure Sqlcipher 出问题!!!
-
ubuntu 12.04 configure Sqlcipher 源码时候,怎么会出问题:
:~/sqlcipher/sqlcipher$ sudo ./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in/home/oliver/sqlcipher/sqlcipher':
config.log' for more details
configure: error: C compiler cannot create executables
See找不出原因啊,球解!
解决方案
看config log。是不是i 你环境不符合条件
解决方案二:
c编译器不工作。检查本地编译链接文件是否正常
解决方案三:
检查了了好久,原来是缺少编译环境....openssl依赖库以及tcl
时间: 2024-09-07 11:35:56