[erlang-bugs] systools:make_script returns "Undefined applications: [asn1]" when generating boot script that enables ssl

Dave Cottlehuber dch@REDACTED
Sat Mar 22 08:58:45 CET 2014


Luis,

Add {asn1, "2.0.4"},

to your .rel file. If that works, consider sending a patch for the
relevant doc http://github.com/erlang/otp/tree/master/lib/ssl/doc/src/ssl_distribution.xml


On 22 March 2014 07:13, Luis A. Serrano <lserranov@REDACTED> wrote:
>
> Hello, I have a setup with CentOS release 6.5 (Final) 64 bits.
>
> I Installed Erlang R16B03-1, nothing fancy, just something like:
>
> ./configure --with-ssl=/usr/lib64 && make && make install
>
> My intention is to enable ssl in Erlang so that I can do https tests with
> tsung. http by itself goes well.
>
> I was following notes at
> http://www.erlang.org/doc/apps/ssl/ssl_distribution.html about using ssl in
> Erlang section 3.2. So I generated the file start_ssl.rel like this:
>
> {release, {"OTP  APN 181 01","R16B03-1"}, {erts, "5.10.4"},
>  [{kernel,"2.16.4"},
>   {stdlib,"1.19.4"},
>   {crypto, "3.2"},
>   {public_key, "0.21"},
>   {ssl, "5.3.3"}
>    ]}.
>
>
> Then ran:
> # erl
> Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10]
> [hipe] [kernel-poll:false]
>
> Eshell V5.10.4  (abort with ^G)
> 1> systools:make_script("start_ssl",[]).
> Undefined applications: [asn1]
> error
> 2>
>
> Somehow systools is failing. I did bunch of google searches and I was not
> able to find somebody with same problem.
>
> I'm sorry for the ignorance but is there a way to enable/define application
> asn1?
>
> Many thanks
> Luis
>
>
>
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>



More information about the erlang-bugs mailing list