From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 10:14:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 48F3716A41F for ; Thu, 6 Oct 2005 10:14:11 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB6343D45 for ; Thu, 6 Oct 2005 10:14:09 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j96ABPAt058681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Oct 2005 17:11:25 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j96AAlwb051669; Thu, 6 Oct 2005 17:10:47 +0700 (ICT) Date: Thu, 6 Oct 2005 17:10:47 +0700 (ICT) Message-Id: <200510061010.j96AAlwb051669@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Port perl 5.8.7 on FreeBSD 4.10 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: Thu, 06 Oct 2005 10:14:11 -0000 Hi, I have been trying to install theport of perl 5.8 on a FreeBSD machine 4.10 RELENG. Every time I try to execute the new perl I get: /usr/libexec/ld-elf.so.1: perl: Undefined symbol "PL_exit_flags" This happens on 2 different machines, both 4.10 FreeBSD fw2.cs.ait.ac.th 4.10-RELEASE-p16 FreeBSD 4.10-RELEASE-p16 #17: Thu Sep 29 16:04:04 ICT 2005 root@fw2.cs.ait.ac.th:/usr/src/sys/compile/SMALL i386 and FreeBSD test.cs.ait.ac.th 4.10-RELEASE FreeBSD 4.10-RELEASE #17: Thu Sep 29 16:04:04 ICT 2005 root@test.cs.ait.ac.th:/usr/src/sys/compile/SMALL i386 Thanks for any pointer on how to solve that. Olivier