amqp及zmq擴充套件安裝錯誤

Cookie_1030發表於2017-09-21

在安裝amqp及zmq擴充套件時

執行./configure --with-php-config=/srv/php-5.6.17/bin/php-config報錯

checking for pkg-config... /usr/bin/pkg-config
checking libzmq installation... configure: error: Unable to find libzmq installation



解決方案:

出現這個錯誤 不知道如何指定zmq或amqp的安裝路徑 重新安裝了rabbitmq-c及zeromq改為預設安裝,不指定路徑

即:

#./configure--prefix=/usr/local/zeromq

變更為#./configure


#./configure --prefix=/usr/local/rabbitmq-c-0.4.1

變更為#./configure


重新編譯即可

相關文章