FS#7435 - mplayer cannot find libgssapi.so.4 (from the heimdal package)

Attached to Project: Arch Linux
Opened by Daniel Peña (danielillo) - Tuesday, 12 June 2007, 23:21 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 13 June 2007, 06:32 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture i686
Severity High
Priority Normal
Reported Version 2007.05 Duke
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: when launching mplayer, it exits immediately and complains that libgssapi.so.4 cannot be found

Additional info:
it seems that either ligssapi.so.4 is not installed/symlinked when upgrading to heimdal version 0.8.1-3, or that the dependency in mplayer 1.0rc1-6 is bogus.

Steps to reproduce:
upgrade mplayer to version 1.0rc1-6 and heimdal to version 0.8.1-3
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 13 June 2007, 06:32 GMT
Reason for closing:  Works for me
Comment by Daniel Peña (danielillo) - Tuesday, 12 June 2007, 23:31 GMT
after creating the following links in /usr/lib mplayer was able to find all its missing dependencies and worked:

> ln -sf libgssapi.so.1 libgssapi.so.4 # now libgssapi.so.4 points to libgssapi.so.1
> ln -sf libkrb5.so.22 libkrb5.so.17 # now libkrb5.so.17 points to libkrb5.so.22
> ln -sf libasn1.so libasn1.so.6 # now libasn1.so.6 points to libasn1.so
> ln -sf libroken.so libroken.so.16 # now libroken.so.16 points to libroken.so

All these libraries belong to the heimdal package...
Comment by Jan de Groot (JGC) - Wednesday, 13 June 2007, 06:31 GMT
Making symlinks is not the right thing. Upgrade smbclient and your mplayer should work fine.

Loading...