[erlang-bugs] systools:make_script returns "Undefined applications: [asn1]" when generating boot script that enables ssl
Luis A. Serrano
lserranov@REDACTED
Sat Mar 22 07:13:45 CET 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20140321/dae12a34/attachment.htm>
More information about the erlang-bugs
mailing list