1

(5 replies, posted in wolfSSL)

Hello

I've reinstalled with the latest Ubuntu 14.04.3 and everything is compiling just fine.

I still get the same error with Ubuntu release 14.04.1 (iso: ubuntu-14.04.1-desktop-amd64.iso ),

but that's irrelevant now. Mea culpa; i should have updated to the latest Ubuntu.

Problem solved, thank you very very much for your time and patience.

2

(5 replies, posted in wolfSSL)

Hello!

Sources were downloaded from your site a few days ago.

I've done the exact same build procedure both OS version.

Everything is OK for the 32 bit OS but fails on the 64 bit version.

Like you said, i've cd in wolfssl-3.7.0 directory then ./configure and make.

From my research on google, i can conclude that it is NOT a WolfSSL specific problem, but a Ubuntu 64 bit bug.

So i will keep looking for a working 64 bit OS, probably CentOS 7.

Anyway, thanks again for your time and your work.

3

(5 replies, posted in wolfSSL)

Question 1

WolfSSL 3-7 build fails on the 64 bit version of Ubuntu 1204 LTS and Ubuntu 1404 LTS

with the following error message: WARNING: 'aclocal-1.14' is missing on your system.

Interestingly, everything is OK with the 32 bit version of Ubuntu 1204 LTS and 1404 LTS.

with the same autoconf/automake versions as the 64 bit version

Any suggestion...

Question 2

Whats the preferred 64 bit linux OS for build/dev/run

Thanks

Hi all,

I'm trying to compile the echoclient example and i get the following error message;
-> undefined reference to `wolfSSL_CTX_set_psk_client_callback'

Test setup: CodeBlocks+MinGW

I have linked libwolfssl.a in my linker settings as it should be.

Is there something else to link ?
Am i linking to the correct library ?

I am bit confused here ...

NOTE - I was not able to build the whole WolfSSL package using

    configure --enable-static
    make
    make install.

as referenced in: https://www.wolfssl.com/wolfSSL/wolfssl-quickstart.html

My build setup is a regular MinGW/MSYS package.

I had to do the following to generate a static library.

    configure --enable-static
    make src/libwolfssl.la

Reference: https://www.wolfssl.com/wolfSSL/Docs-wo … lfssl.html

Any help or suggestions would be appreciated.

Thank.

update: problem fixed, i added  --enable-psk option to make.
Mr linker is happy, no more undefined reference ...
echoclient and echoserver examples are compiling and working ok.