-
Notifications
You must be signed in to change notification settings - Fork 32
checking thrift installation... configure: error: Unable to find thrift installation #80
Comments
Try this, specify path to thrift source |
Still unsuccessful installation 在 2015年1月21日,下午5:54,masterdead [email protected] 写道:
|
Hi @yuanjiong199, When you install thrift, you can try disable erlang with "--without-erlang", it worked for me: ./configure --prefix=/usr/local/thrift --with-php --with-lua=no --with-java=no --without-erlang By the way, I just finished installing it successfully, really great job YACassandraPDO team! I'll keep my eyes on it, I'm working at Orange also ;) |
still same fail 在 2015年1月22日,下午6:15,Samuel Chiriluta [email protected] 写道:
|
Hi, old bug, but for the record: That was because of the command pkg-config thrift --modversion (I debugged the configure script). pkg-config looks for a file named thrift.pc but the file now (at least with thift 0.9.3) uses a different name. I solved it with : if you try the above command it shall return a version number. then configure works without the argument '--with-thrift-dir' (my command line for thrift was: |
Compilation of YACassandraPDO work well until thrift 0.9.1 |
OS: CentOS 6.5 64bit
Cassandra: 2.1.2 tarball install at /usr/loca/cassandra-2.1.2
Boost:boost-devel-1.41.0-18.el6.x86_64
My install steps:
tar -zxvf thrift-0.9.2.tar.gz
cd thrift-0.9.2
./configure --prefix=/usr/local/thrift --with-php --with-lua=no --with-java=no
make
make install
ln -s /usr/local/thrift/bin/thrift /usr/bin/thrift
2.install YACassandraPDO
tar -zxvf YACassandraPDO-0.6.0.tar.gz
cd YACassandraPDO-0.6.0
phpize
./configure
...
checking thrift installation... configure: error: Unable to find thrift installation
The text was updated successfully, but these errors were encountered: