|
|
Question : dependent module libssl3.so could not be loaded
|
|
Do you know how to resolve this issue?
exec(): 0509-036 Cannot load program ./certutil because of the following errors: 0509-150 Dependent module libssl3.so could not be loaded. 0509-022 Cannot load module libssl3.so. 0509-026 System error: A file or directory in the path does not exist.
I've check the file libssl3.so and I can confirm that it exists. Is there still a way to solve this problem?
|
Answer : dependent module libssl3.so could not be loaded
|
|
What is the output of:
ldd /path/to/libssl3.so
Also, could you try setting LIBPATH to that path, like:
export LIBPATH=/path/to/your/libssl3/lib/directory
and retrying the command?
|
|
|
|