简体   繁体   中英

Installing Redmine on UBUNTU 14.04. No Apache in PERL

Im trying to install Redmine on my Ub 14.04 server, I did follow all the steps I tought to take, but then when I try to load the Redmine.pm library, Im getting an not found error. (Command: ln -s /opt/redmine/current/extra/svn/Redmine.pm /usr/lib/perl5/Apache2/)

Turns out, there is no Apache2/apache2 folder or whatsoever in /usr/lib/perl5/

Is it because of 14.04, am I doing things wrong or is it just the devil trying to annoy me?

您需要安装libapache2-mod-perl2 ,它提供了该目录

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM