Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2006 17:17:56 +0100
From:      Bart Braem <bart.braem@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Rails port problems
Message-ID:  <dtnbjk$riu$1@sea.gmane.org>

next in thread | raw e-mail | index | archive | help
I've installed Rails following the instructions on
<http://blog.innerewut.de/articles/2006/02/09/rails-on-freebsd>; but I did
use fcgid instead of fastcgi.
Then I installed Typo from the ports and edited dispatch.fcgi to use the
right ruby (env ruby does not work) and .htaccess to use the right CGI
handler.
The result is that when surfing to /typo/public I don't get anything. The
Apache error logs reveal problems:

[Fri Feb 24 17:09:33 2006] [notice] mod_fcgid:
server /usr/local/www/typo/public/dispatch.fcgi(43675) started
[Fri Feb 24 17:09:37 2006] [notice] child pid 43670 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:38 2006] [notice] child pid 43672 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:38 2006] [notice] child pid 43671 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:39 2006] [notice] child pid 43674 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:39 2006] [notice] child pid 43673 exit signal Segmentation
fault (11)

Does anyone have a clue on how to do this? I'm sure other people are running
FreeBSD/Apache/FastCgi/Rails so how do they do that?

Bart




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dtnbjk$riu$1>