Coder Social home page Coder Social logo

Comments (14)

wey-gu avatar wey-gu commented on June 15, 2024 1

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.

from nebula-cpp.

wey-gu avatar wey-gu commented on June 15, 2024

@Shylock-Hg could you please take a look at it?

from nebula-cpp.

Shylock-Hg avatar Shylock-Hg commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

from nebula-cpp.

chenlinzhong avatar chenlinzhong commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

from nebula-cpp.

Shylock-Hg avatar Shylock-Hg commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

from nebula-cpp.

chenlinzhong avatar chenlinzhong commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

from nebula-cpp.

Shylock-Hg avatar Shylock-Hg commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

What's your version of OS?

from nebula-cpp.

chenlinzhong avatar chenlinzhong commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

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

from nebula-cpp.

Shylock-Hg avatar Shylock-Hg commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

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

from nebula-cpp.

chenlinzhong avatar chenlinzhong commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

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
not ok
[root@xafj-palo-rpm64 ~]# rpm -ivh nebula-graph-client-3.4.0.el8.x86_64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.25)(64bit) is needed by nebula-graph-client-3.4.0-1.x86_64

from nebula-cpp.

Shylock-Hg avatar Shylock-Hg commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

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
not ok
[root@xafj-palo-rpm64 ~]# rpm -ivh nebula-graph-client-3.4.0.el8.x86_64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.25)(64bit) is needed by nebula-graph-client-3.4.0-1.x86_64

Seems should build nebula-cpp in your environment, try cmake -DCMAKE_BUILD_TYPE=Release

from nebula-cpp.

chenlinzhong avatar chenlinzhong commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

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
not ok
[root@xafj-palo-rpm64 ~]# rpm -ivh nebula-graph-client-3.4.0.el8.x86_64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.25)(64bit) is needed by nebula-graph-client-3.4.0-1.x86_64

do you have docker images that include dependencys so that i can build nebula-cpp from source code directly

from nebula-cpp.

chenlinzhong avatar chenlinzhong commented on June 15, 2024

Please show the compile options of nebual_graph_client library.

the nebual_graph_client was downloaded from nebula-cpp ,how can i get the compile options?

Which do you download?

https://github.com/vesoft-inc/nebula-cpp/releases/download/v3.4.0/nebula-graph-client-3.4.0.el7.x86_64.rpm

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
not ok
[root@xafj-palo-rpm64 ~]# rpm -ivh nebula-graph-client-3.4.0.el8.x86_64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.25)(64bit) is needed by nebula-graph-client-3.4.0-1.x86_64

Seems should build nebula-cpp in your environment, try cmake -DCMAKE_BUILD_TYPE=Release

i do this ,but not success, build nebula-third-party occur many errors

from nebula-cpp.

wey-gu avatar wey-gu commented on June 15, 2024

@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 .

from nebula-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.