[rt-users] Installing RT on Centos7

Odhiambo Washington odhiambo at gmail.com
Tue Apr 12 08:04:04 EDT 2016


On 11 April 2016 at 14:36, Emmanuel Lacour <elacour at easter-eggs.com> wrote:

>
> For those who may need it, I just did a quick fresh install of RT 4.4.0
> on Centos 7 with only rpm dependencies. I collected some, rebuild others
> and put everything here:
>
> http://rt.easter-eggs.org/rpms/el7/README.txt
>
>
>
Allow me to ask something:

On my FreeBSD, I usually just do the following - for instance:

tar zxvf rt-4.4.0.tar.gz
cd rt-4.4.0
./configure --prefix=/opt/rt4 \
        --with-db-host=localhost \
        --with-db-rt-user=rt4user \
        --with-db-rt-pass=rXXXXX \
        --with-web-user=www  \
        --with-web-group=www \
        --with-rt-group=rt4 \
        --enable-graphviz \
        --enable-gd \
        --enable-gpg \
        --with-web-handler=modperl2

make testdeps

In the output of testdeps will be the modules makrked as MISSING. I just
get the output and run the install using the cpan shell

cpan> install mod1 mod2..modN
cpan> exit

make testdeps # again and install what failed to install...

Why on Linux you have to install even what is probably already installed?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20160412/406b6576/attachment.htm>


More information about the rt-users mailing list