Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2005 17:02:32 +0100
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@freebsd.org
Subject:   Re: X.org: libxpg4.so.2 not found
Message-ID:  <200501191702.32902.dejan.lesjak@ijs.si>
In-Reply-To: <20050119225624.4951.GUITAR@jazzcafe.no-ip.org>
References:  <20050119225624.4951.GUITAR@jazzcafe.no-ip.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501191702.32902.dejan.lesjak>