Ubuntu Installation with libapache2-mod-fcgid

Hello all.

I am trying to install RT 3.4 on ubuntu breezy. The only fastgci module on
the apt database is libapache2-mod-fgid. I am unable to make RT work with
that module however. Here is the conf file for RT.

AddHandler fcgid-script .fcgi

#AddHandler fastcgi-script fcgi
#FastCgiIpcDir /var/run/fastcgi
FastCgiServer /usr/share/request-tracker3.4/libexec/mason_handler.fcgi

ScriptAlias /rt /usr/share/request-tracker3.4/libexec/mason_handler.fcgi

<Location /rt/>
DirectoryIndex index.html

Apache complains about the FastCgiServer statement. If I comment the
statement and go the /rt URL apache segfaults continually.

Any clues?