From owner-freebsd-questions@FreeBSD.ORG Mon Sep 13 01:25:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39F616A4CE for ; Mon, 13 Sep 2004 01:25:57 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC6643D1D for ; Mon, 13 Sep 2004 01:25:57 +0000 (GMT) (envelope-from crystone@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so379332rnl for ; Sun, 12 Sep 2004 18:25:56 -0700 (PDT) Received: by 10.38.81.59 with SMTP id e59mr950691rnb; Sun, 12 Sep 2004 18:25:56 -0700 (PDT) Received: by 10.38.76.30 with HTTP; Sun, 12 Sep 2004 18:25:53 -0700 (PDT) Message-ID: <74a758ec040912182542c9595b@mail.gmail.com> Date: Mon, 13 Sep 2004 09:25:53 +0800 From: cry stone To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: failed to start X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cry stone List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:25:58 -0000 after installed apache + mysql + php from port,when i run startx i got "/libexec/ld-elf.so.1: Shared object libexpat.so.4 not found, required by libfontconfig.so.1" i google it find that because the expat was upgrade to expat-1.95.7,and the libexpat.so.4 is instead by libexpat.so.5,so i run portupgrade -rf textproc/expat2 and make world but it still failed. Any advice?