From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 11:14:55 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 567DB16A41F for ; Thu, 6 Oct 2005 11:14:55 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEAFD43D45 for ; Thu, 6 Oct 2005 11:14:54 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so147410nzd for ; Thu, 06 Oct 2005 04:14:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qqab5hFxnKRiqwit1YMXrqgAmuSul9FnAsWYJIuCfgwlfDatcABEu4Wm2zrylz/f29WPnHt+xql2PZ9m2UcPd6kvNG8x9Gd7lDkKwVZdpp5bqTv5T2YvbFzxfio9FZGneNkN5lb3F7Uoj734cV7ZfHIzwNdocrW75AbQhVenjwY= Received: by 10.36.220.54 with SMTP id s54mr290435nzg; Thu, 06 Oct 2005 04:14:54 -0700 (PDT) Received: by 10.36.250.66 with HTTP; Thu, 6 Oct 2005 04:14:54 -0700 (PDT) Message-ID: <666bdb140510060414i37bcd2dfv@mail.gmail.com> Date: Thu, 6 Oct 2005 14:14:54 +0300 From: Vladimir Tsvetkov To: freebsd-questions@freebsd.org In-Reply-To: <666bdb140510060346p2e88a139k@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510061010.j96AAlwb051669@banyan.cs.ait.ac.th> <666bdb140510060319rd27c0b3s@mail.gmail.com> <200510061017.j96AHrmH051707@banyan.cs.ait.ac.th> <666bdb140510060326l50acc82cw@mail.gmail.com> <200510061027.j96AR67X051743@banyan.cs.ait.ac.th> <666bdb140510060346p2e88a139k@mail.gmail.com> Subject: Re: Port perl 5.8.7 on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vladimir Tsvetkov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 11:14:55 -0000 ---------- Forwarded message ---------- From: Vladimir Tsvetkov Date: 2005-10-6 13:46 Subject: Re: Port perl 5.8.7 on FreeBSD 4.10 To: Olivier Nicole 2005/10/6, Olivier Nicole : > > What kind of script are you trying to execute? > > No script, perl it self is not running. > > > What options did you use for building that port? > > Are you using THREADS and ITHREADS ? > > All default, make, make install > > > Could you apply in your nex mail the output of this command: > > > > # perl -V > > > > or even this leads to the same error-message? > > Same error message. Let me see the output of: # echo $LD_LIBRARY_PATH Vladimir