<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 08/31/2012 03:15 PM, CGS wrote:<br>
</div>
<blockquote
cite="mid:CAKrexVJR1k=DSMG45JhqUbyUaBBydD3WKnGkaXVDHsntG-FBmg@mail.gmail.com"
type="cite">I was taking a closer look at the code and I found
this in yxa/src/transportlayer/ssl_util.erl (line 33):
<div><br>
</div>
<div>-include_lib("ssl/include/OTP-PKIX.hrl").</div>
<div><br>
</div>
<div>which I couldn't find it in R15B01. I will try to find more
about that header, but if you have a better starting point,
please, let me know. I am not familiar with Erlang releases
older than maximum 1 year.</div>
<div><br>
</div>
<div>CGS</div>
<div><br>
</div>
</blockquote>
<br>
Don't know why <span style="color: rgb(0, 128, 128); font-family:
Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 16px; orphans: 2; text-align:
-webkit-auto; text-indent: 0px; text-transform: none; white-space:
pre; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); display: inline !important; float: none; ">HAS_OTP_PUB_KEY_HRL</span>
wasn't set by configure. Try to define it in config.hrl as a
work-around.<br>
<br>
<a class="moz-txt-link-freetext" href="https://github.com/mikma/yxa/blob/otp-r14a/src/transportlayer/ssl_util.erl">https://github.com/mikma/yxa/blob/otp-r14a/src/transportlayer/ssl_util.erl</a><br>
<br>
/Mikael<br>
<br>
<blockquote
cite="mid:CAKrexVJR1k=DSMG45JhqUbyUaBBydD3WKnGkaXVDHsntG-FBmg@mail.gmail.com"
type="cite">
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On Fri, Aug 31, 2012 at 2:36 PM, CGS <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:cgsmcmlxxv@gmail.com" target="_blank">cgsmcmlxxv@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Yes.
<div class="HOEnZb">
<div class="h5">
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On Fri, Aug 31, 2012 at 2:35
PM, Mikael Magnusson <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:mikma264@gmail.com" target="_blank">mikma264@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>
<div>
<div>On 08/31/2012 02:33 PM, CGS wrote:<br>
</div>
<blockquote type="cite">I changed it in <a
moz-do-not-send="true"
href="http://configure.ac"
target="_blank">configure.ac</a> and
configure script finished without error.
Unfortunately, make reports errors:
<div><br>
</div>
<div>
<div>ssl_util.erl:27: can't find include
lib "ssl/include/OTP-PKIX.hrl"</div>
<div>ssl_util.erl:179: record
'AttributeTypeAndValue' undefined</div>
<div>ssl_util.erl:182: record
'AttributeTypeAndValue' undefined</div>
<div>ssl_util.erl:186: record
'AttributeTypeAndValue' undefined</div>
<div>ssl_util.erl:195: record
'SSLAttributeTypeAndValue' undefined</div>
<div>ssl_util.erl:196: record
'SSLAttributeTypeAndValue' undefined</div>
<div>ssl_util.erl:238: record
'Certificate' undefined</div>
<div>ssl_util.erl:239: record
'Certificate' undefined</div>
<div>ssl_util.erl:239: record
'TBSCertificate' undefined</div>
<div>ssl_util.erl:279: record
'Certificate' undefined</div>
<div>ssl_util.erl:280: record
'Certificate' undefined</div>
<div>ssl_util.erl:280: record
'TBSCertificate' undefined</div>
<div>ssl_util.erl:290: record
'Extension' undefined</div>
<div>ssl_util.erl:292: record
'Extension' undefined</div>
<div>ssl_util.erl:302: record
'Extension' undefined</div>
<div>ssl_util.erl:303: variable 'Value'
is unbound</div>
<div>ssl_util.erl:519: record
'Certificate' undefined</div>
<div>ssl_util.erl:519: record
'TBSCertificate' undefined</div>
<div>ssl_util.erl:523: record
'Certificate' undefined</div>
<div>ssl_util.erl:523: record
'TBSCertificate' undefined</div>
<div>ssl_util.erl:532: record
'AttributeTypeAndValue' undefined</div>
<div>ssl_util.erl:63: Warning:
ssl:peercert/2: deprecated (will be
removed in R15A); use ssl:peercert/1
and public_key:pkix_decode_cert/2
instead</div>
<div>make[2]: ***
[../../ebin/ssl_util.beam] Error 1</div>
<div>make[2]: Leaving directory
`/media/Data/Projects/yxa_new/src/transportlayer'</div>
<div>make[1]: *** [all-recursive] Error
1</div>
<div>make[1]: Leaving directory
`/media/Data/Projects/yxa_new/src'</div>
<div>make: *** [all-recursive] Error 1</div>
<div><br>
</div>
<div>Any suggestion?</div>
</div>
</blockquote>
<br>
</div>
</div>
Are you using the R14A branch?<br>
<br>
<a moz-do-not-send="true"
href="https://github.com/mikma/yxa/tree/otp-r14a"
target="_blank">https://github.com/mikma/yxa/tree/otp-r14a</a>
<div>
<div><br>
<br>
/Mikael<br>
<br>
<blockquote type="cite">
<div>
<div><br>
</div>
<div>CGS</div>
<div><br>
</div>
<br>
<div class="gmail_quote">On Fri, Aug 31,
2012 at 2:27 PM, Mikael Magnusson <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:mikma264@gmail.com"
target="_blank">mikma264@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div bgcolor="#FFFFFF"
text="#000000">
<div>
<div>On 08/31/2012 02:24 PM, CGS
wrote:<br>
</div>
<blockquote type="cite">
<div>Just tried it and I got
this with Erlang R15B01
(erts-5.9.1):</div>
<div><br>
</div>
configure: error: 5.9.1 found,
5.7.2 (Erlang/OTP R13B-1)
required<br>
<br>
If I will change the
configure, do you think it
won't affect the code further?
<div> <br>
</div>
</blockquote>
<br>
</div>
There should be a parameter to
configure that can be used to
disable that test, try it.<span><font
color="#888888"><br>
<br>
/Mikael</font></span>
<div>
<div><br>
<br>
<blockquote type="cite">
<div>CGS</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On
Fri, Aug 31, 2012 at
2:16 PM, Mikael
Magnusson <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:mikma264@gmail.com" target="_blank">mikma264@gmail.com</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">
<div bgcolor="#FFFFFF"
text="#000000">
<div>
<div>On 08/31/2012
02:13 PM, CGS
wrote:<br>
</div>
<blockquote
type="cite">I
tried a test,
but firstly it
needs to be
brought up to
the latest
version of
Erlang. R13B01
is obsolete
version and many
things are
changed in
Erlang since
then.
<div><br>
</div>
<div>CGS</div>
<div><br>
</div>
<div><br>
</div>
</blockquote>
<br>
</div>
There is a branch
for R14, maybe it
works better with
the latest Erlang
version.<br>
<br>
<a
moz-do-not-send="true"
href="https://github.com/mikma/yxa/tree/otp-r14a" target="_blank">https://github.com/mikma/yxa/tree/otp-r14a</a>
<div>
<div><br>
<br>
<blockquote
type="cite">
<div><br>
<div
class="gmail_quote">
On Fri, Aug
31, 2012 at
2:01 PM,
Manuel A.
Rubio
"Bombadil" <span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:bombadil@bosqueviejo.net"
target="_blank">bombadil@bosqueviejo.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">
<div>
<p>And ... are
you usign YXA
in some areas?
dev?
production?
test?</p>
<p>El
2012-08-31
13:54, Mikael
Magnusson
escribió:</p>
<div>
<div>
<blockquote
type="cite"
style="padding-left:5px;border-left:#1010ff
2px
solid;margin-left:5px;width:100%">
<div>On
08/31/2012
01:46 PM, CGS
wrote:</div>
<blockquote
type="cite"
style="padding-left:5px;border-left:#1010ff
2px
solid;margin-left:5px;width:100%">Hi
Manuel,
<div>I was
wondering the
same for some
time. I will
follow this
thread for the
replies from
devs.</div>
<div>CGS</div>
</blockquote>
<br>
I am not
active in the
project
currently, and
I don't think
the project is
active at KTH
or Stockholm
University.
People at KTH
started the
project, and
people at
Stockholm
University
continued
after them.
But now the
project seems
rather
inactive.<br>
<br>
/Mikael<br>
<br>
<blockquote
type="cite"
style="padding-left:5px;border-left:#1010ff
2px
solid;margin-left:5px;width:100%">
<div><br>
<br>
<div
class="gmail_quote">On
Fri, Aug 31,
2012 at 1:42
PM, Manuel A.
Rubio
"Bombadil" <span><<a
moz-do-not-send="true" href="mailto:bombadil@bosqueviejo.net"
target="_blank">bombadil@bosqueviejo.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="border-left:1px
#ccc
solid;padding-left:1ex">Hi
to all,<br>
<br>
I'm new in the
list, I've
reviewed the
YXA code and
I'd like to
know the
project
activity, is
ready for
production?<br>
<br>
Thanks.<br>
Manuel Rubio.<br>
_______________________________________________<br>
Yxa-devel
mailing list<br>
<a
moz-do-not-send="true"
href="mailto:Yxa-devel@lists.su.se" target="_blank">Yxa-devel@lists.su.se</a><br>
<a
moz-do-not-send="true"
href="https://lists.su.se/mailman/listinfo/yxa-devel" target="_blank">https://lists.su.se/mailman/listinfo/yxa-devel</a></blockquote>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Yxa-devel mailing list
<a moz-do-not-send="true" href="mailto:Yxa-devel@lists.su.se" target="_blank">Yxa-devel@lists.su.se</a>
<a moz-do-not-send="true" href="https://lists.su.se/mailman/listinfo/yxa-devel" target="_blank">https://lists.su.se/mailman/listinfo/yxa-devel</a>
</pre>
</blockquote>
</blockquote>
</div>
</div>
<span><font
color="#888888">
<div>
<pre>--
Manuel A. Rubio "Bombadil"
Usuario de GNU/Linux #323628 acorde a <a moz-do-not-send="true" href="http://counter.li.org/" target="_blank">http://counter.li.org/</a>
Técnico en Admin. Sistemas Informáticos</pre>
</div>
</font></span></div>
<br>
_______________________________________________<br>
Yxa-devel
mailing list<br>
<a
moz-do-not-send="true"
href="mailto:Yxa-devel@lists.su.se" target="_blank">Yxa-devel@lists.su.se</a><br>
<a
moz-do-not-send="true"
href="https://lists.su.se/mailman/listinfo/yxa-devel" target="_blank">https://lists.su.se/mailman/listinfo/yxa-devel</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Yxa-devel mailing list
<a moz-do-not-send="true" href="mailto:Yxa-devel@lists.su.se" target="_blank">Yxa-devel@lists.su.se</a>
<a moz-do-not-send="true" href="https://lists.su.se/mailman/listinfo/yxa-devel" target="_blank">https://lists.su.se/mailman/listinfo/yxa-devel</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Yxa-devel mailing list<br>
<a
moz-do-not-send="true"
href="mailto:Yxa-devel@lists.su.se" target="_blank">Yxa-devel@lists.su.se</a><br>
<a
moz-do-not-send="true"
href="https://lists.su.se/mailman/listinfo/yxa-devel" target="_blank">https://lists.su.se/mailman/listinfo/yxa-devel</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Yxa-devel mailing list<br>
<a moz-do-not-send="true"
href="mailto:Yxa-devel@lists.su.se"
target="_blank">Yxa-devel@lists.su.se</a><br>
<a moz-do-not-send="true"
href="https://lists.su.se/mailman/listinfo/yxa-devel"
target="_blank">https://lists.su.se/mailman/listinfo/yxa-devel</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>