| Summary: | invoking evince get error libgcrypt.so.11 not found | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Jerrold Heyman <heymanj> |
| Component: | RPM Packages | Assignee: | GNOME maintainers <gnome> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | cvargas, fri, marja11 |
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| See Also: | https://bugs.mageia.org/show_bug.cgi?id=22383 | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
Works for me, in Plasma. This system is updated fully to updates_testing repos. I too have no libgcrypt.so.11 I have /usr/lib64/libgcrypt.so.20 from package lib64gcrypt20-1.7.8-1.1.mga6 CC:
(none) =>
fri just logged out of Xfce and tried plasma. same error. that would mean it's something local to my machine - but the question is what :-( I also have libgcrypt.so.20 installed [jerry@unix downloads]$ rpm -qa | grep gcrypt lib64gcrypt20-1.7.8-1.1.mga6 lib64gcrypt-devel-1.7.8-1.1.mga6 Trying to figure out what to look for/at. You shouldn't have:
> [jerry@unix downloads]$ ldd /bin/evince | grep libgc
> libgcrypt.so.11 => not found
> libgcrypt.so.20 => /lib64/libgcrypt.so.20 (0x00007fdc66937000)
Did you already try to reinstall evince to see whether that removes the wrong libgcrypt.so.11 link? Use the command:
urpmi --replacepkgs evince
If that doesn't work, then what is the output of
ls -al /usr/lib64 | grep gcrypCC:
(none) =>
cvargas, marja11 The whole reason I installed evince is because after one of the last set of updates, when I went to use atril (the default PDF viewer) I got: [jerry@unix ~]$ atril medco.pdf atril: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory I've tried rebooting the system and looking through my 'env' output. Scratching my head as to what other configuration changes I could make. reinstalling evince had no impact. It is something in my system that is not quite right. after a reinstall of Mangeia 6, I determined the problem was due to a change I made in the configuration. I added /usr/local/lib64 to LDPATH (my local software). On the new install, I didn't add that library path and all works just fine. Sorry for the inconvenience and misrepresentation of the bug. Resolution:
(none) =>
INVALID |
Description of problem: Invoking evince to read a PDF file results in: [jerry@unix downloads]$ evince Triangle-Vision.pdf evince: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory Version-Release number of selected component (if applicable): 4.14.44-desktop-2.mga6 evince-3.24.1-2.mga6 How reproducible: Every time. Steps to Reproduce: 1. install evince-3.24.1-2.mga6 2. invoke evince on a PDF I don't know if it's a configuration problem on my install or not. LD_LIBRARY_PATH is null, but running ldd on /bin/evince shows: [jerry@unix downloads]$ ldd /bin/evince | grep libgc libgcrypt.so.11 => not found libgcrypt.so.20 => /lib64/libgcrypt.so.20 (0x00007fdc66937000) I've rebooted the system, I use Xfce as my gui.