Topic: [SOLVED] Configure Script Hang up

Hi,

We are encountering a problem when we try to run ./configure on a debian machine (uml mode with netkit).
Everything works fine and when it comes to the check of "checking if gcc static flag -static works", it stops doing anything.

What can we do about that ?

We don't really see what the problem is and any help would be greatly appreciated.

Loïc

Share

Re: [SOLVED] Configure Script Hang up

Hi Loic,

Are you using an unmodified wolfSSL bundle downloaded from the wolfSSL website?  Are you doing anything different than the standard:

unzip cyassl-3.2.0.zip
cd cyassl-3.2.0
./configure
make

Thanks,
Chris

Re: [SOLVED] Configure Script Hang up

Hi,

Actually we solved this issue.
The netkit machines are run by default with 32M of memory and it was not enough for the ./configure to execute correctly.
If you increase this amount, there is no more problem.

Thanks anyway wink

Share

Re: [SOLVED] Configure Script Hang up

Glad to hear you got it figured out!  Do you mind if I ask what kind of project you are working on with CyaSSL?

Thanks,
Chris

Re: [SOLVED] Configure Script Hang up

For a master thesis, we are currently evaluating the possibility to make DTLS multipath.

It's similar to Multipath TCP but here we are trying to build something secure and over UDP.  The idea is to use multiple interfaces between client and server to increase the performances. For example in a mobile, you could use 4G + wifi.

Ultimately, we want to use this new protocol between Tor relays and study the impact on latency and privacy. (But that's if we have enough time  smile  )

Anyway, for now wolfSSL seems quite readable and extendable !

Share

Re: [SOLVED] Configure Script Hang up

Sounds like an interesting project!  If you end up releasing something publicly, you should drop us a link so we can check it out!

Best Regards,
Chris