SSL Setup Problem

Michael McDaniel erlang@REDACTED
Mon Jul 4 12:07:03 CEST 2005


On Mon, Jul 04, 2005 at 09:36:49AM +0100, luvish satija wrote:
> Hello all,
> 
>   I am trying to set up ssl for erlang on my system
> but facing some problems. I am using the following
> .rel file for making boot script.
> 
> {release, {"OTP  APN 181 01","R10B"}, {erts, "5.4.6"},
>  [{kernel,"2.10.7"},
>    {stdlib,"1.13.7"},
>      {ssl, "3.0.5"}]}.
>    
>  Now, when I try to call make_script on this, I get
> the following warnings:
> 
> *WARNING* ssl: Source code not found: 'SSL-PKIX'.erl
> *WARNING* ssl: Source code not found:
> 'PKIX1Algorithms88'.erl
> *WARNING* ssl: Source code not found:
> 'PKIX1Explicit88'.erl
> *WARNING* ssl: Source code not found:
> 'PKIX1Implicit88'.erl
> *WARNING* ssl: Source code not found:
> 'PKIXAttributeCertificate'.erl
> *WARNING* ssl: Source code not found: ssl_pkix_oid.erl
>  
>              But to my surprise, these files are
> actually present on my system ( in directories 
> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/ and 
> /usr/lib/erlang/lib/ssl-3.0.5/pkix/). I have tried
> giving all kind of path options like -pa, -pz and in
> make_script also, but to no use.
<znip>              
> If anybody can help me in this regard, I would be
> obliged.
> Thanks in advance,
> /luvish
_______________________________________________________

I make symbolic links, for example, in
/usr/local/lib/erlang/lib/ssl-3.0.5/src

lrwxrwxrwx  1    60 2005-03-27 23:03 mk_ssl_pkix_oid.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/mk_ssl_pkix_oid.erl
lrwxrwxrwx  1    62 2005-03-27 23:03 PKIX1Algorithms88.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/PKIX1Algorithms88.erl
lrwxrwxrwx  1    60 2005-03-27 23:03 PKIX1Explicit88.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/PKIX1Explicit88.erl
lrwxrwxrwx  1    60 2005-03-27 23:03 PKIX1Implicit88.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/PKIX1Implicit88.erl
lrwxrwxrwx  1    69 2005-03-27 23:03 PKIXAttributeCertificate.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/PKIXAttributeCertificate.erl
lrwxrwxrwx  1    53 2005-03-27 23:03 SSL-PKIX.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/SSL-PKIX.erl
lrwxrwxrwx  1    57 2005-03-27 23:03 ssl_pkix_oid.erl -> /usr/local/lib/erlang/lib/ssl-3.0.5/pkix/ssl_pkix_oid.erl


~Michael



More information about the erlang-questions mailing list