Code Monkey home page Code Monkey logo

Comments (14)

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

Ah I see, it's trying to use an *.so as a static library... But that's in the bls-signatures submodule from chia..

from chia-plotter.

ferdiina avatar ferdiina commented on August 28, 2024

hi max how can i do for fix it ?

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

Post a bug report on: https://github.com/Chia-Network/bls-signatures
They have to fix it...

from chia-plotter.

we-sell-bags avatar we-sell-bags commented on August 28, 2024

sorry.. it is their library, but not relic

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

Somebody managed to fix it by install a static version of libgmp and libsodium. That was on arch however, maybe there is something similar for centos.

from chia-plotter.

baizuchong-net avatar baizuchong-net commented on August 28, 2024

我在centos7中并没有安装成功

from chia-plotter.

lihat1992 avatar lihat1992 commented on August 28, 2024

Can you help me?centos8.3 Looking forward to it.

from chia-plotter.

ferdiina avatar ferdiina commented on August 28, 2024

yes i have already post issue to https://github.com/Chia-Network/bls-signatures
but just told me install python-devel or python3.x-devel
after that the issue same

from chia-plotter.

lihat1992 avatar lihat1992 commented on August 28, 2024

I have Python3-devel installed on it, but I still have this problem.

from chia-plotter.

we-sell-bags avatar we-sell-bags commented on August 28, 2024

it's not python.......
it's missing static libraries......

it can finally compile with this.:
try first one & if still broken use second one.

sudo yum install gmp-static
sudo yum install libsodium-static

Also it is critical to have the CORRECT version of "devtoolset" on your cent os

from chia-plotter.

NickHumphrey avatar NickHumphrey commented on August 28, 2024

on Centos 8 I was able to get libsodium-static installed, and I installed gmp static with these files included:
/usr/lib64/libgmp.so
/usr/local/lib/libgmp.a

But I get:
/usr/bin/ar: /usr/lib64/libgmp.so: File format not recognized
make[2]: *** [lib/bls-signatures/src/CMakeFiles/combined_custom.dir/build.make:80: lib/bls-signatures/src/CMakeFiles/combined_custom] Error 1
make[1]: *** [CMakeFiles/Makefile2:567: lib/bls-signatures/src/CMakeFiles/combined_custom.dir/all] Error 2
make: *** [Makefile:150: all] Error 2

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

latest master ./make_devel.sh has usage of GMP disabled

from chia-plotter.

smash-necros avatar smash-necros commented on August 28, 2024

it's not python.......
it's missing static libraries......

it can finally compile with this.:
try first one & if still broken use second one.

sudo yum install gmp-static

worked for me. centos 7

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

should be fixed now

from chia-plotter.

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.