Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory #38

Open
shoulai opened this issue Aug 20, 2022 · 4 comments

Comments

@shoulai
Copy link

shoulai commented Aug 20, 2022

./navicat-keygen --text ./RegPrivateKey.pem
./navicat-keygen: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Ubuntu 22.04.1 LTS

@cbaqy
Copy link

cbaqy commented Oct 18, 2022

我的是这样生效的:

find / -name libcrypto.so.1.0.0
查找出来这个so所在的目录
编辑/etc/ld.so.conf文件,加上一行.so文件路径
加完后运行ldconfig,更新/etc/ld.so.cache
一定要运行

@shoulai
Copy link
Author

shoulai commented Oct 18, 2022

谢谢了。

我很早就解决了,和你的方式略有不同。

yay -S libxcrypt-compat

@LJ-panda
Copy link

谢谢了。

我很早就解决了,和你的方式略有不同。

yay -S libxcrypt-compat

你好,请问你用的什么版本的Navicat呢

@shoulai
Copy link
Author

shoulai commented Nov 1, 2022

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

No branches or pull requests

3 participants