X11 problem
Maciej Suszko
maciej at suszko.eu
Tue Jun 22 19:00:21 UTC 2010
Gary Kline <kline at thought.org> wrote:
>
> guys,
> what do i need to rebuild to fix this problem to get X working on my
> server::
>
>
> ethic# startx
> xauth: creating new authority file /root/.serverauth.1054
>
> /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#
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.
--
regards, Maciej Suszko.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20100622/28484ee1/signature.pgp
More information about the freebsd-questions
mailing list