質問

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?

役に立ちましたか?

解決

You need to install libapache2-mod-perl2, which provides that directory.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top