--- a/native_server.go +++ b/native_server.go @@ -30,8 +30,7 @@ func NewNativeServer(keysDir string, port int) (*NativeServer, error) { // different OS use different tang server binary location tangLocations := []string{ - "/usr/lib/", - "/usr/lib/x86_64-linux-gnu/", + "/usr/libexec/", } var tangdPath string