Date: Mon, 1 Sep 2003 12:15:46 -0400 From: Gustavo Delfino <gdelfino@mac.com> To: freebsd-newbies@freebsd.org Subject: Perl 5.8 - make test problem (shmget. msgget) Message-ID: <r02000100-1026-8B86E371DC9711D78840003065704306@[192.168.1.14]>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r02000100-1026-8B86E371DC9711D78840003065704306>