Tomas Cejka

Results 11 comments of Tomas Cejka

Can you provide information about your operating system and compiler version, please?

Ok, thank you for the information, I was able to repeat the issue locally, I'll provide a patch soon. A temporary workaround for you can be: `make clean && ./configure...

Well, it seems to me this time it uses a different location of some previously installed library... (In /usr/lib64)? To skip installed libraries and use files from relative paths in...

After updates, I have tested to build everything on a clean Fedora32 using podman container - build succeeded. Can you confirm it's fixed now?

If it is really installed and not detected, try to specify `PKG_CONFIG_PATH` environment variable to configure script. If you are trying to build everything from scratch, think about using RPM...

Dear all, I had a related issue with timeout in `:go()` function - the timeout had no effect and `go()` was blocking forever. My setup is Fedora32, lua5.3, http0.3 (both...

I tried to create a completely new installation in VM.

Backend expects parameters according to https://github.com/CESNET/mod_netconf/blob/master/src/README That means for we need json with these fields and values for URL as a source: { type: 9, key: , source: "url", target:...

It would be perfect to have a switch in configure to be able to disable this feature during the build.