From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 09:47:24 2003 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 4D52A16A4BF for ; Mon, 1 Sep 2003 09:47:24 -0700 (PDT) Received: from gdsolutions.com.ve (gdsolutions.com.ve [216.55.187.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B66043FFB for ; Mon, 1 Sep 2003 09:47:23 -0700 (PDT) (envelope-from gdelfino-ml@gdsolutions.com.ve) Received: from 192.168.1.14 ([200.62.15.2]) by gdsolutions.com.ve (8.11.6/8.11.6) with ESMTP id h81GlKq27375 for ; Mon, 1 Sep 2003 09:47:20 -0700 (PDT) (envelope-from gdelfino-ml@gdsolutions.com.ve) Date: Mon, 1 Sep 2003 12:47:18 -0400 From: Gustavo Delfino To: freebsd-questions@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-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: Mon, 01 Sep 2003 16:47:24 -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