报错:/usr/local/openssl/lib/libssl.a: could not read symbols: Bad value 1 5,961A+所属分类:Error 问题描述: 在编译apache的时候,增加了--with-ssl=/usr/local/openssl类似的参数,导致编译通过,make报错。 解决方法: 重新编译openssl : ./config -fPIC --prefix=/usr/local/openssl/ enable-shared 0 重新编译openssl : ./config -fPIC --prefix=/usr/local/openssl/ enable-shared
来自外部的引用: 1