[erlang-questions] question about eldap and ssh
Minin Maxim
Maxim.Minin@REDACTED
Thu Feb 14 07:56:36 CET 2013
Hello Ingela,
thank You for your answer.
I use R15B03.
You are right - in R16A ssh specifies public_key as dependency application.
But eldap is still dependent on ASN1. If I grep, I get following result:
grep -n asn src/eldap.erl
202:optional([]) -> asn1_NOVALUE;
376: TcpOpts = [{packet, asn1}, {active,false}],
683: {ok,Bytes} = asn1rt:encode('ELDAPv3', 'LDAPMessage', Message),
702: case asn1rt:decode('ELDAPv3', 'LDAPMessage', Packet) of
The module asn1rt is a part of asn1 lib. Are you planning to remove the dependency from ASN1 kompletely?
Thanks
Maxim Minin
Von: Ingela Andin [mailto:ingela.andin@REDACTED]
Gesendet: Mittwoch, 13. Februar 2013 16:54
An: Minin Maxim
Cc: erlang-questions@REDACTED
Betreff: Re: [erlang-questions] question about eldap and ssh
Hello!
What version are you using? Latest ssh specifies public_key as dependency application and I do not think that eldap should be rutime dependent on ASN1 (atleast not latest version).
Regards Ingela Erlang/OTP team - Ericsson AB
2013/2/11, Minin Maxim <Maxim.Minin@REDACTED>:
> Hi
>
> i try to build a release of an application with dependencies of some
> standard libs and fail because not all necessary applications are have
> been packaged.
> I use eldap and ssh in my application. Eldap itself needs the lib ans1
> and ssh - public_key. But both have not in their app-files the ans1
> and public_key as dependency. As a result this two applications (ans1
> and
> public_key) are not in my release.
> Is it a bug, that the dependencies are missing in the app-file of
> eldap and ssh or am I doing something wrong?
>
> thanks
>
> Maxim Minin
>
More information about the erlang-questions
mailing list