[openssl-users] OpenSSL 1.0.2 Solaris 32 bit build is broken

Carson Gaspar carson at taltos.org
Thu Apr 16 20:54:08 UTC 2015


On 4/16/15 1:49 PM, Viktor Dukhovni wrote:

> Somewhat (Solaris) related question:
>
>      * Do you have access to  any SunOS 5.10 systems?
>
>      * If you do, can you check whether /bin/sh supports
>        the POSIX "export" built-in syntax:
>
> 	export NAME=value
>
>        or does one have to write (in some order):
>
> 	NAME=value; export NAME
>
> I pushed an update to a test script in the master branch that uses
> the POSIX "export" syntax, and perhaps folks still using SunOS 5.10
> might be unhappy if that breaks (when 1.1.x comes out).

/bin/sh is non-POSIX on Solaris 5.10. One must use /usr/xpg4/bin/sh (or 
ksh, bash, etc.) if one expects 'export foo=bar' to work.

-- 
Carson



More information about the openssl-users mailing list