Archive for category Uncategorized
64位机器编译openssl错误
Posted by Neo in Uncategorized on 2011/09/17
/usr/local/openssl/lib/libssl.a: could not read symbols: Bad value
这个错误的解决方式是重新编译openssl,追加两个参数
./config -fPIC --prefix=/usr/local/ssl/ enable-shared
Posted by Neo in Uncategorized on 2011/09/17
/usr/local/openssl/lib/libssl.a: could not read symbols: Bad value
这个错误的解决方式是重新编译openssl,追加两个参数
近期评论