[erlang-questions] can't use ssl lib in f26 compile
Jakub Groncki
jakub.groncki@REDACTED
Tue Apr 11 17:14:00 CEST 2017
Hi,
otp_src_19.3/HOWTO/INSTALL.md contains the possible configuration options
you can use to customize your install. Amongst others:
* `--{with,without}-ssl` - OpenSSL (without implies that the `crypto`,
`ssh`, and `ssl` won't be built)
* `--with-ssl=PATH` - Specify location of OpenSSL include and lib
* `--with-ssl-incl=PATH` - Location of OpenSSL `include` directory,
if different than specified by `--with-ssl=PATH`
You can use them in combination with ./configure
2017-04-11 17:00 GMT+02:00 Wes James <comptekki@REDACTED>:
> actually, it's configure that complains...
>
> On Tue, Apr 11, 2017 at 8:33 AM, Wes James <comptekki@REDACTED> wrote:
>
>> I tried to "make" erlang 19.3 from source. All went well except it
>> doesn't like the version of openssl that is installed. I am testing fedora
>> 26, which just came out in alpha. Is there something in the Make file I
>> can change so it accepts the the openssl that is there?.
>>
>> Thanks,
>>
>> wes
>>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170411/47be534a/attachment.htm>
More information about the erlang-questions
mailing list