Missing Perl dependencies not actually missing

后端 未结 1 1222
广开言路
广开言路 2021-01-28 11:45

I\'m trying to install OTRS Help Desk on an EC2 instance of Amazon Web Services. I\'m following the installation instructions here. But when I try to install otrs, I get the fol

1条回答
  •  一整个雨季
    2021-01-28 12:10

    As the comments above point out, OTRS is an rpm package that looks for other rpm's. There's no coordination between that and CPAN. So the solution is to find the .rpm file using something like rpmfind.net. In my case, then I would use wget to download the rpm, and then I was able to install the dependencies.

    0 讨论(0)
提交回复
热议问题