I would like to install OcsInventory Unix Agent 2.8 on a Solaris 10 machine. When running the perl Makefile.PL
command in the directory, it lists the modules which are required by the agent to work properly, like
Please install Net::SSLeay if you want to use the software deployment.
Please install nmap if you want to use the network discover feature.
Warning: prerequisite IO::Socket::SSL 0 not found.
Generating a Unix-style Makefile
Writing Makefile for Ocsinventory::Unix::Agent
Writing MYMETA.yml and MYMETA.json
so my job is to resolve these dependencies and make it work.
I tried to install the IO::Socket::SSL
package after downloading it from metacpan.org, but the perl Makefile.PL
command just throws an Out of memory! error. Also tried to install it from the CPAN-shell but ran into the same error just like with the previous version of the package. The computer has 8GB of memory, so it shouldn't be the root of the problem...
Could you give any advice how to continue from here?