Hello,
I am trying to configure openssl-1.0.1j. Here is the full command that I am using for ubuntu 15.04:
./Configure linux-x86_64.
But it gives me an error after make command. Error is
../libcrypto.a(aes_cbc.o):aes_cbc.c
.text+0x0): first defined here
collect2: error: ld returned 1 exit status
../Makefile.shared:164: recipe for target 'link_app.' failed
make[2]: *** [link_app.] Error 1
make[2]: Leaving directory '/home/anr/Downloads/openssl-1.0.1j/apps'
Makefile:153: recipe for target 'openssl' failed
make[1]: *** [openssl] Error 2
make[1]: Leaving directory '/home/anr/Downloads/openssl-1.0.1j/apps'
Makefile:287: recipe for target 'build_apps' failed
make: *** [build_apps] Error 1
Any help to resolve this error?
regards,
Ankit