selvakumar
selvakumar

Reputation: 327

thrift installation error

i am trying more than 2 hours to install thrift with cassandra but it is not even configured..when i am configure using command ./configure it show the error as: configure: error: Cannot find php-config. Please use --with-php-config=PATH configure: error: ./configure failed for lib/php/src/ext/thrift_protocol

i cant fix this. can any one help me.

Upvotes: 1

Views: 1906

Answers (3)

marklark
marklark

Reputation: 897

On CentOS 5.6, you're looking for php5-devel or php53-devel

installed by "yum install ...."

Upvotes: 1

John La
John La

Reputation: 19

Same thing with Ubuntu Lucid. Installed php5-dev via apt-get and it works.

Upvotes: 1

amj
amj

Reputation: 436

make sure to install php-dev. it happened with me last weekend. good luck.

Upvotes: 4

Related Questions