-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ld-elf.so.1: Shared object "libsndio.so.7.2" not found, required by "DiscordBSD" #15
Comments
I guess the error occurs in that there are no electron versions available even for FreeBSD 15 |
https://github.com/SrWither/DiscordBSD?tab=readme-ov-file#build-dependencies specifies electron29, which I already had. Installing electron30 seems to make no difference:
|
Could you try running electron29 or electron30 in the terminal? To see if the error for that library appears there too |
I do recall this working very recently, as a launcher in gkrellm (I would not have seen the output, but Element did work):
Now:
Version 29 is present in boot environment I see this, in a solved post: https://discord.com/channels/727023752348434432/1270409740869963807/1270409740869963807
– however I can't see that the solution there (for Signal) will help here (for DiscordBSD). Am I missing something obvious? |
This comment was marked as outdated.
This comment was marked as outdated.
These errors are because npm tries to download a Freebsd electron binary which is not officially on npm |
Does output from
|
Worked around: ln -s /usr/local/lib/libsndio.so.7.3 /usr/local/lib/libsndio.so.7.2
Where should this be fixed (to not require a symbolic link)? |
Possibly the electron Mk files for the port Makefile, the electron maintainer would have to correct that |
I've just encountered this after upgrading from FreeBSD 13.3-RELEASE to 13.4-RELEASE - and remember that the former is only supported until 3 months after the latter was released (September 17, 2024) so not long now... |
I have recently updated and added a new binary, perhaps the error does not appear right away |
Success! Thanks. I have not tried building from source with the tagged version, however:
|
It seems that I tested incorrectly. Today I found the link still present, and DiscordBSD was no longer usable after I removed the link. |
The text was updated successfully, but these errors were encountered: