Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2010 21:00:15 +0200
From:      Maciej Suszko <maciej@suszko.eu>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: X11 problem
Message-ID:  <20100622210015.467c4037@gda-arsenic>
In-Reply-To: <20100622183957.GA79362@thought.org>
References:  <20100622183957.GA79362@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/zO17qQnSea1TZEWbi_mm2Lp
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Gary Kline <kline@thought.org> wrote:
>=20
> guys,
> what do i need to rebuild to fix this problem to get X working on my
> server::
>=20
>=20
> ethic# startx
> xauth:  creating new authority file /root/.serverauth.1054
>=20
> /libexec/ld-elf.so.1: Shared object "libhal.so.1" not found, required
> by "X" giving up.
> xinit:  No such file or directory (errno 2):  unable to connect to X
> server
> xinit:  No such process (errno 3):  Server error.
> ethic#                    =20

You can use ldd to find binaries/libraries linked against nonexistent
libs:

find /usr/local -type f | xargs ldd

then check the output for "not found" string, find the file origin with
pkg_info -W /path/to/file, finally rebuild the package.
--=20
regards, Maciej Suszko.

--Sig_/zO17qQnSea1TZEWbi_mm2Lp
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAkwhCEEACgkQCikUk0l7iGoPzwCfeK+klpJrmBwe14ehh3aOREzp
EncAn1tN3hTonGZwil6qsMPdV4Ut1QOc
=eymQ
-----END PGP SIGNATURE-----

--Sig_/zO17qQnSea1TZEWbi_mm2Lp--



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