Hello,
I've tried to compile the tls_wolfssl module. It seems that some build scripts are missing:
Makefile:48: sources = tls_util.c tls_domain.c tls_rand.c tls_map.c tls_wolfssl_mod.c tls_select.c tls_server.c tls_cfg.c tls_dump_vf.c tls_init.c tls_config.c tls_bio.c tls_rpc.c tls_ct_wrq.c tls_verify.c , auto_gen = , objs = tls_util.o tls_domain.o tls_rand.o tls_map.o tls_wolfssl_mod.o tls_select.o tls_server.o tls_cfg.o tls_dump_vf.o tls_init.o tls_config.o tls_bio.o tls_rpc.o tls_ct_wrq.o tls_verify.o /bin/sh: 3: ./autogen.sh: not found env: './configure': No such file or directory make: *** [Makefile:21: ../../../misc/external/wolfssl/build/include/wolfssl/options.h] Error 127
Cheers,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://gilawa.comhttps://gilawa.com/
On Thu, 17 Nov 2022 at 18:53, Henning Westerholt hw@gilawa.com wrote:
Hello,
I’ve tried to compile the tls_wolfssl module. It seems that some build scripts are missing:
For a fresh repo checkout you would need to first run
git submodule update --init misc/external/wolfssl/wolfssl
Regards Richard Chan
Hi Richard,
thank you, builds fine after that.
Cheers,
Henning
From: sr-dev sr-dev-bounces@lists.kamailio.org On Behalf Of Richard Chan Sent: Friday, November 18, 2022 6:05 AM To: sr-dev@lists.kamailio.org Subject: Re: [sr-dev] compilation of tls_wolfssl module
On Thu, 17 Nov 2022 at 18:53, Henning Westerholt <hw@gilawa.commailto:hw@gilawa.com> wrote: Hello,
I’ve tried to compile the tls_wolfssl module. It seems that some build scripts are missing:
For a fresh repo checkout you would need to first run
git submodule update --init misc/external/wolfssl/wolfssl
Regards Richard Chan