I've tried to install SOAP::Lite from the Active State's repository but it
gave the following error:
ppm install SOAP-Lite
ppm install failed: Can't find any package that provides SOAP-Lite
I read somewhere on Apache dependency but not sure if that is correct. I am using perl version 5.26.3 on windows 7
Regards
Related
Getting an exception while installing Perl package through below command. Running Perl 5.26 on Windows 10.
ppm install GD-Graph3d
ppm.bat install failed: Can't find any package that provides GD-Graph3d
The ActiveState build for GD::Graph3d fails since Perl 5.24. See also the patch that ActiveState try to apply. Maybe you can install the module by using the cpan tool instead?
cpan GD::Graph3d
i follow a tutorial from plesk to install memcache(d), he say put this line:
/opt/plesk/php/7.2/bin/pecl install memcached
But this work not and i get this error:
Package "memcached" Version "3.0.4" does not have REST xml available
install failed
What i can do? Have any a how to for noobs? :-)
Best regards, Stefan
Can't reproduce this error. I have successfully compiled module with
yum install plesk-php72-devel gcc make libmemcached-devel
/opt/plesk/php/7.2/bin/pecl install memcached
libmemcached directory [no] : /usr
While installing Perl Packages for bugzilla it is giving error as..
Command:ppm install Email-Sender
Error:ppm install failed:can't find any package that provides Email-Sender
Maybe you should try to do it from within CPAN?
cpan > install Mail::Sender
I need to install Win32-GuiTest. I downloaded the package from http://sourceforge.net/projects/winguitest/, but when I try to run
PPM> install C:\temp\win32-guitest.ppd
it is saying
ppm install failed: The PPD does not provide code to install for this platform
Can anybody tell how to install a module or package in Perl in Windows?
As of now, ActiveState isn't able to build Win32-GuiTest for stable releases of Perl. Add the Bribes repository instead, instructions are there.
I am running Windows 7 x64 bit OS and I am having trouble installing any packages through PPM Manager. For example, it's saying:
MIME-Base64 marked for install
Installing package ...
Downloading MIME-Base64-3.13 ... not found
Installing package failed
ERROR: 404 Not Found
This happens when I try to install any package. What could it be?