[erlang-questions] R16B03-1 + Redhat with latest openssl RPMs = EC crypto issues still occurring

Adam Bloomston adam@REDACTED
Mon Feb 3 00:57:08 CET 2014


Thanks for the tip Peter. When I look back at Andreas Schultz post I see he
had specified it as you put it, i.e. without a semicolon. I mistakenly read
it as having a semicolon.

Best,
Adam


On Sun, Feb 2, 2014 at 5:26 PM, Per Hedeland <per@REDACTED> wrote:

> Adam Bloomston <adam@REDACTED> wrote:
> >
> >Note that installation with environment variable set prior to calling
> >configure does not work (took me a while to figure this out since I'm not
> >that familiar with configure/make):
> >
> >---------------------------
> >
> >$ CFLAGS="-DOPENSSL_NO_EC=1"; ./configure && make && sudo make install
>
> That commandline does not set CFLAGS as an environment variable (unless
> you have done 'export CFLAGS' earlier in the same shell), only as a
> shell variable - not visible to 'configure'. You probably want to drop the
> semicolon:
>
> $ CFLAGS="-DOPENSSL_NO_EC=1" ./configure && make && sudo make install
>
> - which sets CFLAGS as an environment variable for the following command
> (i.e. configure) only. Whether configure actually pays attention to it
> is another thing (I believe it does), but at least it has the
> possibility.
>
> --Per Hedeland
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140202/0062f60a/attachment.htm>


More information about the erlang-questions mailing list