From owner-freebsd-current Mon Jun 17 15:56:07 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07034 for current-outgoing; Mon, 17 Jun 1996 15:56:07 -0700 (PDT) Received: from ec.camitel.com ([206.231.123.130]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA07025 for ; Mon, 17 Jun 1996 15:56:04 -0700 (PDT) Received: (from ccote@localhost) by ec.camitel.com (8.6.12/8.6.12) id SAA21469 for freebsd-current@freebsd.org; Mon, 17 Jun 1996 18:54:42 -0400 Date: Mon, 17 Jun 1996 18:54:42 -0400 From: Claude Côté Message-Id: <199606172254.SAA21469@ec.camitel.com> To: freebsd-current@freebsd.org Subject: 2.2-960612-SNAP: libX11.so.6.0 missing? Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! I've just installed the 2.2-960612-SNAP (by the way, the sysinstall program works great!) When I reboot my machine, everything seems fine, but when I try to start X (with startx) I get this error: ld.so failed: can't find shared library "libX11.so.6.0" I checked in /usr/X11R6/lib and it looks like the following libraries are missing (they are not in X312bin.tgz neither): libX11.so.6.0 libXaw.so.6.0 libXext.so.6.0 libXtst.so.6.0 (however libX11.a, libXaw.a, libXext.a and libXtst.a are there) Anyone else have encountered this problem? For now, can someone tell me how to get the missing libraries without rebuilding XFree86? It will be very appreciated! Thank, Claude