From owner-freebsd-newbies@FreeBSD.ORG Mon Sep 1 09:15:53 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B72F16A4BF for ; Mon, 1 Sep 2003 09:15:53 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-89.apple.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE58D43FEC for ; Mon, 1 Sep 2003 09:15:52 -0700 (PDT) (envelope-from gdelfino@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h81GFq9D027247 for ; Mon, 1 Sep 2003 09:15:52 -0700 (PDT) Received: from 192.168.1.14 ([200.62.15.2]) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with SMTP id h81GFild022228 for ; Mon, 1 Sep 2003 09:15:49 -0700 (PDT) Date: Mon, 1 Sep 2003 12:15:46 -0400 From: Gustavo Delfino To: freebsd-newbies@freebsd.org X-Priority: 3 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Mailsmith 2.0.1 (Blindsider) Subject: Perl 5.8 - make test problem (shmget. msgget) X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 16:15:53 -0000 I am trying to upgrade Perl from version 5.005_03 to 5.8 on a 4.8-RELEASE FreeBSD VPS (virtual private server). I did a 'pkg_add perl-5.8.0_7.tgz' but I then removed it because I was getting this error: /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol "nl_langinfo" I then decided to dowload the source and compile it myself, but some of the tests fail: ========================================================================== Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------- ---- ../ext/IPC/SysV/ipcsysv.t 78 19968 16 16 100.00% 1-16 ../ext/IPC/SysV/t/msg.t 78 19968 9 9 100.00% 1-9 ../ext/IPC/SysV/t/sem.t 78 19968 10 10 100.00% 1-10 ../lib/IPC/SysV.t 78 19968 16 16 100.00% 1-16 ../lib/Net/Ping/t/110_icmp_inst.t 255 65280 2 1 50.00% 2 45 tests and 414 subtests skipped. Failed 5/712 test scripts, 99.30% okay. 52/68476 subtests failed, 99.92% okay. ========================================================================== These are the failure messages: t/op/taint...........................# shmget failed: Function not implemented # msgget failed ok ext/IPC/SysV/ipcsysv.................msgget failed: Function not implemented FAILED at test 1 ext/IPC/SysV/t/msg...................msgget: 78 Function not implemented FAILED at test 1 ext/IPC/SysV/t/sem...................semget: 78 Function not implemented FAILED at test 1 lib/IPC/SysV.........................msgget failed: Function not implemented FAILED at test 1 lib/Net/Ping/t/110_icmp_inst.........icmp socket error - Operation not permitted at ../lib/Net/Ping/t/110_icmp_inst.t line 27 FAILED at test 2 I also tried with perl 5.6.1, but make test fails too. Please help me. Regards, -- Gustavo Delfino Caracas, Venezuela