Searched refs:DEPENDENCY_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance
52 DEPENDENCY_NOT_FOUND="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c 'not f…53 if [[ "$DEPENDENCY_NOT_FOUND" != 0 ]]; then56 if [ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ] || [ "$DEPENDENCY_NOT_FOUND" != 0 ]; then
66 DEPENDENCY_NOT_FOUND="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c 'not f…67 if [[ "$DEPENDENCY_NOT_FOUND" != 0 ]]; then70 if [ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ] || [ "$DEPENDENCY_NOT_FOUND" != 0 ]; then