-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined reference to `nebula::ConnectionPool::init #115
Comments
@Shylock-Hg could you please take a look at it? |
Please show the compile options of |
the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options? |
Which do you download? |
|
What's your version of OS? |
Linux 4.14.0_1-0-0-42 #1 SMP Tue Jul 20 16:37:22 CST 2021 x86_64 x86_64 x86_64 GNU/Linux |
ok, you could try https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el8.x86_64.rpm |
|
Seems should build |
do you have docker images that include dependencys so that i can build nebula-cpp from source code directly |
i do this ,but not success, build nebula-third-party occur many errors |
Try with this image https://github.com/vesoft-inc/nebula-dev-docker export TAG=centos8
docker run -ti \
-v "$PWD":/home/nebula \
-w /home/nebula \
--name nebula_dev \
vesoft/nebula-dev:$TAG \
bash all third-party things are ready there. |
@chenlinzhong I encountered this today on a CentOS 7 env that the rpm binary will suffer from issue of yours, too. I then make instal it from the source to resolve it then. We should fix the binary install issue @Shylock-Hg . |
when i try to compile the client some errors happend
The text was updated successfully, but these errors were encountered: