[RPL/2] Error in SSL when trying to compile RPL/2 v4.0.19

BERTRAND Joel joel.bertrand at systella.fr
Lun 18 Oct 09:50:37 CEST 2010


Jonathan Busby a écrit :
> My main system is down so I am tying to compile RPL/2 on my netbook
> which runs Linux Mint 9 Isadora KDE 64-bit. After installing the
> dependencies
> , doing a ./configure --prefix=/usr/local/rpl2 and finally a make -j 3
> it seemed to compile without error until it got into the SSL tests.
>
> Specifically, I got the following errors :
>
> error using 'x509' to sign a user certificate request

	Very strange. I've never seen this error. What's your gcc version ? 
What's your main processor ?

	OpenSSL make process is particulary broken and does't like '-j' flag. 
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 :

cauchy:[~/rpl/build/tools/openssl-1.0.0a] > 
build/tools/openssl-VERSION/config
...
Configured for linux-x86_64.
cauchy:[~/rpl/build/tools/openssl-1.0.0a] >

	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.

	Regards,

	JKB


Plus d'informations sur la liste de diffusion RPL2