Skip to content
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

Is the libest able to be built with libssl.so.3.1.0? #131

Open
jerrybean17 opened this issue Feb 22, 2024 · 1 comment
Open

Is the libest able to be built with libssl.so.3.1.0? #131

jerrybean17 opened this issue Feb 22, 2024 · 1 comment

Comments

@jerrybean17
Copy link

I have built the libest with libssl.so.1.0.0.
But I couldn't build it with libssl.so.3.1.0.

Is it able to be built with libssl.so.3.1.0?
How can I build it with libssl.so.3.1.0.

$ make
...
(omit)
...
/tmp/libest-3.2.0/example/client/estclient.c:1283: undefined reference to `FIPS_mode_set'
/tmp/libest-3.2.0/src/est/.libs/libest.a(est_client.o): In function `est_client_enroll_csr_internal':
/tmp/libest-3.2.0/src/est/est_client.c:3676: undefined reference to `FIPS_mode'
/tmp/libest-3.2.0/src/est/.libs/libest.a(est_client.o): In function `est_client_enroll_internal':
/tmp/libest-3.2.0/src/est/est_client.c:3179: undefined reference to `FIPS_mode'
/tmp/libest-3.2.0/src/est/.libs/libest.a(est_client.o): In function `est_client_reenroll':
/tmp/libest-3.2.0/src/est/est_client.c:3590: undefined reference to `FIPS_mode'
/tmp/libest-3.2.0/src/est/.libs/libest.a(est_server.o): In function `est_server_set_auth_mode':
/tmp/libest-3.2.0/src/est/est_server.c:3336: undefined reference to `FIPS_mode'
collect2: error: ld returned 1 exit status
Makefile:404: recipe for target 'estclient' failed
make[2]: *** [estclient] Error 1
make[2]: Leaving directory '/tmp/libest-3.2.0/example/client'
Makefile:395: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/libest-3.2.0'
make: *** [libest] Error 2

@kissen
Copy link

kissen commented Apr 29, 2024

You could try pulling in this patch I have provided as a pull request.

#124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants