Nikos Fotiou
Nikos Fotiou
Try running `sudo ldconfig` after finishing the installation.
This is a duplicate of #132
The same here. Any progress on that?
The problem seems to be that the `go mod download` command is executed before copying external sources. The following worked for me. Suppose the folder where your module source is...
I tried that as well. Indeed with this command I can see the folder but the folder is loaded after go mod download is executed. Hence, I couldn’t use it...
Related to that: Why a certificate is generated per application?
Openssl was installed using the following commands. From the host ``` docker exec -it fiware-keyrock bash ``` Then ``` apt-get update apt-get install openssl ```
I had a similar issue with 8.3.2 and the problem was that openssl was not installed in the container. See #314
Related to that. A user can create an "Organization". Then in the "Members" section, users can add to their organization any other user of the system. They even get suggestions...
In order to determine whether the bug is there, I used a variable that counted the records sent through peerOut. So the validation code looked similar to the following: ```go...