Subject: Re: {,g}mplayer on modular x looking for libX11
To: Mark Par <mrbpar@gmail.com>
From: Tobias Nygren <tnn@NetBSD.org>
List: pkgsrc-users
Date: 06/21/2007 19:13:39
On Fri, 22 Jun 2007 00:28:07 +0800
"Mark Par" <mrbpar@gmail.com> wrote:

> hi,
> 
> since moving to modular x, running {,g}mplayer would result to this
> error: Shared object "libX11.so.6" not found.  i don't know what could
> be wrong.  i already re-installed it a couple of times with the same
> result.  anyone experienced this problem?
> 
> btw, i moved my /usr/X11R6 directory, would that matter?
> 

Do any of the packages that mplayer depends on still link
against native X11?

$ cd /usr/pkg/lib; grep usr/X11R6 *.so*

For all matches, check the .so with ldd(1) to see if it was a false
positive. Moving away /usr/X11R6 shouldn't cause grief, in fact I'd
recommend doing that.

-T