X.org: libxpg4.so.2 not found

Dejan Lesjak dejan.lesjak at ijs.si
Wed Jan 19 08:02:40 PST 2005


On Wednesday 19 of January 2005 16:46, CryBaby wrote:
> OS: FreeBSD 5.3 Stable (PS: installed under VMware)
>
> I tried installing X.org, and I installed by ports.
> Which configure may be lost by me ??
>
> ###########################################################################
>##### #   Error Message
> ###########################################################################
>##### % X -config /etc/X11/xorg.conf
> /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found, required
> by "X"

libxpg4 comes with FreeBSD base, it is however version 3. As a temporary 
workaround, you migt try putting the following line:

libxpg4.so.2		libxpg4.so.3

in /etc/libmap.conf and see if that works. That won't however solve the real 
problem - where did the ports pick up version 2 of library. Was this a clean 
install or an upgrade? Do you have a file libxpg4.so.2 lying somewhere on 
filesystem (like under /usr/local/lib/compat)?


Dejan


More information about the freebsd-x11 mailing list