From owner-freebsd-ports@FreeBSD.ORG Fri Dec 12 08:51:20 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7859B117 for ; Fri, 12 Dec 2014 08:51:20 +0000 (UTC) Received: from mtaout.vnode.se (mtaout.vnode.se [192.121.62.130]) by mx1.freebsd.org (Postfix) with ESMTP id 3AC3374B for ; Fri, 12 Dec 2014 08:51:19 +0000 (UTC) Received: from [10.101.128.104] (unknown [192.121.62.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout.vnode.se (Postfix) with ESMTPSA id 30DFBB0591 for ; Fri, 12 Dec 2014 09:37:43 +0100 (CET) From: Joel Dahl Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Shared object "libiconv.so.2" not found Message-Id: <636AF4A9-521A-4871-96CF-72C571490A3A@vnode.se> Date: Fri, 12 Dec 2014 09:44:10 +0100 To: ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 08:51:20 -0000 Hi, I installed 10.1 on a new box. Rebooted. Did a =E2=80=9Dpkg install tmux = zsh open-vm-tools-nox11=E2=80=9D. Added the vmware_guestd options to = rc.conf. Rebooted again. Now I see the following during boot: /dev/da0p2: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0p2: clean, 3260251 free (771 frags, 407435 blocks, 0.0% = fragmentation) Mounting local file systems:. Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0" Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0" Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0" Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0" Writing entropy file:. Eh? What is this? =E2=80=94 Joel=