Anybody know how to install polarssl and enable it with monkey. Polarssl-1.3.1 gives some weird errors and ones before like Polarssl-1.2.9 seemed to give less.

/usr/bin/ld: /usr/local/lib/libpolarssl.a(bignum.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libpolarssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [monkey-polarssl.so] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2

The other thing is the link is not does not work anymore.


On 3/12/2013 4:51 PM, Sonny Karlsson wrote:
Hi

Some patches for the monkey polarssl plugin has just ben pushed.
They fix some issues, among them the ones Paul found.

I've also written a small blog entry on how to enable ssl support in
monkey.
https://lotrax.org/howto-monkey-ssl.html

Changes:
* Add support for TCP_FASTOPEN.
* Fix assert failure on exit.
* Use DHM parameters from RFC5114 if available.
* Use dummy error_strerror() if function not available.
* Use global entropy context.
* Reset session in context_unset.
* Don't return -1 from sendfile on EAGAIN.


_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to