arnaud-lb / php-rdkafka

Production-ready, stable Kafka client for PHP
MIT License
2.09k stars 265 forks source link

configure error while installing #161

Closed lc-Arvin closed 5 years ago

lc-Arvin commented 6 years ago

while installing php-rdkafka in my environment, i meet an error: image

I tried different versions of librdkafka & php-rdkafka, but none helps. Please help if you got some hint. thanks!

My env info is as follows:

I downloaded the librdkafka source and the lib is placed in /usr/local/lib/librdkafka

[root@xx kafka]# nm /usr/local/lib/librdkafka
librdkafka.a       librdkafka++.a     librdkafka.so      librdkafka++.so    librdkafka.so.1    librdkafka++.so.1
[root@nmg02-bce-test91.nmg02.baidu.com kafka]# nm /usr/local/lib/librdkafka.so |grep version
0000000000012100 t rd_kafka_broker_set_api_versions
0000000000022d00 t rd_kafka_conf_validate_broker_version
000000000002a960 t rd_kafka_q_purge_toppar_version
0000000000008b20 T rd_kafka_version
0000000000008dc0 T rd_kafka_version_str
arnaud-lb commented 6 years ago

What's the content of the config.log file after the line checking for rd_kafka_new ?

nick-zh commented 5 years ago

@lc-Arvin is this issue still open or can it be closed?

nick-zh commented 5 years ago

@arnaud-lb i think this can be closed