Greetings, When running the config script on Solaris 9 (sparc), the symbolic link /dev/null -> /devices/pseudo/mm@0:null is destroyed. You will notice it happened by the error messages that start spewing. To repair:
# ln -s /devices/pseudo/mm@0:null /dev/null Workaround: comment out the following lines before running config: #($CC -Wa,--help -c -o /dev/null -x assembler /dev/null 2>&1 | \ # grep \\--noexecstack) 2>&1 > /dev/null && \ # options="$options -Wa,--noexecstack" Cheers, Mitch Halmu ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
