Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67800 - mplayer doesn't check if openldap is installed
Summary: mplayer doesn't check if openldap is installed
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-16 11:52 UTC by Luca Merolla
Modified: 2007-02-12 16:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Merolla 2004-10-16 11:52:48 UTC
I had mplayer-1.0_pre4-r7 and openldap-2.1.30-r2 installed correctly and all works fine. Recently I have removed openldap with emerge -C openldap command, and when I launch mplayer I got an error about some library about openldap (sorry, I don't remember the exact name...). So I re-emerge mplayer with default use flags (+samba) and after a successfully build I try to run mplayer but I got the same error about ldap... After this I remove the samba flag, and now wrks correctly. It seems that the mplayer build don't check if openldap is installed when samba flag is active.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris White (RETIRED) gentoo-dev 2004-11-08 22:54:55 UTC
Have you tried re-compilling samba and then MPlayer?  There doesn't appear to be
a reference to an ldap of any sorts in MPlayer, so that's definately not Mplayer's
side.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-12-01 20:55:15 UTC
sounds like samba or something was linked against openldap.
use revdep-rebuild to ensure your librariries are consistant.
Comment 3 Chris White (RETIRED) gentoo-dev 2005-01-29 22:59:01 UTC
Closing as WORKSFORME.  I'd do the revdep rebuild like robbat recommended.