From owner-freebsd-questions@FreeBSD.ORG Thu Mar 16 00:45:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 227C716A401 for ; Thu, 16 Mar 2006 00:45:39 +0000 (UTC) (envelope-from meth975@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B33E143D48 for ; Thu, 16 Mar 2006 00:45:38 +0000 (GMT) (envelope-from meth975@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so242034nzo for ; Wed, 15 Mar 2006 16:45:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ujEJClojM9o1zWtCYtfalkIsHqiUl7oRsKYd/6FKksI4S/km31MjTdH7x5QYx4OGaRu3tygCd/YK/iTkAQympKjrr8y9FjRh6SLiYrhI3qYbbethXfc1m9pcaLLJgIoYyV2br0Z3toSrzkkfkE8PpHdtx3IucBxIpw009RXjrVU= Received: by 10.36.222.31 with SMTP id u31mr1620152nzg; Wed, 15 Mar 2006 16:45:37 -0800 (PST) Received: by 10.36.140.11 with HTTP; Wed, 15 Mar 2006 16:45:37 -0800 (PST) Message-ID: <1f4cc77c0603151645l3d7900fcq835b3f3cbc8fe8de@mail.gmail.com> Date: Wed, 15 Mar 2006 19:45:37 -0500 From: "D D" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Installing problem with aim X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 00:45:39 -0000 I installed aim by going to /usr/ports/net/aim and then typing make install clean. The install seems to go through successfully but when i try to run aim by typing aim in the shell, i get the following error. root@# aim /usr/X11R6/libexec/aim: error while loading shared libraries: libXprt.so.1: cannot open shared object file: No such file or directory I am running freebsd 6.0 and am pretty new at it so this might be a simple problem, but i have no idea what it means. Thanks for helping