From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 22:24:35 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 1E71216A4CE for ; Thu, 19 Feb 2004 22:24:35 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BF043D1F for ; Thu, 19 Feb 2004 22:24:35 -0800 (PST) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.10/8.12.10) with ESMTP id i1K6OXt0060083 for ; Thu, 19 Feb 2004 22:24:33 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Thu, 19 Feb 2004 22:24:33 -0800 Message-Id: <20040220062433.M53@enabled.com> X-Mailer: Open WebMail 2.30 20040117 X-OriginatingIP: 64.121.33.4 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 06:24:35 -0000 FreeBSD 4.8 still having installation issues with apache-1.3.29 with mod_ssl-2.8.16 from /usr/ports I even upgraded gettext from /usr/ports/devel/gettext to version gettext-0.13.1 still the same problem. any other ideas here? --- snip --- ===> [data: Installing initial data files] echo "Copying tree ./htdocs/ -> /usr/local/www/data-dist/"; (cd ./htdocs/ && /u sr/local/bin/gtar -cf - index* apache_pb.* ) | (cd /usr/local/www/data-dist/ && /usr/local/bin/gtar -xf -); find /usr/local/www/data-dist/ -type d -exec chmod a+rx {} \; ; find /usr/local/www/data-dist/ -type f -print0 | xargs -0 chmod a+r ; Copying tree ./htdocs/ -> /usr/local/www/data-dist/ /usr/libexec/ld-elf.so.1: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found Shared object "libintl.so.4" not found *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13-modssl. --- snip ---