in reply to Can't install Apache2::Cookie

Hello BarMeister,

On your FreeBSD node can you run:

pkg search Apache2-Cookie

I do not have an available node to experiment but according to How to install Perl modules on FreeBSD. The previous command should return with a module name. Then simply take the name and run:

sudo pkg install p5-Apache2-Cookie-version number here

You might need to adjust the names but through this process you can install all dependencies that might be blocking your installation.

Give it a try and let us know if it worked for you.

Update: I assume that you have installed Apache and also C/C++ compiler.

BR / Thanos

Seeking for Perl wisdom...on the process of learning...not there...yet!