I am trying to use ports to install SOAP-WSDL. When I do a make it says:
so I try running "Build installdeps" and get a "Command not found". I try "perl Build installdeps" and get:
So I try installing anyway with a "make install":
It seems to be saying that I have version 0.0.8.1 of Fast installed, and need a version which is greater than 0, which it seems that 0.0.8.1 would be greater than zero, so not sure what this is saying.
Amy advise on how to get this package to install?
Thanks,
Marshall
Code:
Checking prerequisites...
requires:
! Term::ReadKey is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
Run 'Build installdeps' to install missing prerequisites.
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'SOAP-WSDL' version '2.00.10'
===> Building for p5-SOAP-WSDL-2.00.10_1
Building SOAP-WSDL
so I try running "Build installdeps" and get a "Command not found". I try "perl Build installdeps" and get:
Code:
# pwd
/usr/ports/devel/p5-SOAP-WSDL
# perl Build installdeps
Can't open perl script "Build": No such file or directory
So I try installing anyway with a "make install":
Code:
# make install
===> Installing for p5-SOAP-WSDL-2.00.10_1
===> p5-SOAP-WSDL-2.00.10_1 depends on package: p5-Class-Std-Fast>=0 - not found
===> Found p5-Class-Std-Fast-v0.0.8_1, but you need to upgrade to p5-Class-Std-Fast>=0.
*** Error code 1
Stop in /usr/ports/devel/p5-SOAP-WSDL.
It seems to be saying that I have version 0.0.8.1 of Fast installed, and need a version which is greater than 0, which it seems that 0.0.8.1 would be greater than zero, so not sure what this is saying.
Amy advise on how to get this package to install?
Thanks,
Marshall