You are not logged in.
Pages: 1
Topic closed
after today's update,whenever i start kodi or mplayer, reporting:
error while loading shared libraries: libgnutls.so.30: cannot open shared object file: No such file or directory
and i checked /lib ,there is only libgnutls.so.28, and a soft link to libgnutls.so.30 not work.
Last edited by frat (2015-04-19 14:22:29)
Offline
You missed an update to gnutls. Update your entire system (again?).
Do NOT create those kind of symlinks in /usr/lib.
Offline
reinstall gnutls does not work out.
Offline
i doult it's problem of the new samba/smbclient package .
downgrade not work out.maybe still gnutls problem
Last edited by frat (2015-04-19 14:41:39)
Offline
pacman -Q gnutls
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
pacman -Q gnutls 15-04-19 22:39
gnutls 3.3.14-2
Offline
Your mirror is out of sync or you didn't actually do a full update:
$ pacman -Q gnutls
gnutls 3.4.0-1
You could check the mirror website to see what is actually there, or just try a different mirror.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
thank you .yaourt -Syy work out.
Offline
-Syy could be what got you in trouble in the first place. Always update your system when you refresh your database.
Offline
after today's update
How exactly did you update, please post the command you used.
Offline
I also have this issue
I have the newest version of gnutls
» pacman -Q gnutls
gnutls 3.4.0-1
My error is happening while trying to use pianobarfly
» pianobarfly
pianobarfly: error while loading shared libraries: libgnutls.so.28: cannot open shared object file: No such file or directory
To be safe, I also made sure that I was fully updated and that all my mirrors were in sync.
Last edited by mtello17 (2015-04-19 19:11:10)
Offline
Please don't hijack threads: https://wiki.archlinux.org/index.php/Fo … _hijacking
Rebuilding AUR packages is your responsibility, not pacman's.
Offline
Please don't hijack threads: https://wiki.archlinux.org/index.php/Fo … _hijacking
Rebuilding AUR packages is your responsibility, not pacman's.
What do you mean? I thought this was the same type of error, and was also happening to a media player. The author does mention multiple media players. As for rebuilding AUR packages, I know nothing about that. All I know is that error message is the same, it also happened today, and that it also concerned a media player.
Last edited by mtello17 (2015-04-19 20:09:04)
Offline
Frat's problem was that they didn't have the latest gnutls package, and so they didn't have libgnutls.so.30 which official packages need.
Your problem is that an unofficial package (whatever provides pianobarfly) hasn't been recompiled against the latest gnutls, and so still relies on an older version of the library, which you don't have.
Similar problems, but approached from completely different directions.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thanks for the clarification WorMzy. Sorry for the hijack
Last edited by mtello17 (2015-04-19 20:33:18)
Offline
Funny stuff. I have the opposite problem after updating, it complains it can't find libgnutls.so.28
If I downgrade, kodi complains it can't find so.30. yeehaw.
....somehow it was libmicrohttpd messing up stuff.
Last edited by kjell (2015-04-23 18:57:44)
Offline
For people who are running neovim-git (with libvterm-git-neovim), make sure that vte3-select-text is reinstalled - that fixed the issue of neovim & termite not being able to run due to a missing libgnutls.so.28
Offline
For people who are running neovim-git (with libvterm-git-neovim), make sure that vte3-select-text is reinstalled - that fixed the issue of neovim & termite not being able to run due to a missing libgnutls.so.28
Reinstalled or recompiled?
Offline
I recompiled libvterm-git-neovim and then reinstalled vte3-select-text
Offline
It is really simple: Just rebuild anything that links against the old gnutls.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
For people who are running neovim-git (with libvterm-git-neovim), make sure that vte3-select-text is reinstalled - that fixed the issue of neovim & termite not being able to run due to a missing libgnutls.so.28
Hey man,
Thanks that worked a treat.
Can i ask how you knew to do that? Just so i know for if this problem happens in the future.
Please let me know so I'm not relying on others so much
Offline
It is really simple: Just rebuild anything that links against the old gnutls.
Sorry to be a pain but could you tell me how to do that?
Offline
Can i ask how you knew to do that? Just so i know for if this problem happens in the future.
Sigh.
Rebuilding AUR packages is your responsibility...
It is really simple: Just rebuild anything that links against the old gnutls.
And, despite JWRs warning this thread seems to perpetually draw hijackers for unrelated AUR issues.
Closed. The original issue is long since resolved. (frat, if you feel otherwise and wish to reopen your thread, please let me know and I'll excise all the unrelated cruft that's collected)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1
Topic closed