未验证 提交 fc03f696 编写于 作者: valerianian's avatar valerianian 提交者: GitHub

Add troubleshooting info about libmysqlpp.so.3 error (#1225)

* Update INSTALL.md
Signed-off-by: valerianian's avatarLutkin Wang <yamasite@qq.com>

* Update INSTALL.md
Signed-off-by: valerianian's avatarLutkin Wang <yamasite@qq.com>
上级 18a49808
......@@ -2,8 +2,7 @@
- [Build from source](#build-from-source)
- [Compile Milvus on Docker](#compile-milvus-on-docker)
If you encounter any problems/issues compiling Milvus from source, please refer to [Troubleshooting](#troubleshooting).
- [Troubleshooting](#troubleshooting)
## Build from source
......@@ -147,6 +146,7 @@ $ ./start_server.sh
```
## Troubleshooting
1. If you encounter the following error when compiling:
`protocol https not supported or disabled in libcurl`.
First, make sure you have `libcurl4-openssl-dev` installed in your system.
......@@ -159,4 +159,17 @@ Then try reinstalling the latest CMake from source with `--system-curl` option:
```
If the `--system-curl` command doesn't work, you can also reinstall CMake in **Ubuntu Software** on your local computer.
2. If you encounter the following error when compiling in a Docker image: `internal compiler error`. Try increasing the memory allocated to docker.
2. If you encounter the following error when compiling in a Docker image: `internal compiler error`. Try increasing the memory allocated to docker first.
3. If you encounter the following error during compilation:
```
.../bin/milvus_server: error while loading shared libraries: libmysqlpp.so.3: cannot open shared object file: No such file or directory
```
Try the following solutions:
1. Check whether `libmysqlpp.so.3` is correctly installed;
2. If `libmysqlpp.so.3` is installed, check whether it is added to `LD_LIBRARY_PATH`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册