2017-05-02 14 views
0

strawverry perl의 cpan 클라이언트에 PHP :: Interpreter를 설치하는 동안이 문제가 발생했습니다.strawberry perl에 대한 PHP :: Interpreter 모듈 설치 관련 문제 해결


cpan> install PHP::Interpreter 
Running install for module 'PHP::Interpreter' 
    AFF/PHP-Interpreter-1.0.2.tar.gz 
    Has already been unwrapped into directory C:\STRAWB~1\cpan\build\PHP-Interpreter-1.0.2-1 
    AFF/PHP-Interpreter-1.0.2.tar.gz 
    'C:\Strawberry\perl\bin\perl.exe Makefile.PL' returned status 256, not re-running 

cpan> 

아래와 같이


cpan> install PHP::Interpreter 
Database was generated on Tue, 02 May 2017 06:44:13 GMT 

Running install for module 'PHP::Interpreter' 
Checksum for C:\STRAWB~1\cpan\sources\authors\id\A\AF\AFF\PHP-Interpreter-1.0.2.tar.gz ok 
Scanning cache C:\STRAWB~1\cpan\build for sizes 
............................................................................DONE 
Configuring A/AF/AFF/PHP-Interpreter-1.0.2.tar.gz with Makefile.PL 
using php_config 'php-config' 
'php-config' is not recognized as an internal or external command, 
operable program or batch file. 
Failed to find the 'php-config' executable. Make sure you have PHP and PHP sources installed, and that 'php-config' is in PATH. at Makefile.PL line 55. 
Warning: No success on command[C:\Strawberry\perl\bin\perl.exe Makefile.PL] 
    AFF/PHP-Interpreter-1.0.2.tar.gz 
    C:\Strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK 
Stopping: 'install' failed for 'PHP::Interpreter'. 
Failed during this command: 
AFF/PHP-Interpreter-1.0.2.tar.gz    : writemakefile NO 'C:\Strawberry\perl\bin\perl.exe Makefile.PL' returned status 256 

저 위의 문제 해결을 도와 다시뿐만 아니라 그것을 설치 시도 및 이와 유사한 오류를 얻었다.

미리 감사드립니다.

안부 Shreeram

답변

1

그 모듈이 파손된다. 대안을 찾으십시오.

2008 년부터 업데이트되지 않았으며 더 이상 현재 PHP 버전과 호환되지 않습니다.

+0

정보를 제공해 주셔서 감사합니다. 하지만 PHP (프론트 엔드 코드)와 Perl (백 엔드 코드)간에 코드를 통합하는 데 도움이되는 다른 모듈이 있습니까? 그것은 정말 큰 도움이 될 것입니다 :-) –