Error running the ra-tls-mbedtls example #1042
Replies: 2 comments 4 replies
-
GCC cannot find How did you install Gramine? Did you git-clone, build and install? If yes, under which prefix? And did you modify environment variables if the prefix was specified by you? (See the table at https://gramine.readthedocs.io/en/latest/devel/building.html#additional-build-options). |
Beta Was this translation helpful? Give feedback.
-
I think you're right and we have a bug in Gramine. Could you do two things:
with this:
Explanation: the In the case of mbedTLS, the dependencies between the three static libraries are like this:
So the correct order should be: On my Ubuntu machine, I see the wrong order:
I'm unsure why on my Ubuntu, everything works and builds correctly. Maybe there is some difference in default GCC behavior... @mkow @boryspoplawski @woju Did I root cause this correctly? Should we modify our |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While running the command 'ARCH_LIBDIR=/lib64 make app', I am getting following error:-
(Server:- RHEL 8.6, Kernel Version:- 4.18.0-348.20.1.el8_5.x86_64)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions