chylex / Discord-History-Tracker

Desktop app & browser script that saves Discord chat history into a file, and an offline viewer that displays the file.
https://dht.chylex.com
MIT License
475 stars 83 forks source link

exits with "No usable version of libssl was found" #208

Closed woozalia closed 11 months ago

woozalia commented 1 year ago

$ ./DiscordHistoryTracker

No usable version of libssl was found Aborted (core dumped)

I don't know where the core-dump is; it doesn't seem to be in /var/log.

chylex commented 1 year ago

Try https://github.com/dotnet/core/issues/4749#issuecomment-1200245422

woozalia commented 1 year ago

Try https://github.com/dotnet/core/issues/4749#issuecomment-1200245422

I was able to compile/make that, but I still get the same error from DHT. I assume DHT is somehow not finding the compiled library. Any suggestions? Is there a specific lib file it's looking for, that I should maybe link to the compiled one? (Note: the compiled lib file does not appear to be in /usr/local/lib, despite what the instructions say.)

chylex commented 1 year ago

There was a previous issue that followed the instructions and made it work, see https://github.com/chylex/Discord-History-Tracker/issues/197#issuecomment-1201414260 if there's anything that can help.

chylex commented 1 year ago

When I have time I will update DHT to a newer .NET version that supports OpenSSL 3.

chylex commented 11 months ago

The app was updated to the latest .NET a while ago, so this should be resolved.