From 2f19e1ca183735a49f175dbb8810b941139d0413 Mon Sep 17 00:00:00 2001 From: zhiru Date: Sun, 30 Jun 2019 15:58:22 +0800 Subject: [PATCH] edit README.md Former-commit-id: 150f84fc982b23a055664e606b0ef22494ad650a --- cpp/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpp/README.md b/cpp/README.md index c1cd3814..1b2f507d 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -53,6 +53,12 @@ If you encounter the following error when building: ### Launch server Set config in cpp/conf/server_config.yaml +Add milvus/bin/lib to LD_LIBRARY_PATH + +``` +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/milvus/bin/lib +``` + Then launch server with config: cd [build output path] start_server.sh -- GitLab