allegro / php-protobuf

PHP Protobuf - Google's Protocol Buffers for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--php_out: protoc-gen-php: Plugin failed with status code 127.

fucan opened this issue · comments

commented

hello everybody
when i put this command
php protoc-gen-php.php vote.proto
i got this error

: No such file or directory
--php_out: protoc-gen-php: Plugin failed with status code 127.
ERROR: protoc exited with an exit status 1 when executed with:
protoc
--plugin=protoc-gen-php='/mnt/hgfs/E/personalgit/php-protobuf/protoc-gen-php.php'
--php_out=':./'
'foo.proto'

and what should i do??? thank you!

请问这个处理好了吗?我遇到了一样的问题

commented

I have the same problem , and what should i do??? thank you!

protoc-gen-php.php requires protoc to be installed. Do you have it installed?