<br><br><div class="gmail_quote">On Mon, Oct 18, 2010 at 2:50 AM, BERTRAND Joel <span dir="ltr"><<a href="mailto:joel.bertrand@systella.fr">joel.bertrand@systella.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Jonathan Busby a écrit :<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
My main system is down so I am tying to compile RPL/2 on my netbook<br>
which runs Linux Mint 9 Isadora KDE 64-bit. After installing the<br>
dependencies<br>
, doing a ./configure --prefix=/usr/local/rpl2 and finally a make -j 3<br>
it seemed to compile without error until it got into the SSL tests.<br>
<br>
Specifically, I got the following errors :<br>
<br>
error using 'x509' to sign a user certificate request<br>
</blockquote>
<br></div>
        Very strange. I've never seen this error. What's your gcc version ? </blockquote><br><br>4.4.3<br><br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What's your main processor ?<br></blockquote><div><br> <br>AMD Athlon™ II Neo Dual-Core Processor K325 1.3GHz, 2MB L2 Cache, 1.6GT/s<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
        OpenSSL make process is particulary broken and does't like '-j' flag. </blockquote><div><br><br>You were right. After omitting the "j" flag everything went smoothly and I have RPL/2 up and running! :)<br>
<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">You should try to build openssl alone (without -j) and you should verify that build/tools/openssl-VERSION is configured with good option. For example :<br>

<br>
cauchy:[~/rpl/build/tools/openssl-1.0.0a] > build/tools/openssl-VERSION/config<br>
...<br>
Configured for linux-x86_64.<br>
cauchy:[~/rpl/build/tools/openssl-1.0.0a] ><br></blockquote><div><br><br>I get "Configured for linux-x86_64."<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
        When you'll try to build openssl, please record all output as openssl build process can aborts due to an early error you have not seen.<br>
<br>
        Regards,<br>
<br>
        JKB<br></blockquote><div><br><br>Thanks for your help! :)<br><br>Regards,<br><br>Jonathan<br><br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

_______________________________________________<br>
RPL2 mailing list<br>
<a href="mailto:RPL2@rayleigh.systella.fr" target="_blank">RPL2@rayleigh.systella.fr</a><br>
<a href="https://www.systella.fr/cgi-bin/mailman/listinfo/rpl2" target="_blank">https://www.systella.fr/cgi-bin/mailman/listinfo/rpl2</a><br>
<a href="http://www.systella.fr/%7Ebertrand/rpl2/english.html" target="_blank">http://www.systella.fr/~bertrand/rpl2/english.html</a><br>
</blockquote></div><br>