-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
symbol lookup error #477
Comments
hmm I've never seen this. can you provide the full log, as well as into on how you installed gonic (from source, docker, package manager |
I'm on Arch Linux, my installation is according to this guide: $ journalctl --follow --unit gonic:
My Folders structure is: I'm sure the problem is related to taglib v2, maybe this topic can help: |
thanks and what is the output of |
yeah the AUR package is for v0.16.2, which is expecting taglib v1. for taglib v2 (arch's current version) gonic master would need to be built |
$ pacman -Qi taglib sqlite3
|
building from @master works, thank you! |
ah it must be taglib then, closing in favour of #467 then |
gonic version: 0.16.2
Everytime i add a new song (every type of song) to a folder (mp3 file) it stops and shows me this message:
/usr/bin/gonic: symbol lookup error: /usr/bin/gonic: undefined symbol: _ZN6TagLib7FileRef6createEPKcbNS_15AudioProperties9ReadStyleE
the server stops working...if i delete that new song, it starts.
i tried a lot of files, but nothing, it's like i'm at limit of files that the server can manage.
I think it's related to some kind of library, what library gonic needs to works? i haven't find any documentation.
The text was updated successfully, but these errors were encountered: