From owner-freebsd-questions@FreeBSD.ORG Tue Apr 3 21:29:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E59E316A401 for ; Tue, 3 Apr 2007 21:29:19 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id A757F13C459 for ; Tue, 3 Apr 2007 21:29:17 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1858155ana for ; Tue, 03 Apr 2007 14:29:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=l6IyPLd5jt6dofRpDCQgwid3EyuWs1i1MF0Pi2Ocnr4lHucCnrjrfmvIdeVz/S5C088AJbgAwBebJwhdseUB0tpyFFNZ6qbI0nmJLs1VyAR4mFR39ycsduuXX0VkPoIOne05TVwmAlulDdxNX155v9N2dXje/qJVUWZ4hPd7pMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sr5V3hYEXfOxPG3RM95va8sj8AvNq4io0fWAVUobIObWsFu2mm8yeRq0nASeXpQXm9MkuuYRPtBHk2FEt40jFTf3qZjkN7KhMNIZBCk5cfiea1dhdKgLd1Wn024YU7qHqmJPi91phelFnqPE+IhiupbhCyBne/UdNAgaYHCOPk0= Received: by 10.100.119.14 with SMTP id r14mr4837810anc.1175635755869; Tue, 03 Apr 2007 14:29:15 -0700 (PDT) Received: by 10.100.10.13 with HTTP; Tue, 3 Apr 2007 14:29:15 -0700 (PDT) Message-ID: <6207f7d90704031429q6383500boe5d913d708072dc7@mail.gmail.com> Date: Tue, 3 Apr 2007 17:29:15 -0400 From: "Don Munyak" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: problems installing perl-5.8.8 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: Tue, 03 Apr 2007 21:29:20 -0000 I am having problems installing perl5.8.8 on a up-to-date FreeBSD-6.2. After running... web# cd /usr/ports/lang/perl5.8 web# make scripts install perl... web# make test (8) tests fail with the following message ...something about you may need to set dynamic library search path, LD_LIBRARY_PATH to point to the build directory; setenv LD_LIBRARY_PATH `pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness ### LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd t; ./perl harness ### export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness so I cd in t web# cd /var....lang/perl5.8/work/perl-5.8.8/t web# ./perl harness web# /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl" tried TEST too.. with same results web# ./TEST /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl" web# pwd /var/ports/basejail/usr/ports/lang/perl5.8/work/perl-5.8.8/t web# ./perl -I../lib harness /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl" web# I am really clueless to why this is failing or even how to setenv LD_LIBRARY_PATH I could really use some help. ps.. I have spent all day googling /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl" as well as variation of this message. Thanks Don