Hi,

maybe you will try to use a separate perl installation? 

https://www.bestpractical.com/docs/rt/4.2.12/rt_perl.html


    #  http://www.cpan.org/src/README.html
    mkdir -p /opt/perl-5.18.4/src
    cd /opt/perl-5.18.4/src
    wget http://www.cpan.org/src/5.0/perl-5.18.4.tar.bz2
    tar -xjf perl-5.18.4.tar.bz2
    cd perl-5.18.4
    CFLAGS='-m64 -mtune=nocona' ./Configure -Dprefix=/opt/perl-5.18.4 
-Dusethreads -des -Accflags=-fPIC

    make -j8 install

    ln -sf /opt/perl-5.18.4/ /opt/perl

    emacs -nw /etc/profile
            # perl
            PATH=/opt/perl/bin:$PATH
            export PATH

        # Vereinfachungen 
            # Installieren von perl modulen OHNE dauerndes "yes" ...
            # 
http://stackoverflow.com/questions/898782/how-do-i-tell-cpan-to-install-all-dependencies
            # z.B. durch PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install 
XML::LibXML'
            # oder cpanm:
            curl -L http://cpanmin.us | /opt/perl/bin/perl - --sudo 
App::cpanminus


export RT_FIX_DEPS_CMD=/opt/perl/bin/cpanm
... go on with the RT installation.

best regards
Danny

P.S.: mod_perl could be a problem - maybe you should use fastcgi instead.


> -----Original Message-----
> From: rt-users [mailto:[email protected]] On Behalf Of 
> dwdixon
> Sent: Monday, November 23, 2015 5:07 PM
> To: [email protected]
> Subject: Re: [rt-users] Trouble/Error with Web deployment 
> httpd/apache/mod_fcgid
> 
> Hi Gerald....I can confirm I am also running this on CentOS 7....maybe that
> was a mistake or maybe someone can help us out with getting this
> resolved...I certainly hope the latter is the case!  Thanks in advance to
> anyone who can help us out here...
> 
> 
> 
> --
> View this message in context: 
> http://requesttracker.8502.n7.nabble.com/Trouble-Error-with-Web-
> deployment-httpd-apache-mod-fcgid-tp60979p60981.html
> Sent from the Request Tracker - User mailing list archive at Nabble.com.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to