How can I install CPAN modules locally without root access (DynaLoader.pm line 229 error)?

后端 未结 6 1222
花落未央
花落未央 2020-11-29 11:55

Doesn\'t work with other modules, but to give an example. I installed Text::CSV_XS with a CPAN setting:

\'makepl_arg\' => q[PREFIX=~/lib],
6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-29 12:17

    Does the file in question (CSV_XS.so) exist?

    Does it exist at the listed location?

    If you do:

    set |grep PERL
    

    What is the output?

    Have you successfully installed other local perl modules?

提交回复
热议问题