> From: Mitch Halmu via RT [mailto:r...@openssl.org]
> Sent: Friday, May 03, 2013 5:57 PM
> 
> When running the config script on Solaris 9 (sparc), the symbolic link
> /dev/null -> /devices/pseudo/mm@0:null is destroyed.

But only if you're rash enough to run the config script as root, presumably.

> You will notice it
> happened by the error messages that start spewing. To repair:
> 
> # ln -s /devices/pseudo/mm@0:null /dev/null

Or simpler and less error prone:

# devfsadm

> 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"


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to