tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.26k stars 108 forks source link

taplo: error while loading shared libraries: libssl.so.1.1 #616

Closed Conaclos closed 3 weeks ago

Conaclos commented 3 weeks ago

Taplo is used in one of the projects I am working on. My Linux system uses OpenSSL 3.3.1

Since today, I got the following error:

taplo: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

In /usr/lib, I have libssl.so.3.

I am not sure to understand why Taplo requires OpenSSL to format TOML files? Is there a way of disabling it? Thanks!

panekj commented 3 weeks ago

I am not sure to understand why Taplo requires OpenSSL to format TOML files?

Because it doesn't format files only, it has much more functionality.

Is there a way of disabling it?

Build it yourself or get your Linux distribution to add taplo to available packages