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

Luis A. Serrano lserranov@REDACTED
Sat Mar 22 18:16:32 CET 2014


Hi Dave, 

Many thanks. That worked. I got the "expected" ok now.

Regarding the patch for relevant doc, I'm pretty new here and instead of fixing I would be causing more damage. For now I will let somebody else to do that.

Thanks again!
Regards
Luis 


________________________________
 From: Dave Cottlehuber <dch@REDACTED>
To: Luis A. Serrano <lserranov@REDACTED> 
Cc: "erlang-bugs@REDACTED" <erlang-bugs@REDACTED> 
Sent: Saturday, March 22, 2014 12:58 AM
Subject: Re: [erlang-bugs] systools:make_script returns "Undefined applications: [asn1]" when generating boot script that enables ssl
 

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

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20140322/11006336/attachment.htm>


More information about the erlang-bugs mailing list