You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I try build docker containers from you instaructions , in first step
$ make build
i see error lstat bin/stolon-sentinel: no such file or directory
Step 3 : COPY bin/stolon-sentinel bin/stolonctl /usr/local/bin/ lstat bin/stolon-sentinel: no such file or directory make: *** [sentinel] Error 1
What could be the problem ?
Where this files ?
The text was updated successfully, but these errors were encountered:
kksudo
changed the title
Error- lstat bin/stolon-sentinel: no such file or directory
Build docker container. Error- lstat bin/stolon-sentinel: no such file or directory
Apr 19, 2017
@mausspb the image requires the stolon binaries so you should previously build the project (./build in the project root). Perhaps the doc should clarify this.
Hello.
I try build docker containers from you instaructions , in first step
Step 3 : COPY bin/stolon-sentinel bin/stolonctl /usr/local/bin/ lstat bin/stolon-sentinel: no such file or directory make: *** [sentinel] Error 1
What could be the problem ?
Where this files ?
The text was updated successfully, but these errors were encountered: