drslump / Protobuf-PHP

PHP implementation of Google's Protocol Buffers with a protoc plugin compiler
http://drslump.github.com/Protobuf-PHP/
MIT License
461 stars 163 forks source link

Unknow error #34

Closed kpachbiu88 closed 10 years ago

kpachbiu88 commented 10 years ago

I try generate php proc files: root@user: /var/www/web/test/dota# protoc --plugin=protoc-gen-php --php_out=./ ai_activity.proto protoc-gen-php: program not found or is not executable --php_out: protoc-gen-php: Plugin failed with status code 1.

What mean this error?