简体   繁体   English

无法在基于 xampp 的 Apache 服务器(Windows 10)上安装 ZMQ

[英]Unable to install ZMQ on xampp based Apache Server (windows 10)

I am trying to install ZMQ on XAMPP based Apache server.我正在尝试在基于 XAMPP 的 Apache 服务器上安装 ZMQ。 (working on windows 10) Following is the list I have already done in order to install ZMQ (在 Windows 10 上工作)以下是我为安装 ZMQ 已经完成的列表

  1. Copied libzmq.dell into xampp/phplibzmq.dell复制到 xampp/php
  2. Copied php_zmq.dll into xampp/php/extphp_zmq.dll复制到 xampp/php/ext
  3. Included both xampp/php and xampp/php/ext in environment variable在环境变量中包含 xampp/php 和 xampp/php/ext

But keeps on getting the following error.但不断收到以下错误。

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_zmq.dll' - The specified module could not be found.  in Unknown on line 0

What could be the possible reason.可能的原因是什么。 According to warning, it says it did not found php_zmq.dll but is there.根据警告,它说它没有找到 php_zmq.dll 但在那里。

what could be the possible reason可能的原因是什么

I am using Wamp, but the suggestion in comment from mitchken worked for me.我正在使用 Wamp,但 mitchken 评论中的建议对我有用。

Did you include php into your system it's path variables?您是否将 php 包含到您的系统中,它的路径变量? Something like C:\\xampp\\bin\\php\\php5.6.15 – mitchken Mar 10 at 11:52类似于 C:\\xampp\\bin\\php\\php5.6.15 – mitchken 3 月 10 日 11:52

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM