On 08/03/2013 06:00 PM, Richard Shaw wrote:
Have you been able to set this?
I installed the resultant RPM but even with the ldconf file, all programs seem
to prefer the official libgcrypt library. In order to force it I had to specify
the freeworld library with LD_PRELOAD=</path/to/freeworld/lib>
It works for me, without any trick involved.
Before installing libgcrypt-freeworld :
$ldd /usr/lib64/libaacs.so.0
linux-vdso.so.1 => (0x00007fffe66f0000)
libgcrypt.so.11 => /lib64/libgcrypt.so.11 (0x0000003a83400000)
libdl.so.2 => /lib64/libdl.so.2 (0x000000348f000000)
libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00000034a7600000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x000000348f400000)
libc.so.6 => /lib64/libc.so.6 (0x000000348e800000)
/lib64/ld-linux-x86-64.so.2 (0x000000348e000000)
After installing libgcrypt-freeworld :
$ ldd /usr/lib64/libaacs.so.0
linux-vdso.so.1 => (0x00007fff34f78000)
libgcrypt.so.11 => /usr/lib64/libgcrypt-freeworld/libgcrypt.so.11
(0x00007fdb80dce000)
libdl.so.2 => /lib64/libdl.so.2 (0x000000348f000000)
libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00000034a7600000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x000000348f400000)
libc.so.6 => /lib64/libc.so.6 (0x000000348e800000)
/lib64/ld-linux-x86-64.so.2 (0x000000348e000000)
Sorry for the late answer, I'm on vacation until end of next week, mostly away
from any computer.
Regards,
Xavier