Rails port problems

Bart Braem bart.braem at gmail.com
Fri Feb 24 08:30:52 PST 2006


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



More information about the freebsd-questions mailing list