in reply to Re^10: Custom module is present but not read by Apache (?)
in thread Custom module is present but not read by Apache (?)

Ok, I got it now. I installed it with yum and it works. A quick (hopefully last) question if I may: now it complaints that more packages are not visible through @INC (again, installed with CPAN). An example is HTML::Entities, which I could find with CPAN but not to install with yum. Is there a place where I can look for these things?

Replies are listed 'Best First'.
Re^12: Custom module is present but not read by Apache (?)
by Corion (Patriarch) on Dec 10, 2019 at 14:01 UTC

    Consider asking your system administrator where/how they want such modules installed.

    Also, local::lib is a good way to set up modules as (and for) a given user. That user would install the modules into a local directory and you could then give the Apache user read permissions to that directory.

Re^12: Custom module is present but not read by Apache (?)
by tobyink (Canon) on Dec 10, 2019 at 15:46 UTC

    I don't think you mentioned which distribution you're using, but try the perl-HTML-Parser package.