Build Rpm fails
Posted: Tue May 13, 2025 12:22 pm
Current github client still does not rpm for Redhat or Fedora
Community driven support forum for Folding@home
https://foldingforum.org/
Code: Select all
git clone https://github.com/cauldrondevelopmentllc/cbang
git clone https://github.com/foldingathome/fah-client-bastet
git -C cbang checkout bastet-v8.4.9
git -C fah-client-bastet checkout v8.4.9
git -C cbang cherry-pick -n 1e24e6d90cde528db0bb7a1f65009d237c737701
export CBANG_HOME=$PWD/cbang
scons -C cbang
scons -C fah-client-bastet
scons -C fah-client-bastet packageCode: Select all
src/cbang/openssl/KeyPair.cpp:55:10: fatal error: openssl/engine.h: No such file or directory
55 | #include <openssl/engine.h>
| ^~~~~~~~~~~~~~~~~~This worked on Fedora 42 just a week ago or soMarcos FRM wrote: ↑Tue May 13, 2025 10:56 pmThat works on my Fedora 41 installation.Code: Select all
git clone https://github.com/cauldrondevelopmentllc/cbang git clone https://github.com/foldingathome/fah-client-bastet git -C cbang checkout bastet-v8.4.9 git -C fah-client-bastet checkout v8.4.9 git -C cbang cherry-pick -n 1e24e6d90cde528db0bb7a1f65009d237c737701 export CBANG_HOME=$PWD/cbang scons -C cbang scons -C fah-client-bastet scons -C fah-client-bastet package
I got this error as well. Fedora 43. Some searching on the net says to install compat-openssl11-devel but I'm weary to do this without knowing exactly what I'm doing. The repos do not have this rpm but it can be found in various places. If I understand it correctly fah is looking for openssl 1 and my sustem has openssl 3.wdanwatts wrote: ↑Sat Jul 26, 2025 3:37 pm I tried Marcos FRM code and gotCode: Select all
src/cbang/openssl/KeyPair.cpp:55:10: fatal error: openssl/engine.h: No such file or directory 55 | #include <openssl/engine.h> | ^~~~~~~~~~~~~~~~~~
https://github.com/FoldingAtHome/fah-cl ... ING-RPM.mdjmd wrote: ↑Sat Dec 06, 2025 8:43 amI got this error as well. Fedora 43. Some searching on the net says to install compat-openssl11-devel but I'm weary to do this without knowing exactly what I'm doing. The repos do not have this rpm but it can be found in various places. If I understand it correctly fah is looking for openssl 1 and my sustem has openssl 3.wdanwatts wrote: ↑Sat Jul 26, 2025 3:37 pm I tried Marcos FRM code and gotCode: Select all
src/cbang/openssl/KeyPair.cpp:55:10: fatal error: openssl/engine.h: No such file or directory 55 | #include <openssl/engine.h> | ^~~~~~~~~~~~~~~~~~
Has anyone made progress? I might try it on a Silverblue 43 box for fun, but I expect it won't work.