From owner-freebsd-ports@FreeBSD.ORG Thu Jan 19 18:30:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0D916A437 for ; Thu, 19 Jan 2006 18:30:40 +0000 (GMT) (envelope-from jamesd.earl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA4E43D46 for ; Thu, 19 Jan 2006 18:30:37 +0000 (GMT) (envelope-from jamesd.earl@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so284482wra for ; Thu, 19 Jan 2006 10:30:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=luAsgh6dMEtgN72rrz56o8u/VAV5tDIuthDpEv1P0+AJnYD0J48FNtBfzvnpdQ2lj0RwrKQgTMQDMDPYKx4CDqPqwW7q9vrS0RPAVFLyTwYttsxqsscNFpuABt8Z1aGwSM4VvpNI6zc68TSWR1Prh1cPpOdCPgQqQsncs0o60CU= Received: by 10.65.20.9 with SMTP id x9mr628617qbi; Thu, 19 Jan 2006 10:30:36 -0800 (PST) Received: by 10.65.23.17 with HTTP; Thu, 19 Jan 2006 10:30:36 -0800 (PST) Message-ID: Date: Thu, 19 Jan 2006 11:30:36 -0700 From: James Earl Sender: jamesd.earl@gmail.com To: Jonathan Weiss In-Reply-To: <43CFD91A.8070604@innerewut.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43CFD2AD.2070501@innerewut.de> <43CFD91A.8070604@innerewut.de> Cc: freebsd-ports@freebsd.org Subject: Re: Ruby 1.8.4 and Rails problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 18:30:40 -0000 On 1/19/06, Jonathan Weiss wrote: > James Earl wrote: > > dispatch.(f)cgi contain /usr/local/bin/ruby18 which should work. > > > > I just tried to run webrick on a clean rails application, and as soon > > as I try to access localhost:3000, ruby core dumps: > > Are you on the latest stable and ports? > > There was some activity after Ruby 1.8.4 was updated in the ports. Maybe > a later commit will fix your issues. > > I'm running 1.8.4 on two 6-STABLE machines with several Rails > applications, so technically it's possible :-) It was actually this latest update that seemed to break things for me. I was running Ruby 1.8.4 around the beginning of the week without any problems. It was just after I updated another server running Rails apps yesturday that I started having problems. I then updated my desktop computer's Ruby port today to see if it would also break my Rails apps, and it did. I made a Ruby 1.8.2 package from a third server with an older ports tree, and installed that back on my live server to get things up and running again. I'm currently running ruby-1.8.4_2,1 on FreeBSD 6.0-RELEASE. Thanks for your help.