所以编译了openssl-1.0.2q:
./Configure --openssldir=/opt/openssl102q solaris64-sparcv9-gcc
然后尝试使用openssl编译bind-9.12.3:
./configure CFLAGS="-g -m64" --prefix=/opt/name --with-openssl=/opt/openssl102q
并得到以下错误:
ld: fatal: relocations remain against allocatable but non-writable sections
*** Error code 1
make: Fatal error: Command failed for target sample.so
Current working directory /export/home/user/bind-9.12.3/bin/tests/system/dyndb/driver
有没有办法解决这个问题? 预先感谢。