You are not logged in.

#1 2014-12-07 04:23:22

gregwittman
Member
Registered: 2014-11-10
Posts: 3

[Solved] Errors when building lib32-gnutls26..

Every time i install, remove, or update using pacman I get this output:

ldconfig: /home/user/.PlayOnLinux/wine/linux-x86/1.7.19-LeagueOfLegends2/lib/libgnutls.so.26 is not a symbolic link
ldconfig: /home/user/.PlayOnLinux/wine/linux-x86/1.7.19-LeagueOfLegends2/lib/libgnutls-extra.so.26 is not a symbolic link
ldconfig: /home/user/.PlayOnLinux/wine/linux-x86/1.7.19-LeagueOfLegends2/lib/libgnutlsxx.so.27 is not a symbolic link

This results after adding

/home/user/.PlayOnLinux/wine/linux-x86/1.7.19-LeagueOfLegends2/lib

to /etc/ld.so.conf.d/lol.conf and running:

ldconfig -v

The guide for League of Legneds specifies this solution as it fixes an in game error, but results in the libs being referenced directly instead of by symbolic links.

Simple solution. Download lib and make symlink.
I have found the package in AUR: lib32-gnutls26
and receive the following errors on build: http://pastebin.com/bjLqyP4d

arch x86_64
awesome wm

Last edited by gregwittman (2014-12-07 20:44:58)

Offline

#2 2014-12-07 20:44:30

gregwittman
Member
Registered: 2014-11-10
Posts: 3

Re: [Solved] Errors when building lib32-gnutls26..

The wiki has updated fixing the symlinks needed for wine..
It was misisng a symlink from libgcrypt.

To fix I download the package lib32-libgcrypt15 or libgcrypt15, depending on your architecture, which provideds libgcrypt.so.11.

ARCH = either x86 or amd64.
VERSION = the wine version installed.

# cd ~/.PlayOnLinux/wine/linux-ARCH/VERSION/lib
# ln -s libgcrypt.so.11.* libgcrypt.so.11
# ln -s libgcrypt.so.11 libgcrypt.so

This fix can also be found on the League of Legends Wiki.

Last edited by gregwittman (2014-12-07 20:48:27)

Offline

Board footer

Powered by FluxBB