Replies: 7 comments 3 replies
-
@hbf731eF It looks like you are missing the dependencies step. Please try the following:
Please note that Firedancer does not support upstream OpenSSL. |
Beta Was this translation helpful? Give feedback.
-
Also, thanks for volunteering to test on CentOS Stream 9. We appreciate it 🙏 |
Beta Was this translation helpful? Give feedback.
-
@hbf731eF Were you able to compile it? Please let me know if you ran into any other issues. |
Beta Was this translation helpful? Give feedback.
-
commit a2106f7 is the last referencing frank README : the examples are therefore not working, because after building scripts are missing
|
Beta Was this translation helpful? Give feedback.
-
Thanks, let's open a separate issue regarding frank. You can find an older (working) demo image of the FPGA on |
Beta Was this translation helpful? Give feedback.
-
Filed #911 for the wiredancer changes needed for main. |
Beta Was this translation helpful? Give feedback.
-
following doc/getting-started.md on a Vanilla CentOS Stream 9
$ uname -snr
Linux centos9 5.14.0-375.el9.x86_64
$ dnf groupinstall development
$ git clone https://github.com/firedancer-io/firedancer.git
$ cd firedancer
$ make -j
[...]
src/tango/quic/tls/fd_quic_tls.c:41:37: error: unknown type name ‘OSSL_ENCRYPTION_LEVEL’
[...]
$ grep OSSL_ENCRYPTION_LEVEL /usr/include/openssl/ssl.h
$ rpm -qf /usr/include/openssl/ssl.h
openssl-devel-3.0.7-24.el9.x86_64
Beta Was this translation helpful? Give feedback.
All reactions